openapi

package
v0.2.50 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2024 License: MIT Imports: 20 Imported by: 0

README

Go API client for openapi

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: v1
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import openapi "github.com/GIT_USER_ID/GIT_REPO_ID"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), openapi.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), openapi.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), openapi.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), openapi.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to http://localhost:5516

Class Method HTTP request Description
ActivityLogsApi GetActivityLogs Get /api/v1/activities/{containerId}
ApplicationApi CreateApplication Post /api/v1/applications
ApplicationApi DeleteApplication Delete /api/v1/applications/{applicationId}
ApplicationApi GetApplication Get /api/v1/applications/{applicationId}
ApplicationApi SearchApplications Post /api/v1/applications/search
ApplicationApi UpdateApplication Put /api/v1/applications/{applicationId}
ConfigurationApi AddConfiguration Post /api/v1/config
ConfigurationApi AddGlobalVariable Post /api/v1/config/Configuration/variables/global
ConfigurationApi CheckStatus Post /api/v1/config/status
ConfigurationApi CheckStatus1 Post /api/v1/config/{configurationId}/status
ConfigurationApi DeleteConfiguration Delete /api/v1/config/{configurationId}
ConfigurationApi DeleteGlobalVariable Delete /api/v1/config/{variableId}
ConfigurationApi GetConfiguration Get /api/v1/config/{configurationId}
ConfigurationApi GetGlobalVariable Get /api/v1/config/{variableId}
ConfigurationApi GetGlobalVariableValues Get /api/v1/config/Configuration/variableValues/global
ConfigurationApi GetGlobalVariables Get /api/v1/config/Configuration/variables/global
ConfigurationApi GetSystemMessage Get /api/v1/config/system-message
ConfigurationApi SearchByTypeAndTitle Get /api/v1/config/byTypeAndTitle
ConfigurationApi UpdateConfiguration Put /api/v1/config/{configurationId}
ConfigurationApi UpdateGlobalVariable Put /api/v1/config/{variableId}
ConfigurationApi UpdateSystemMessage Put /api/v1/config/system-message
DeliveryApi CompleteStage Post /api/v1/deliveries/{stageId}/complete
DeliveryApi CompleteTrackedItem Put /api/v1/deliveries/{stageId}/{itemId}/complete
DeliveryApi CompleteTransition Post /api/v1/deliveries/{transitionId}/complete
DeliveryApi CreateTrackedItemInDelivery Post /api/v1/deliveries/{deliveryId}/tracked-items
DeliveryApi DeleteDelivery Delete /api/v1/deliveries/{deliveryId}
DeliveryApi DeleteTrackedItemDelivery Delete /api/v1/deliveries/{itemId}
DeliveryApi DescopeTrackedItem Put /api/v1/deliveries/{itemId}/descope
DeliveryApi GetDelivery Get /api/v1/deliveries/{deliveryId}
DeliveryApi GetDeliveryTimeline Get /api/v1/deliveries/{deliveryId}/timeline
DeliveryApi GetReleasesForDelivery Get /api/v1/deliveries/{deliveryId}/releases
DeliveryApi GetStagesInDelivery Get /api/v1/deliveries/{deliveryId}/stages
DeliveryApi GetTrackedItemsinDelivery Get /api/v1/deliveries/{deliveryId}/tracked-items
DeliveryApi ReopenStage Post /api/v1/deliveries/{stageId}/reopen
DeliveryApi RescopeTrackedItem Put /api/v1/deliveries/{itemId}/rescope
DeliveryApi ResetTrackedItem Put /api/v1/deliveries/{stageId}/{itemId}/reset
DeliveryApi SearchDeliveries Post /api/v1/deliveries/search
DeliveryApi SkipTrackedItem Put /api/v1/deliveries/{stageId}/{itemId}/skip
DeliveryApi UpdateDelivery Put /api/v1/deliveries/{deliveryId}
DeliveryApi UpdateStageInDelivery Put /api/v1/deliveries/{stageId}
DeliveryApi UpdateTrackedItemInDelivery Put /api/v1/deliveries/{itemId}
DeliveryApi UpdateTransitionInDelivery Put /api/v1/deliveries/{transitionId}
DeliveryPatternApi CheckTitle Post /api/v1/delivery-patterns/checkTitle
DeliveryPatternApi CreateDeliveryFromPattern Post /api/v1/delivery-patterns/{patternId}/create
DeliveryPatternApi CreatePattern Post /api/v1/delivery-patterns
DeliveryPatternApi CreateStage Post /api/v1/delivery-patterns/{patternId}/createStage
DeliveryPatternApi CreateStage1 Post /api/v1/delivery-patterns/{patternId}/stages
DeliveryPatternApi CreateStage2 Post /api/v1/delivery-patterns/{patternId}/stages/{position}
DeliveryPatternApi CreateTrackedItemInPattern Post /api/v1/delivery-patterns/{patternId}/tracked-items
DeliveryPatternApi CreateTransition Post /api/v1/delivery-patterns/{stageId}/transitions
DeliveryPatternApi DeletePattern Delete /api/v1/delivery-patterns/{patternId}
DeliveryPatternApi DeleteStage Delete /api/v1/delivery-patterns/{stageId}
DeliveryPatternApi DeleteTrackedItemDeliveryPattern Delete /api/v1/delivery-patterns/{itemId}
DeliveryPatternApi DeleteTransition Delete /api/v1/delivery-patterns/{transitionId}
DeliveryPatternApi DuplicatePattern Post /api/v1/delivery-patterns/{patternId}/duplicate
DeliveryPatternApi GetPattern Get /api/v1/delivery-patterns/{patternId}
DeliveryPatternApi GetPatternByIdOrTitle Get /api/v1/delivery-patterns/{patternIdOrTitle}
DeliveryPatternApi GetStagesInPattern Get /api/v1/delivery-patterns/{patternId}/stages
DeliveryPatternApi GetTrackedItemsInPattern Get /api/v1/delivery-patterns/{patternId}/tracked-items
DeliveryPatternApi SearchPatterns Post /api/v1/delivery-patterns/search
DeliveryPatternApi UpdatePattern Put /api/v1/delivery-patterns/{patternId}
DeliveryPatternApi UpdateStageFromBatch Put /api/v1/delivery-patterns/{stageId}/batched
DeliveryPatternApi UpdateStageInPattern Put /api/v1/delivery-patterns/{stageId}
DeliveryPatternApi UpdateTrackedItemInPattern Put /api/v1/delivery-patterns/{itemId}
DeliveryPatternApi UpdateTransitionInPattern Put /api/v1/delivery-patterns/{transitionId}
DslApi ExportTemplateToXFile Get /api/v1/dsl/export/{templateId}
DslApi PreviewExportTemplateToXFile Get /api/v1/dsl/preview/{templateId}
EnvironmentApi CreateEnvironment Post /api/v1/environments
EnvironmentApi DeleteEnvironment Delete /api/v1/environments/{environmentId}
EnvironmentApi GetDeployableApplicationsForEnvironment Get /api/v1/environments/{environmentId}/applications
EnvironmentApi GetEnvironment Get /api/v1/environments/{environmentId}
EnvironmentApi GetReservationsForEnvironment Get /api/v1/environments/{environmentId}/reservations
EnvironmentApi SearchEnvironments Post /api/v1/environments/search
EnvironmentApi UpdateEnvironment Put /api/v1/environments/{environmentId}
EnvironmentLabelApi CreateLabel Post /api/v1/environments/labels
EnvironmentLabelApi DeleteEnvironmentLabel Delete /api/v1/environments/labels/{environmentLabelId}
EnvironmentLabelApi GetLabelById Get /api/v1/environments/labels/{environmentLabelId}
EnvironmentLabelApi SearchLabels Post /api/v1/environments/labels/search
EnvironmentLabelApi UpdateLabel Put /api/v1/environments/labels/{environmentLabelId}
EnvironmentReservationApi AddApplication Post /api/v1/environments/reservations/{environmentReservationId}
EnvironmentReservationApi CreateReservation Post /api/v1/environments/reservations
EnvironmentReservationApi DeleteEnvironmentReservation Delete /api/v1/environments/reservations/{environmentReservationId}
EnvironmentReservationApi GetReservation Get /api/v1/environments/reservations/{environmentReservationId}
EnvironmentReservationApi SearchReservations Post /api/v1/environments/reservations/search
EnvironmentReservationApi UpdateReservation Put /api/v1/environments/reservations/{environmentReservationId}
EnvironmentStageApi CreateStage3 Post /api/v1/environments/stages
EnvironmentStageApi DeleteEnvironmentStage Delete /api/v1/environments/stages/{environmentStageId}
EnvironmentStageApi GetStageById Get /api/v1/environments/stages/{environmentStageId}
EnvironmentStageApi SearchStages Post /api/v1/environments/stages/search
EnvironmentStageApi UpdateStageInEnvironment Put /api/v1/environments/stages/{environmentStageId}
FacetApi CreateFacet Post /api/v1/facets
FacetApi DeleteFacet Delete /api/v1/facets/{facetId}
FacetApi GetFacet Get /api/v1/facets/{facetId}
FacetApi GetFacetTypes Get /api/v1/facets/types
FacetApi SearchFacets Post /api/v1/facets/search
FacetApi UpdateFacet Put /api/v1/facets/{facetId}
FolderApi AddFolder Post /api/v1/folders/{folderId}
FolderApi CreateFolderVariable Post /api/v1/folders/{folderId}/variables
FolderApi DeleteFolder Delete /api/v1/folders/{folderId}
FolderApi DeleteFolderVariable Delete /api/v1/folders/{folderId}/{variableId}
FolderApi Find Get /api/v1/folders/find
FolderApi GetFolder Get /api/v1/folders/{folderId}
FolderApi GetFolderPermissions Get /api/v1/folders/permissions
FolderApi GetFolderTeams Get /api/v1/folders/{folderId}/teams
FolderApi GetFolderTemplates Get /api/v1/folders/{folderId}/templates
FolderApi GetFolderVariable Get /api/v1/folders/{folderId}/{variableId}
FolderApi IsFolderOwner Get /api/v1/folders/{folderId}/folderOwner
FolderApi List Get /api/v1/folders/{folderId}/list
FolderApi ListRoot Get /api/v1/folders/list
FolderApi ListVariableValues Get /api/v1/folders/{folderId}/variableValues
FolderApi ListVariables Get /api/v1/folders/{folderId}/variables
FolderApi Move Post /api/v1/folders/{folderId}/move
FolderApi MoveTemplate Post /api/v1/folders/{folderId}/templates/{templateId}
FolderApi RenameFolder Post /api/v1/folders/{folderId}/rename
FolderApi SearchReleasesFolder Post /api/v1/folders/{folderId}/releases
FolderApi SetFolderTeams Post /api/v1/folders/{folderId}/teams
FolderApi UpdateFolderVariable Put /api/v1/folders/{folderId}/{variableId}
PermissionsApi GetGlobalPermissions Get /api/v1/global-permissions
PhaseApi AddPhase Post /api/v1/phases/{releaseId}/phase
PhaseApi AddTaskToContainer Post /api/v1/phases/{containerId}/tasks
PhaseApi CopyPhase Post /api/v1/phases/{phaseId}/copy
PhaseApi DeletePhase Delete /api/v1/phases/{phaseId}
PhaseApi GetPhase Get /api/v1/phases/{phaseId}
PhaseApi SearchPhases Get /api/v1/phases/search
PhaseApi SearchPhasesByTitle Get /api/v1/phases/byTitle
PhaseApi UpdatePhase Put /api/v1/phases/{phaseId}
PlannerApi GetActiveReleases Get /api/v1/analytics/planner/active
PlannerApi GetCompletedReleases Get /api/v1/analytics/planner/completed
PlannerApi GetReleasesByIds Post /api/v1/analytics/planner/byIds
ReleaseApi Abort Post /api/v1/releases/{releaseId}/abort
ReleaseApi CountReleases Post /api/v1/releases/count
ReleaseApi CreateReleaseVariable Post /api/v1/releases/{releaseId}/variables
ReleaseApi DeleteRelease Delete /api/v1/releases/{releaseId}
ReleaseApi DeleteReleaseVariable Delete /api/v1/releases/{variableId}
ReleaseApi DownloadAttachment Get /api/v1/releases/attachments/{attachmentId}
ReleaseApi FullSearchReleases Post /api/v1/releases/fullSearch
ReleaseApi GetActiveTasks Get /api/v1/releases/{releaseId}/active-tasks
ReleaseApi GetArchivedRelease Get /api/v1/releases/archived/{releaseId}
ReleaseApi GetPossibleReleaseVariableValues Get /api/v1/releases/{variableId}/possibleValues
ReleaseApi GetRelease Get /api/v1/releases/{releaseId}
ReleaseApi GetReleasePermissions Get /api/v1/releases/permissions
ReleaseApi GetReleaseTeams Get /api/v1/releases/{releaseId}/teams
ReleaseApi GetReleaseVariable Get /api/v1/releases/{variableId}
ReleaseApi GetReleaseVariables Get /api/v1/releases/{releaseId}/variables
ReleaseApi GetReleases Get /api/v1/releases
ReleaseApi GetVariableValues Get /api/v1/releases/{releaseId}/variableValues
ReleaseApi IsVariableUsedRelease Get /api/v1/releases/{variableId}/used
ReleaseApi ReplaceReleaseVariables Post /api/v1/releases/{variableId}/replace
ReleaseApi RestartPhases Post /api/v1/releases/{releaseId}/restart
ReleaseApi Resume Post /api/v1/releases/{releaseId}/resume
ReleaseApi SearchReleasesByTitle Get /api/v1/releases/byTitle
ReleaseApi SearchReleasesRelease Post /api/v1/releases/search
ReleaseApi SetReleaseTeams Post /api/v1/releases/{releaseId}/teams
ReleaseApi StartRelease Post /api/v1/releases/{releaseId}/start
ReleaseApi UpdateRelease Put /api/v1/releases/{releaseId}
ReleaseApi UpdateReleaseVariable Put /api/v1/releases/{variableId}
ReleaseApi UpdateReleaseVariables Put /api/v1/releases/{releaseId}/variables
ReleaseGroupApi AddMembersToGroup Post /api/v1/release-groups/{groupId}/members
ReleaseGroupApi CreateGroup Post /api/v1/release-groups
ReleaseGroupApi DeleteGroup Delete /api/v1/release-groups/{groupId}
ReleaseGroupApi GetGroup Get /api/v1/release-groups/{groupId}
ReleaseGroupApi GetMembers Get /api/v1/release-groups/{groupId}/members
ReleaseGroupApi GetReleaseGroupTimeline Get /api/v1/release-groups/{groupId}/timeline
ReleaseGroupApi RemoveMembersFromGroup Delete /api/v1/release-groups/{groupId}/members
ReleaseGroupApi SearchGroups Post /api/v1/release-groups/search
ReleaseGroupApi UpdateGroup Put /api/v1/release-groups/{groupId}
ReportApi DownloadReleaseReport Get /api/v1/reports/download/{reportType}/{releaseId}
ReportApi GetRecordsForRelease Get /api/v1/reports/records/{releaseId}
ReportApi GetRecordsForTask Get /api/v1/reports/records/{taskId}
ReportApi SearchRecords Post /api/v1/reports/records/search
RiskApi CopyRiskProfile Post /api/v1/risks/profiles/{riskProfileId}/copy
RiskApi CreateRiskProfile Post /api/v1/risks/profiles
RiskApi DeleteRiskProfile Delete /api/v1/risks/profiles/{riskProfileId}
RiskApi GetAllRiskAssessors Get /api/v1/risks/assessors
RiskApi GetRisk Get /api/v1/risks/{riskId}
RiskApi GetRiskGlobalThresholds Get /api/v1/risks/config
RiskApi GetRiskProfile Get /api/v1/risks/profiles/{riskProfileId}
RiskApi GetRiskProfiles Get /api/v1/risks/profiles
RiskApi UpdateRiskGlobalThresholds Put /api/v1/risks/config
RiskApi UpdateRiskProfile Put /api/v1/risks/profiles/{riskProfileId}
RiskAssessmentApi GetAssessment Get /api/v1/risks/assessments/{riskAssessmentId}
RolesApi CreateRoles Post /api/v1/roles
RolesApi CreateRoles1 Post /api/v1/roles/{roleName}
RolesApi DeleteRoles Delete /api/v1/roles/{roleName}
RolesApi GetRole Get /api/v1/roles/{roleName}
RolesApi GetRoles Get /api/v1/roles
RolesApi RenameRoles Post /api/v1/roles/{roleName}/rename
RolesApi UpdateRoles Put /api/v1/roles
RolesApi UpdateRoles1 Put /api/v1/roles/{roleName}
TaskApi AbortTask Post /api/v1/tasks/{taskId}/abort
TaskApi AddAttachments Post /api/v1/tasks/{taskId}/attachments
TaskApi AddCondition Post /api/v1/tasks/{taskId}/conditions
TaskApi AddDependency Post /api/v1/tasks/{taskId}/dependencies/{targetId}
TaskApi AddTaskTask Post /api/v1/tasks/{containerId}/tasks
TaskApi AssignTask Post /api/v1/tasks/{taskId}/assign/{username}
TaskApi ChangeTaskType Post /api/v1/tasks/{taskId}/changeType
TaskApi CommentTask Post /api/v1/tasks/{taskId}/comment
TaskApi CompleteTask Post /api/v1/tasks/{taskId}/complete
TaskApi CopyTask Post /api/v1/tasks/{taskId}/copy
TaskApi DeleteAttachment Delete /api/v1/tasks/{taskId}/attachments/{attachmentId}
TaskApi DeleteCondition Delete /api/v1/tasks/{conditionId}
TaskApi DeleteDependency Delete /api/v1/tasks/{dependencyId}
TaskApi DeleteTask Delete /api/v1/tasks/{taskId}
TaskApi FailTask Post /api/v1/tasks/{taskId}/fail
TaskApi GetTask Get /api/v1/tasks/{taskId}
TaskApi GetTaskVariables Get /api/v1/tasks/{taskId}/variables
TaskApi LockTask Put /api/v1/tasks/{taskId}/lock
TaskApi ReopenTask Post /api/v1/tasks/{taskId}/reopen
TaskApi RetryTask Post /api/v1/tasks/{taskId}/retry
TaskApi SearchTasksByTitle Get /api/v1/tasks/byTitle
TaskApi SkipTask Post /api/v1/tasks/{taskId}/skip
TaskApi StartTask Post /api/v1/tasks/{taskId}/start
TaskApi StartTask1 Post /api/v1/tasks/{taskId}/startNow
TaskApi UnlockTask Delete /api/v1/tasks/{taskId}/lock
TaskApi UpdateCondition Post /api/v1/tasks/{conditionId}
TaskApi UpdateInputVariables Put /api/v1/tasks/{taskId}/variables
TaskApi UpdateTask Put /api/v1/tasks/{taskId}
TemplateApi CopyTemplate Post /api/v1/templates/{templateId}/copy
TemplateApi CreateTemplate Post /api/v1/templates
TemplateApi CreateTemplate1 Post /api/v1/templates/{templateId}/create
TemplateApi CreateTemplateVariable Post /api/v1/templates/{templateId}/variables
TemplateApi DeleteTemplate Delete /api/v1/templates/{templateId}
TemplateApi DeleteTemplateVariable Delete /api/v1/templates/{variableId}
TemplateApi ExportTemplateToZip Get /api/v1/templates/zip/{templateId}
TemplateApi GetPossibleTemplateVariableValues Get /api/v1/templates/{variableId}/possibleValues
TemplateApi GetTemplate Get /api/v1/templates/{templateId}
TemplateApi GetTemplatePermissions Get /api/v1/templates/permissions
TemplateApi GetTemplateTeams Get /api/v1/templates/{templateId}/teams
TemplateApi GetTemplateVariable Get /api/v1/templates/{variableId}
TemplateApi GetTemplateVariables Get /api/v1/templates/{templateId}/variables
TemplateApi GetTemplates Get /api/v1/templates
TemplateApi ImportTemplate Post /api/v1/templates/import
TemplateApi IsVariableUsedTemplate Get /api/v1/templates/{variableId}/used
TemplateApi ReplaceTemplateVariables Post /api/v1/templates/{variableId}/replace
TemplateApi SetTemplateTeams Post /api/v1/templates/{templateId}/teams
TemplateApi StartTemplate Post /api/v1/templates/{templateId}/start
TemplateApi UpdateTemplate Put /api/v1/templates/{templateId}
TemplateApi UpdateTemplateVariable Put /api/v1/templates/{variableId}
TemplateApi UpdateTemplateVariables Put /api/v1/templates/{releaseId}/variables
TriggersApi AddTrigger Post /api/v1/triggers
TriggersApi DisableAllTriggers Post /api/v1/triggers/disable/all
TriggersApi DisableTrigger Put /api/v1/triggers/{triggerId}/disable
TriggersApi DisableTriggers Post /api/v1/triggers/disable
TriggersApi EnableAllTriggers Post /api/v1/triggers/enable/all
TriggersApi EnableTrigger Put /api/v1/triggers/{triggerId}/enable
TriggersApi EnableTriggers Post /api/v1/triggers/enable
TriggersApi GetTrigger Get /api/v1/triggers/{triggerId}
TriggersApi GetTypes Get /api/v1/triggers/types
TriggersApi RemoveTrigger Delete /api/v1/triggers/{triggerId}
TriggersApi RunTrigger Post /api/v1/triggers/{triggerId}/run
TriggersApi SearchTriggers Get /api/v1/triggers
TriggersApi UpdateTrigger Put /api/v1/triggers/{triggerId}
UserApi CreateUser Post /api/v1/users/{username}
UserApi DeleteUserRest Delete /api/v1/users/{username}
UserApi FindUsers Get /api/v1/users
UserApi GetUser Get /api/v1/users/{username}
UserApi UpdatePassword Post /api/v1/users/{username}/password
UserApi UpdateUser Put /api/v1/users/{username}
UserApi UpdateUsersRest Put /api/v1/users

Documentation For Models

Documentation For Authorization

basicAuth
  • Type: HTTP basic authentication

Example

auth := context.WithValue(context.Background(), sw.ContextBasicAuth, sw.BasicAuth{
    UserName: "username",
    Password: "password",
})
r, err := client.Service.Operation(auth, args)
patAuth
  • Type: API key
  • API key parameter name: x-release-personal-token
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: x-release-personal-token and passed in as the auth context for each request.

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ContextBasicAuth takes BasicAuth as authentication for the request.
	ContextBasicAuth = contextKey("basic")

	// ContextAPIKeys takes a string apikey as authentication for the request
	ContextAPIKeys = contextKey("apiKeys")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)
View Source
var AllowedDeliveryOrderModeEnumValues = []DeliveryOrderMode{
	"START_DATE",
	"END_DATE",
	"CREATED_DATE",
}

All allowed values of DeliveryOrderMode enum

View Source
var AllowedDeliveryStatusEnumValues = []DeliveryStatus{
	"TEMPLATE",
	"IN_PROGRESS",
	"COMPLETED",
}

All allowed values of DeliveryStatus enum

View Source
var AllowedFacetScopeEnumValues = []FacetScope{
	"TASK",
}

All allowed values of FacetScope enum

View Source
var AllowedFlagStatusEnumValues = []FlagStatus{
	"OK",
	"ATTENTION_NEEDED",
	"AT_RISK",
}

All allowed values of FlagStatus enum

View Source
var AllowedMemberTypeEnumValues = []MemberType{
	"PRINCIPAL",
	"ROLE",
}

All allowed values of MemberType enum

View Source
var AllowedPhaseStatusEnumValues = []PhaseStatus{
	"PLANNED",
	"IN_PROGRESS",
	"COMPLETED",
	"FAILING",
	"FAILED",
	"SKIPPED",
	"ABORTED",
}

All allowed values of PhaseStatus enum

View Source
var AllowedPhaseVersionEnumValues = []PhaseVersion{
	"LATEST",
	"ORIGINAL",
	"ALL",
}

All allowed values of PhaseVersion enum

View Source
var AllowedPollTypeEnumValues = []PollType{
	"REPEAT",
	"CRON",
}

All allowed values of PollType enum

View Source
var AllowedReleaseGroupOrderModeEnumValues = []ReleaseGroupOrderMode{
	"RISK",
	"START_DATE",
	"END_DATE",
}

All allowed values of ReleaseGroupOrderMode enum

View Source
var AllowedReleaseGroupStatusEnumValues = []ReleaseGroupStatus{
	"PLANNED",
	"IN_PROGRESS",
	"PAUSED",
	"FAILING",
	"FAILED",
	"COMPLETED",
	"ABORTED",
}

All allowed values of ReleaseGroupStatus enum

View Source
var AllowedReleaseOrderDirectionEnumValues = []ReleaseOrderDirection{
	"ASC",
	"DESC",
}

All allowed values of ReleaseOrderDirection enum

View Source
var AllowedReleaseOrderModeEnumValues = []ReleaseOrderMode{
	"risk",
	"start_date",
	"end_date",
	"title",
}

All allowed values of ReleaseOrderMode enum

View Source
var AllowedReleaseStatusEnumValues = []ReleaseStatus{
	"TEMPLATE",
	"PLANNED",
	"IN_PROGRESS",
	"PAUSED",
	"FAILING",
	"FAILED",
	"COMPLETED",
	"ABORTED",
}

All allowed values of ReleaseStatus enum

View Source
var AllowedRiskStatusEnumValues = []RiskStatus{
	"OK",
	"AT_RISK",
	"ATTENTION_NEEDED",
}

All allowed values of RiskStatus enum

View Source
var AllowedStageStatusEnumValues = []StageStatus{
	"OPEN",
	"CLOSED",
}

All allowed values of StageStatus enum

View Source
var AllowedTaskRecoverOpEnumValues = []TaskRecoverOp{
	"SKIP_TASK",
	"RESTART_PHASE",
	"RUN_SCRIPT",
}

All allowed values of TaskRecoverOp enum

View Source
var AllowedTaskStatusEnumValues = []TaskStatus{
	"PLANNED",
	"PENDING",
	"IN_PROGRESS",
	"QUEUED",
	"ABORT_SCRIPT_QUEUED",
	"FAILURE_HANDLER_QUEUED",
	"COMPLETED",
	"COMPLETED_IN_ADVANCE",
	"SKIPPED",
	"SKIPPED_IN_ADVANCE",
	"FAILED",
	"FAILING",
	"ABORTED",
	"PRECONDITION_IN_PROGRESS",
	"WAITING_FOR_INPUT",
	"FAILURE_HANDLER_IN_PROGRESS",
	"FACET_CHECK_IN_PROGRESS",
	"ABORT_SCRIPT_IN_PROGRESS",
}

All allowed values of TaskStatus enum

View Source
var AllowedTimeFrameEnumValues = []TimeFrame{
	"LAST_SEVEN_DAYS",
	"LAST_MONTH",
	"LAST_THREE_MONTHS",
	"LAST_SIX_MONTHS",
	"LAST_YEAR",
	"RANGE",
}

All allowed values of TimeFrame enum

View Source
var AllowedTrackedItemStatusEnumValues = []TrackedItemStatus{
	"NOT_READY",
	"READY",
	"SKIPPED",
}

All allowed values of TrackedItemStatus enum

View Source
var AllowedTriggerExecutionStatusEnumValues = []TriggerExecutionStatus{
	"SUCCESS",
	"FAILURE",
}

All allowed values of TriggerExecutionStatus enum

Functions

func CacheExpires

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types

type APIClient

type APIClient struct {
	ActivityLogsApi *ActivityLogsApiService

	ApplicationApi *ApplicationApiService

	ConfigurationApi *ConfigurationApiService

	DeliveryApi *DeliveryApiService

	DeliveryPatternApi *DeliveryPatternApiService

	DslApi *DslApiService

	EnvironmentApi *EnvironmentApiService

	EnvironmentLabelApi *EnvironmentLabelApiService

	EnvironmentReservationApi *EnvironmentReservationApiService

	EnvironmentStageApi *EnvironmentStageApiService

	FacetApi *FacetApiService

	FolderApi *FolderApiService

	PermissionsApi *PermissionsApiService

	PhaseApi *PhaseApiService

	PlannerApi *PlannerApiService

	ReleaseApi *ReleaseApiService

	ReleaseGroupApi *ReleaseGroupApiService

	ReportApi *ReportApiService

	RiskApi *RiskApiService

	RiskAssessmentApi *RiskAssessmentApiService

	RolesApi *RolesApiService

	TaskApi *TaskApiService

	TemplateApi *TemplateApiService

	TriggersApi *TriggersApiService

	UserApi *UserApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the Digital.ai Release API API vv1 In most cases there should be only one, shared, APIClient.

func NewAPIClient

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type AbortRelease

type AbortRelease struct {
	AbortComment *string `json:"abortComment,omitempty"`
}

AbortRelease struct for AbortRelease

func NewAbortRelease

func NewAbortRelease() *AbortRelease

NewAbortRelease instantiates a new AbortRelease object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAbortReleaseWithDefaults

func NewAbortReleaseWithDefaults() *AbortRelease

NewAbortReleaseWithDefaults instantiates a new AbortRelease object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AbortRelease) GetAbortComment

func (o *AbortRelease) GetAbortComment() string

GetAbortComment returns the AbortComment field value if set, zero value otherwise.

func (*AbortRelease) GetAbortCommentOk

func (o *AbortRelease) GetAbortCommentOk() (*string, bool)

GetAbortCommentOk returns a tuple with the AbortComment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AbortRelease) HasAbortComment

func (o *AbortRelease) HasAbortComment() bool

HasAbortComment returns a boolean if a field has been set.

func (AbortRelease) MarshalJSON

func (o AbortRelease) MarshalJSON() ([]byte, error)

func (*AbortRelease) SetAbortComment

func (o *AbortRelease) SetAbortComment(v string)

SetAbortComment gets a reference to the given string and assigns it to the AbortComment field.

func (AbortRelease) ToMap

func (o AbortRelease) ToMap() (map[string]interface{}, error)

type ActivityLogEntry

type ActivityLogEntry struct {
	Id           *string    `json:"id,omitempty"`
	Type         *string    `json:"type,omitempty"`
	Username     *string    `json:"username,omitempty"`
	ActivityType *string    `json:"activityType,omitempty"`
	Message      *string    `json:"message,omitempty"`
	EventTime    *time.Time `json:"eventTime,omitempty"`
	TargetType   *string    `json:"targetType,omitempty"`
	TargetId     *string    `json:"targetId,omitempty"`
	DataId       *string    `json:"dataId,omitempty"`
}

ActivityLogEntry struct for ActivityLogEntry

func NewActivityLogEntry

func NewActivityLogEntry() *ActivityLogEntry

NewActivityLogEntry instantiates a new ActivityLogEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewActivityLogEntryWithDefaults

func NewActivityLogEntryWithDefaults() *ActivityLogEntry

NewActivityLogEntryWithDefaults instantiates a new ActivityLogEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ActivityLogEntry) GetActivityType

func (o *ActivityLogEntry) GetActivityType() string

GetActivityType returns the ActivityType field value if set, zero value otherwise.

func (*ActivityLogEntry) GetActivityTypeOk

func (o *ActivityLogEntry) GetActivityTypeOk() (*string, bool)

GetActivityTypeOk returns a tuple with the ActivityType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivityLogEntry) GetDataId

func (o *ActivityLogEntry) GetDataId() string

GetDataId returns the DataId field value if set, zero value otherwise.

func (*ActivityLogEntry) GetDataIdOk

func (o *ActivityLogEntry) GetDataIdOk() (*string, bool)

GetDataIdOk returns a tuple with the DataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivityLogEntry) GetEventTime

func (o *ActivityLogEntry) GetEventTime() time.Time

GetEventTime returns the EventTime field value if set, zero value otherwise.

func (*ActivityLogEntry) GetEventTimeOk

func (o *ActivityLogEntry) GetEventTimeOk() (*time.Time, bool)

GetEventTimeOk returns a tuple with the EventTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivityLogEntry) GetId

func (o *ActivityLogEntry) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ActivityLogEntry) GetIdOk

func (o *ActivityLogEntry) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivityLogEntry) GetMessage

func (o *ActivityLogEntry) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*ActivityLogEntry) GetMessageOk

func (o *ActivityLogEntry) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivityLogEntry) GetTargetId

func (o *ActivityLogEntry) GetTargetId() string

GetTargetId returns the TargetId field value if set, zero value otherwise.

func (*ActivityLogEntry) GetTargetIdOk

func (o *ActivityLogEntry) GetTargetIdOk() (*string, bool)

GetTargetIdOk returns a tuple with the TargetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivityLogEntry) GetTargetType

func (o *ActivityLogEntry) GetTargetType() string

GetTargetType returns the TargetType field value if set, zero value otherwise.

func (*ActivityLogEntry) GetTargetTypeOk

func (o *ActivityLogEntry) GetTargetTypeOk() (*string, bool)

GetTargetTypeOk returns a tuple with the TargetType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivityLogEntry) GetType

func (o *ActivityLogEntry) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ActivityLogEntry) GetTypeOk

func (o *ActivityLogEntry) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivityLogEntry) GetUsername

func (o *ActivityLogEntry) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*ActivityLogEntry) GetUsernameOk

func (o *ActivityLogEntry) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivityLogEntry) HasActivityType

func (o *ActivityLogEntry) HasActivityType() bool

HasActivityType returns a boolean if a field has been set.

func (*ActivityLogEntry) HasDataId

func (o *ActivityLogEntry) HasDataId() bool

HasDataId returns a boolean if a field has been set.

func (*ActivityLogEntry) HasEventTime

func (o *ActivityLogEntry) HasEventTime() bool

HasEventTime returns a boolean if a field has been set.

func (*ActivityLogEntry) HasId

func (o *ActivityLogEntry) HasId() bool

HasId returns a boolean if a field has been set.

func (*ActivityLogEntry) HasMessage

func (o *ActivityLogEntry) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*ActivityLogEntry) HasTargetId

func (o *ActivityLogEntry) HasTargetId() bool

HasTargetId returns a boolean if a field has been set.

func (*ActivityLogEntry) HasTargetType

func (o *ActivityLogEntry) HasTargetType() bool

HasTargetType returns a boolean if a field has been set.

func (*ActivityLogEntry) HasType

func (o *ActivityLogEntry) HasType() bool

HasType returns a boolean if a field has been set.

func (*ActivityLogEntry) HasUsername

func (o *ActivityLogEntry) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (ActivityLogEntry) MarshalJSON

func (o ActivityLogEntry) MarshalJSON() ([]byte, error)

func (*ActivityLogEntry) SetActivityType

func (o *ActivityLogEntry) SetActivityType(v string)

SetActivityType gets a reference to the given string and assigns it to the ActivityType field.

func (*ActivityLogEntry) SetDataId

func (o *ActivityLogEntry) SetDataId(v string)

SetDataId gets a reference to the given string and assigns it to the DataId field.

func (*ActivityLogEntry) SetEventTime

func (o *ActivityLogEntry) SetEventTime(v time.Time)

SetEventTime gets a reference to the given time.Time and assigns it to the EventTime field.

func (*ActivityLogEntry) SetId

func (o *ActivityLogEntry) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ActivityLogEntry) SetMessage

func (o *ActivityLogEntry) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*ActivityLogEntry) SetTargetId

func (o *ActivityLogEntry) SetTargetId(v string)

SetTargetId gets a reference to the given string and assigns it to the TargetId field.

func (*ActivityLogEntry) SetTargetType

func (o *ActivityLogEntry) SetTargetType(v string)

SetTargetType gets a reference to the given string and assigns it to the TargetType field.

func (*ActivityLogEntry) SetType

func (o *ActivityLogEntry) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ActivityLogEntry) SetUsername

func (o *ActivityLogEntry) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (ActivityLogEntry) ToMap

func (o ActivityLogEntry) ToMap() (map[string]interface{}, error)

type ActivityLogsApiService

type ActivityLogsApiService service

ActivityLogsApiService ActivityLogsApi service

func (*ActivityLogsApiService) GetActivityLogs

func (a *ActivityLogsApiService) GetActivityLogs(ctx context.Context, containerId string) ApiGetActivityLogsRequest

GetActivityLogs Method for GetActivityLogs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param containerId
@return ApiGetActivityLogsRequest

func (*ActivityLogsApiService) GetActivityLogsExecute

Execute executes the request

@return []ActivityLogEntry

type ApiAbortRequest

type ApiAbortRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiAbortRequest) AbortRelease

func (r ApiAbortRequest) AbortRelease(abortRelease AbortRelease) ApiAbortRequest

func (ApiAbortRequest) Execute

func (r ApiAbortRequest) Execute() (*Release, *http.Response, error)

type ApiAbortTaskRequest

type ApiAbortTaskRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiAbortTaskRequest) Comment1

func (r ApiAbortTaskRequest) Comment1(comment1 Comment1) ApiAbortTaskRequest

func (ApiAbortTaskRequest) Execute

func (r ApiAbortTaskRequest) Execute() (*Task, *http.Response, error)

type ApiAddApplicationRequest

type ApiAddApplicationRequest struct {
	ApiService *EnvironmentReservationApiService
	// contains filtered or unexported fields
}

func (ApiAddApplicationRequest) ApplicationId

func (r ApiAddApplicationRequest) ApplicationId(applicationId string) ApiAddApplicationRequest

func (ApiAddApplicationRequest) Execute

func (r ApiAddApplicationRequest) Execute() (*http.Response, error)

type ApiAddAttachmentsRequest

type ApiAddAttachmentsRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiAddAttachmentsRequest) Execute

type ApiAddConditionRequest

type ApiAddConditionRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiAddConditionRequest) Condition1

func (r ApiAddConditionRequest) Condition1(condition1 Condition1) ApiAddConditionRequest

func (ApiAddConditionRequest) Execute

type ApiAddConfigurationRequest

type ApiAddConfigurationRequest struct {
	ApiService *ConfigurationApiService
	// contains filtered or unexported fields
}

func (ApiAddConfigurationRequest) Execute

func (ApiAddConfigurationRequest) ReleaseConfiguration

func (r ApiAddConfigurationRequest) ReleaseConfiguration(releaseConfiguration ReleaseConfiguration) ApiAddConfigurationRequest

type ApiAddDependencyRequest

type ApiAddDependencyRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiAddDependencyRequest) Execute

type ApiAddFolderRequest

type ApiAddFolderRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiAddFolderRequest) Execute

func (r ApiAddFolderRequest) Execute() (*Folder, *http.Response, error)

func (ApiAddFolderRequest) Folder

type ApiAddGlobalVariableRequest

type ApiAddGlobalVariableRequest struct {
	ApiService *ConfigurationApiService
	// contains filtered or unexported fields
}

func (ApiAddGlobalVariableRequest) Execute

func (ApiAddGlobalVariableRequest) Variable1

type ApiAddMembersToGroupRequest

type ApiAddMembersToGroupRequest struct {
	ApiService *ReleaseGroupApiService
	// contains filtered or unexported fields
}

func (ApiAddMembersToGroupRequest) Execute

func (ApiAddMembersToGroupRequest) RequestBody

func (r ApiAddMembersToGroupRequest) RequestBody(requestBody []string) ApiAddMembersToGroupRequest

type ApiAddPhaseRequest

type ApiAddPhaseRequest struct {
	ApiService *PhaseApiService
	// contains filtered or unexported fields
}

func (ApiAddPhaseRequest) Execute

func (r ApiAddPhaseRequest) Execute() (*Phase, *http.Response, error)

func (ApiAddPhaseRequest) Phase

func (ApiAddPhaseRequest) Position

func (r ApiAddPhaseRequest) Position(position int32) ApiAddPhaseRequest

type ApiAddTaskTaskRequest

type ApiAddTaskTaskRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiAddTaskTaskRequest) Execute

func (r ApiAddTaskTaskRequest) Execute() (*Task, *http.Response, error)

func (ApiAddTaskTaskRequest) Task

type ApiAddTaskToContainerRequest

type ApiAddTaskToContainerRequest struct {
	ApiService *PhaseApiService
	// contains filtered or unexported fields
}

func (ApiAddTaskToContainerRequest) Execute

func (ApiAddTaskToContainerRequest) Position

func (ApiAddTaskToContainerRequest) Task

type ApiAddTriggerRequest

type ApiAddTriggerRequest struct {
	ApiService *TriggersApiService
	// contains filtered or unexported fields
}

func (ApiAddTriggerRequest) Execute

func (r ApiAddTriggerRequest) Execute() (*Trigger, *http.Response, error)

func (ApiAddTriggerRequest) Trigger

type ApiAssignTaskRequest

type ApiAssignTaskRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiAssignTaskRequest) Execute

func (r ApiAssignTaskRequest) Execute() (*Task, *http.Response, error)

type ApiChangeTaskTypeRequest

type ApiChangeTaskTypeRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiChangeTaskTypeRequest) Execute

func (r ApiChangeTaskTypeRequest) Execute() (*Task, *http.Response, error)

func (ApiChangeTaskTypeRequest) TargetType

func (r ApiChangeTaskTypeRequest) TargetType(targetType string) ApiChangeTaskTypeRequest

type ApiCheckStatus1Request

type ApiCheckStatus1Request struct {
	ApiService *ConfigurationApiService
	// contains filtered or unexported fields
}

func (ApiCheckStatus1Request) Execute

type ApiCheckStatusRequest

type ApiCheckStatusRequest struct {
	ApiService *ConfigurationApiService
	// contains filtered or unexported fields
}

func (ApiCheckStatusRequest) ConfigurationView

func (r ApiCheckStatusRequest) ConfigurationView(configurationView ConfigurationView) ApiCheckStatusRequest

func (ApiCheckStatusRequest) Execute

type ApiCheckTitleRequest

type ApiCheckTitleRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiCheckTitleRequest) Execute

func (r ApiCheckTitleRequest) Execute() (bool, *http.Response, error)

func (ApiCheckTitleRequest) ValidatePattern

func (r ApiCheckTitleRequest) ValidatePattern(validatePattern ValidatePattern) ApiCheckTitleRequest

type ApiCommentTaskRequest

type ApiCommentTaskRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiCommentTaskRequest) Comment1

func (ApiCommentTaskRequest) Execute

func (r ApiCommentTaskRequest) Execute() (*Task, *http.Response, error)

type ApiCompleteStageRequest

type ApiCompleteStageRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiCompleteStageRequest) Execute

func (r ApiCompleteStageRequest) Execute() (*http.Response, error)

type ApiCompleteTaskRequest

type ApiCompleteTaskRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiCompleteTaskRequest) Comment1

func (ApiCompleteTaskRequest) Execute

func (r ApiCompleteTaskRequest) Execute() (*Task, *http.Response, error)

type ApiCompleteTrackedItemRequest

type ApiCompleteTrackedItemRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiCompleteTrackedItemRequest) Execute

type ApiCompleteTransitionRequest

type ApiCompleteTransitionRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiCompleteTransitionRequest) CompleteTransition

func (r ApiCompleteTransitionRequest) CompleteTransition(completeTransition CompleteTransition) ApiCompleteTransitionRequest

func (ApiCompleteTransitionRequest) Execute

type ApiCopyPhaseRequest

type ApiCopyPhaseRequest struct {
	ApiService *PhaseApiService
	// contains filtered or unexported fields
}

func (ApiCopyPhaseRequest) Execute

func (r ApiCopyPhaseRequest) Execute() (*Phase, *http.Response, error)

func (ApiCopyPhaseRequest) TargetPosition

func (r ApiCopyPhaseRequest) TargetPosition(targetPosition int32) ApiCopyPhaseRequest

type ApiCopyRiskProfileRequest

type ApiCopyRiskProfileRequest struct {
	ApiService *RiskApiService
	// contains filtered or unexported fields
}

func (ApiCopyRiskProfileRequest) Execute

type ApiCopyTaskRequest

type ApiCopyTaskRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiCopyTaskRequest) Execute

func (r ApiCopyTaskRequest) Execute() (*Task, *http.Response, error)

func (ApiCopyTaskRequest) TargetContainerId

func (r ApiCopyTaskRequest) TargetContainerId(targetContainerId string) ApiCopyTaskRequest

func (ApiCopyTaskRequest) TargetPosition

func (r ApiCopyTaskRequest) TargetPosition(targetPosition int32) ApiCopyTaskRequest

type ApiCopyTemplateRequest

type ApiCopyTemplateRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiCopyTemplateRequest) CopyTemplate

func (r ApiCopyTemplateRequest) CopyTemplate(copyTemplate CopyTemplate) ApiCopyTemplateRequest

func (ApiCopyTemplateRequest) Execute

func (r ApiCopyTemplateRequest) Execute() (*Release, *http.Response, error)

type ApiCountReleasesRequest

type ApiCountReleasesRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiCountReleasesRequest) Execute

func (ApiCountReleasesRequest) ReleasesFilters

func (r ApiCountReleasesRequest) ReleasesFilters(releasesFilters ReleasesFilters) ApiCountReleasesRequest

type ApiCreateApplicationRequest

type ApiCreateApplicationRequest struct {
	ApiService *ApplicationApiService
	// contains filtered or unexported fields
}

func (ApiCreateApplicationRequest) ApplicationForm

func (r ApiCreateApplicationRequest) ApplicationForm(applicationForm ApplicationForm) ApiCreateApplicationRequest

func (ApiCreateApplicationRequest) Execute

type ApiCreateDeliveryFromPatternRequest

type ApiCreateDeliveryFromPatternRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiCreateDeliveryFromPatternRequest) CreateDelivery

func (ApiCreateDeliveryFromPatternRequest) Execute

type ApiCreateEnvironmentRequest

type ApiCreateEnvironmentRequest struct {
	ApiService *EnvironmentApiService
	// contains filtered or unexported fields
}

func (ApiCreateEnvironmentRequest) EnvironmentForm

func (r ApiCreateEnvironmentRequest) EnvironmentForm(environmentForm EnvironmentForm) ApiCreateEnvironmentRequest

func (ApiCreateEnvironmentRequest) Execute

type ApiCreateFacetRequest

type ApiCreateFacetRequest struct {
	ApiService *FacetApiService
	// contains filtered or unexported fields
}

func (ApiCreateFacetRequest) ConfigurationFacet

func (r ApiCreateFacetRequest) ConfigurationFacet(configurationFacet ConfigurationFacet) ApiCreateFacetRequest

func (ApiCreateFacetRequest) Execute

func (r ApiCreateFacetRequest) Execute() (*Facet, *http.Response, error)

type ApiCreateFolderVariableRequest

type ApiCreateFolderVariableRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiCreateFolderVariableRequest) Execute

func (ApiCreateFolderVariableRequest) Variable1

type ApiCreateGroupRequest

type ApiCreateGroupRequest struct {
	ApiService *ReleaseGroupApiService
	// contains filtered or unexported fields
}

func (ApiCreateGroupRequest) Execute

func (ApiCreateGroupRequest) ReleaseGroup

func (r ApiCreateGroupRequest) ReleaseGroup(releaseGroup ReleaseGroup) ApiCreateGroupRequest

type ApiCreateLabelRequest

type ApiCreateLabelRequest struct {
	ApiService *EnvironmentLabelApiService
	// contains filtered or unexported fields
}

func (ApiCreateLabelRequest) EnvironmentLabelForm

func (r ApiCreateLabelRequest) EnvironmentLabelForm(environmentLabelForm EnvironmentLabelForm) ApiCreateLabelRequest

func (ApiCreateLabelRequest) Execute

type ApiCreatePatternRequest

type ApiCreatePatternRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiCreatePatternRequest) Delivery

func (ApiCreatePatternRequest) Execute

type ApiCreateReleaseVariableRequest

type ApiCreateReleaseVariableRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiCreateReleaseVariableRequest) Execute

func (ApiCreateReleaseVariableRequest) Variable1

type ApiCreateReservationRequest

type ApiCreateReservationRequest struct {
	ApiService *EnvironmentReservationApiService
	// contains filtered or unexported fields
}

func (ApiCreateReservationRequest) EnvironmentReservationForm

func (r ApiCreateReservationRequest) EnvironmentReservationForm(environmentReservationForm EnvironmentReservationForm) ApiCreateReservationRequest

func (ApiCreateReservationRequest) Execute

type ApiCreateRiskProfileRequest

type ApiCreateRiskProfileRequest struct {
	ApiService *RiskApiService
	// contains filtered or unexported fields
}

func (ApiCreateRiskProfileRequest) Execute

func (ApiCreateRiskProfileRequest) RiskProfile

type ApiCreateRoles1Request

type ApiCreateRoles1Request struct {
	ApiService *RolesApiService
	// contains filtered or unexported fields
}

func (ApiCreateRoles1Request) Execute

func (r ApiCreateRoles1Request) Execute() (*http.Response, error)

func (ApiCreateRoles1Request) RoleView

type ApiCreateRolesRequest

type ApiCreateRolesRequest struct {
	ApiService *RolesApiService
	// contains filtered or unexported fields
}

func (ApiCreateRolesRequest) Execute

func (r ApiCreateRolesRequest) Execute() (*http.Response, error)

func (ApiCreateRolesRequest) RoleView

func (r ApiCreateRolesRequest) RoleView(roleView []RoleView) ApiCreateRolesRequest

type ApiCreateStage1Request

type ApiCreateStage1Request struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiCreateStage1Request) Execute

func (r ApiCreateStage1Request) Execute() (*Stage, *http.Response, error)

func (ApiCreateStage1Request) Stage

type ApiCreateStage2Request

type ApiCreateStage2Request struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiCreateStage2Request) Execute

func (r ApiCreateStage2Request) Execute() (*Stage, *http.Response, error)

func (ApiCreateStage2Request) Stage

type ApiCreateStage3Request

type ApiCreateStage3Request struct {
	ApiService *EnvironmentStageApiService
	// contains filtered or unexported fields
}

func (ApiCreateStage3Request) EnvironmentStageForm

func (r ApiCreateStage3Request) EnvironmentStageForm(environmentStageForm EnvironmentStageForm) ApiCreateStage3Request

func (ApiCreateStage3Request) Execute

type ApiCreateStageRequest

type ApiCreateStageRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiCreateStageRequest) CreateDeliveryStage

func (r ApiCreateStageRequest) CreateDeliveryStage(createDeliveryStage CreateDeliveryStage) ApiCreateStageRequest

func (ApiCreateStageRequest) Execute

func (r ApiCreateStageRequest) Execute() (*Stage, *http.Response, error)

type ApiCreateTemplate1Request

type ApiCreateTemplate1Request struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiCreateTemplate1Request) CreateRelease

func (r ApiCreateTemplate1Request) CreateRelease(createRelease CreateRelease) ApiCreateTemplate1Request

func (ApiCreateTemplate1Request) Execute

type ApiCreateTemplateRequest

type ApiCreateTemplateRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiCreateTemplateRequest) Execute

func (ApiCreateTemplateRequest) FolderId

func (ApiCreateTemplateRequest) Release

type ApiCreateTemplateVariableRequest

type ApiCreateTemplateVariableRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiCreateTemplateVariableRequest) Execute

func (ApiCreateTemplateVariableRequest) Variable1

type ApiCreateTrackedItemInDeliveryRequest

type ApiCreateTrackedItemInDeliveryRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiCreateTrackedItemInDeliveryRequest) Execute

func (ApiCreateTrackedItemInDeliveryRequest) TrackedItem

type ApiCreateTrackedItemInPatternRequest

type ApiCreateTrackedItemInPatternRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiCreateTrackedItemInPatternRequest) Execute

func (ApiCreateTrackedItemInPatternRequest) TrackedItem

type ApiCreateTransitionRequest

type ApiCreateTransitionRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiCreateTransitionRequest) Execute

func (ApiCreateTransitionRequest) Transition

type ApiCreateUserRequest

type ApiCreateUserRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiCreateUserRequest) Execute

func (r ApiCreateUserRequest) Execute() (*http.Response, error)

func (ApiCreateUserRequest) UserAccount

func (r ApiCreateUserRequest) UserAccount(userAccount UserAccount) ApiCreateUserRequest

type ApiDeleteApplicationRequest

type ApiDeleteApplicationRequest struct {
	ApiService *ApplicationApiService
	// contains filtered or unexported fields
}

func (ApiDeleteApplicationRequest) Execute

type ApiDeleteAttachmentRequest

type ApiDeleteAttachmentRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiDeleteAttachmentRequest) Execute

type ApiDeleteConditionRequest

type ApiDeleteConditionRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiDeleteConditionRequest) Execute

func (r ApiDeleteConditionRequest) Execute() (*http.Response, error)

type ApiDeleteConfigurationRequest

type ApiDeleteConfigurationRequest struct {
	ApiService *ConfigurationApiService
	// contains filtered or unexported fields
}

func (ApiDeleteConfigurationRequest) Execute

type ApiDeleteDeliveryRequest

type ApiDeleteDeliveryRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiDeleteDeliveryRequest) Execute

func (r ApiDeleteDeliveryRequest) Execute() (*http.Response, error)

type ApiDeleteDependencyRequest

type ApiDeleteDependencyRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiDeleteDependencyRequest) Execute

type ApiDeleteEnvironmentLabelRequest

type ApiDeleteEnvironmentLabelRequest struct {
	ApiService *EnvironmentLabelApiService
	// contains filtered or unexported fields
}

func (ApiDeleteEnvironmentLabelRequest) Execute

type ApiDeleteEnvironmentRequest

type ApiDeleteEnvironmentRequest struct {
	ApiService *EnvironmentApiService
	// contains filtered or unexported fields
}

func (ApiDeleteEnvironmentRequest) Execute

type ApiDeleteEnvironmentReservationRequest

type ApiDeleteEnvironmentReservationRequest struct {
	ApiService *EnvironmentReservationApiService
	// contains filtered or unexported fields
}

func (ApiDeleteEnvironmentReservationRequest) Execute

type ApiDeleteEnvironmentStageRequest

type ApiDeleteEnvironmentStageRequest struct {
	ApiService *EnvironmentStageApiService
	// contains filtered or unexported fields
}

func (ApiDeleteEnvironmentStageRequest) Execute

type ApiDeleteFacetRequest

type ApiDeleteFacetRequest struct {
	ApiService *FacetApiService
	// contains filtered or unexported fields
}

func (ApiDeleteFacetRequest) Execute

func (r ApiDeleteFacetRequest) Execute() (*http.Response, error)

type ApiDeleteFolderRequest

type ApiDeleteFolderRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiDeleteFolderRequest) Execute

func (r ApiDeleteFolderRequest) Execute() (*http.Response, error)

type ApiDeleteFolderVariableRequest

type ApiDeleteFolderVariableRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiDeleteFolderVariableRequest) Execute

type ApiDeleteGlobalVariableRequest

type ApiDeleteGlobalVariableRequest struct {
	ApiService *ConfigurationApiService
	// contains filtered or unexported fields
}

func (ApiDeleteGlobalVariableRequest) Execute

type ApiDeleteGroupRequest

type ApiDeleteGroupRequest struct {
	ApiService *ReleaseGroupApiService
	// contains filtered or unexported fields
}

func (ApiDeleteGroupRequest) Execute

func (r ApiDeleteGroupRequest) Execute() (*http.Response, error)

type ApiDeletePatternRequest

type ApiDeletePatternRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiDeletePatternRequest) Execute

func (r ApiDeletePatternRequest) Execute() (*http.Response, error)

type ApiDeletePhaseRequest

type ApiDeletePhaseRequest struct {
	ApiService *PhaseApiService
	// contains filtered or unexported fields
}

func (ApiDeletePhaseRequest) Execute

func (r ApiDeletePhaseRequest) Execute() (*http.Response, error)

type ApiDeleteReleaseRequest

type ApiDeleteReleaseRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiDeleteReleaseRequest) Execute

func (r ApiDeleteReleaseRequest) Execute() (*http.Response, error)

type ApiDeleteReleaseVariableRequest

type ApiDeleteReleaseVariableRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiDeleteReleaseVariableRequest) Execute

type ApiDeleteRiskProfileRequest

type ApiDeleteRiskProfileRequest struct {
	ApiService *RiskApiService
	// contains filtered or unexported fields
}

func (ApiDeleteRiskProfileRequest) Execute

type ApiDeleteRolesRequest

type ApiDeleteRolesRequest struct {
	ApiService *RolesApiService
	// contains filtered or unexported fields
}

func (ApiDeleteRolesRequest) Execute

func (r ApiDeleteRolesRequest) Execute() (*http.Response, error)

type ApiDeleteStageRequest

type ApiDeleteStageRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiDeleteStageRequest) Execute

func (r ApiDeleteStageRequest) Execute() (*http.Response, error)

type ApiDeleteTaskRequest

type ApiDeleteTaskRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiDeleteTaskRequest) Execute

func (r ApiDeleteTaskRequest) Execute() (*http.Response, error)

type ApiDeleteTemplateRequest

type ApiDeleteTemplateRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiDeleteTemplateRequest) Execute

func (r ApiDeleteTemplateRequest) Execute() (*http.Response, error)

type ApiDeleteTemplateVariableRequest

type ApiDeleteTemplateVariableRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiDeleteTemplateVariableRequest) Execute

type ApiDeleteTrackedItemDeliveryPatternRequest

type ApiDeleteTrackedItemDeliveryPatternRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiDeleteTrackedItemDeliveryPatternRequest) Execute

type ApiDeleteTrackedItemDeliveryRequest

type ApiDeleteTrackedItemDeliveryRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiDeleteTrackedItemDeliveryRequest) Execute

type ApiDeleteTransitionRequest

type ApiDeleteTransitionRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiDeleteTransitionRequest) Execute

type ApiDeleteUserRestRequest

type ApiDeleteUserRestRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiDeleteUserRestRequest) Execute

func (r ApiDeleteUserRestRequest) Execute() (*http.Response, error)

type ApiDescopeTrackedItemRequest

type ApiDescopeTrackedItemRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiDescopeTrackedItemRequest) Execute

type ApiDisableAllTriggersRequest

type ApiDisableAllTriggersRequest struct {
	ApiService *TriggersApiService
	// contains filtered or unexported fields
}

func (ApiDisableAllTriggersRequest) Execute

type ApiDisableTriggerRequest

type ApiDisableTriggerRequest struct {
	ApiService *TriggersApiService
	// contains filtered or unexported fields
}

func (ApiDisableTriggerRequest) Execute

func (r ApiDisableTriggerRequest) Execute() (*http.Response, error)

type ApiDisableTriggersRequest

type ApiDisableTriggersRequest struct {
	ApiService *TriggersApiService
	// contains filtered or unexported fields
}

func (ApiDisableTriggersRequest) Execute

func (ApiDisableTriggersRequest) RequestBody

func (r ApiDisableTriggersRequest) RequestBody(requestBody []string) ApiDisableTriggersRequest

type ApiDownloadAttachmentRequest

type ApiDownloadAttachmentRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiDownloadAttachmentRequest) Execute

type ApiDownloadReleaseReportRequest

type ApiDownloadReleaseReportRequest struct {
	ApiService *ReportApiService
	// contains filtered or unexported fields
}

func (ApiDownloadReleaseReportRequest) Execute

type ApiDuplicatePatternRequest

type ApiDuplicatePatternRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiDuplicatePatternRequest) DuplicateDeliveryPattern

func (r ApiDuplicatePatternRequest) DuplicateDeliveryPattern(duplicateDeliveryPattern DuplicateDeliveryPattern) ApiDuplicatePatternRequest

func (ApiDuplicatePatternRequest) Execute

type ApiEnableAllTriggersRequest

type ApiEnableAllTriggersRequest struct {
	ApiService *TriggersApiService
	// contains filtered or unexported fields
}

func (ApiEnableAllTriggersRequest) Execute

type ApiEnableTriggerRequest

type ApiEnableTriggerRequest struct {
	ApiService *TriggersApiService
	// contains filtered or unexported fields
}

func (ApiEnableTriggerRequest) Execute

func (r ApiEnableTriggerRequest) Execute() (*http.Response, error)

type ApiEnableTriggersRequest

type ApiEnableTriggersRequest struct {
	ApiService *TriggersApiService
	// contains filtered or unexported fields
}

func (ApiEnableTriggersRequest) Execute

func (ApiEnableTriggersRequest) RequestBody

func (r ApiEnableTriggersRequest) RequestBody(requestBody []string) ApiEnableTriggersRequest

type ApiExportTemplateToXFileRequest

type ApiExportTemplateToXFileRequest struct {
	ApiService *DslApiService
	// contains filtered or unexported fields
}

func (ApiExportTemplateToXFileRequest) Execute

func (ApiExportTemplateToXFileRequest) ExportTemplate

func (r ApiExportTemplateToXFileRequest) ExportTemplate(exportTemplate bool) ApiExportTemplateToXFileRequest

type ApiExportTemplateToZipRequest

type ApiExportTemplateToZipRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiExportTemplateToZipRequest) Execute

type ApiFailTaskRequest

type ApiFailTaskRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiFailTaskRequest) Comment1

func (r ApiFailTaskRequest) Comment1(comment1 Comment1) ApiFailTaskRequest

func (ApiFailTaskRequest) Execute

func (r ApiFailTaskRequest) Execute() (*Task, *http.Response, error)

type ApiFindRequest

type ApiFindRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiFindRequest) ByPath

func (r ApiFindRequest) ByPath(byPath string) ApiFindRequest

func (ApiFindRequest) Depth

func (r ApiFindRequest) Depth(depth int32) ApiFindRequest

func (ApiFindRequest) Execute

func (r ApiFindRequest) Execute() (*Folder, *http.Response, error)

type ApiFindUsersRequest

type ApiFindUsersRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiFindUsersRequest) Email

func (ApiFindUsersRequest) Execute

func (r ApiFindUsersRequest) Execute() ([]UserAccount, *http.Response, error)

func (ApiFindUsersRequest) External

func (r ApiFindUsersRequest) External(external bool) ApiFindUsersRequest

func (ApiFindUsersRequest) FullName

func (r ApiFindUsersRequest) FullName(fullName string) ApiFindUsersRequest

func (ApiFindUsersRequest) LastActiveAfter

func (r ApiFindUsersRequest) LastActiveAfter(lastActiveAfter time.Time) ApiFindUsersRequest

func (ApiFindUsersRequest) LastActiveBefore

func (r ApiFindUsersRequest) LastActiveBefore(lastActiveBefore time.Time) ApiFindUsersRequest

func (ApiFindUsersRequest) LoginAllowed

func (r ApiFindUsersRequest) LoginAllowed(loginAllowed bool) ApiFindUsersRequest

func (ApiFindUsersRequest) Page

func (ApiFindUsersRequest) ResultsPerPage

func (r ApiFindUsersRequest) ResultsPerPage(resultsPerPage int64) ApiFindUsersRequest

type ApiFullSearchReleasesRequest

type ApiFullSearchReleasesRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiFullSearchReleasesRequest) ArchivePage

func (ApiFullSearchReleasesRequest) ArchiveResultsPerPage

func (r ApiFullSearchReleasesRequest) ArchiveResultsPerPage(archiveResultsPerPage int64) ApiFullSearchReleasesRequest

func (ApiFullSearchReleasesRequest) Execute

func (ApiFullSearchReleasesRequest) Page

func (ApiFullSearchReleasesRequest) ReleasesFilters

func (ApiFullSearchReleasesRequest) ResultsPerPage

func (r ApiFullSearchReleasesRequest) ResultsPerPage(resultsPerPage int64) ApiFullSearchReleasesRequest

type ApiGetActiveReleasesRequest

type ApiGetActiveReleasesRequest struct {
	ApiService *PlannerApiService
	// contains filtered or unexported fields
}

func (ApiGetActiveReleasesRequest) Execute

func (ApiGetActiveReleasesRequest) Page

func (ApiGetActiveReleasesRequest) ResultsPerPage

func (r ApiGetActiveReleasesRequest) ResultsPerPage(resultsPerPage int64) ApiGetActiveReleasesRequest

type ApiGetActiveTasksRequest

type ApiGetActiveTasksRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiGetActiveTasksRequest) Execute

func (r ApiGetActiveTasksRequest) Execute() ([]Task, *http.Response, error)

type ApiGetActivityLogsRequest

type ApiGetActivityLogsRequest struct {
	ApiService *ActivityLogsApiService
	// contains filtered or unexported fields
}

func (ApiGetActivityLogsRequest) Execute

type ApiGetAllRiskAssessorsRequest

type ApiGetAllRiskAssessorsRequest struct {
	ApiService *RiskApiService
	// contains filtered or unexported fields
}

func (ApiGetAllRiskAssessorsRequest) Execute

type ApiGetApplicationRequest

type ApiGetApplicationRequest struct {
	ApiService *ApplicationApiService
	// contains filtered or unexported fields
}

func (ApiGetApplicationRequest) Execute

type ApiGetArchivedReleaseRequest

type ApiGetArchivedReleaseRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiGetArchivedReleaseRequest) Execute

func (ApiGetArchivedReleaseRequest) RoleIds

type ApiGetAssessmentRequest

type ApiGetAssessmentRequest struct {
	ApiService *RiskAssessmentApiService
	// contains filtered or unexported fields
}

func (ApiGetAssessmentRequest) Execute

type ApiGetCompletedReleasesRequest

type ApiGetCompletedReleasesRequest struct {
	ApiService *PlannerApiService
	// contains filtered or unexported fields
}

func (ApiGetCompletedReleasesRequest) Execute

func (ApiGetCompletedReleasesRequest) Page

func (ApiGetCompletedReleasesRequest) ResultsPerPage

func (r ApiGetCompletedReleasesRequest) ResultsPerPage(resultsPerPage int64) ApiGetCompletedReleasesRequest

func (ApiGetCompletedReleasesRequest) Since

type ApiGetConfigurationRequest

type ApiGetConfigurationRequest struct {
	ApiService *ConfigurationApiService
	// contains filtered or unexported fields
}

func (ApiGetConfigurationRequest) Execute

type ApiGetDeliveryRequest

type ApiGetDeliveryRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiGetDeliveryRequest) Execute

func (r ApiGetDeliveryRequest) Execute() (*Delivery, *http.Response, error)

type ApiGetDeliveryTimelineRequest

type ApiGetDeliveryTimelineRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiGetDeliveryTimelineRequest) Execute

type ApiGetDeployableApplicationsForEnvironmentRequest

type ApiGetDeployableApplicationsForEnvironmentRequest struct {
	ApiService *EnvironmentApiService
	// contains filtered or unexported fields
}

func (ApiGetDeployableApplicationsForEnvironmentRequest) Execute

type ApiGetEnvironmentRequest

type ApiGetEnvironmentRequest struct {
	ApiService *EnvironmentApiService
	// contains filtered or unexported fields
}

func (ApiGetEnvironmentRequest) Execute

type ApiGetFacetRequest

type ApiGetFacetRequest struct {
	ApiService *FacetApiService
	// contains filtered or unexported fields
}

func (ApiGetFacetRequest) Execute

func (r ApiGetFacetRequest) Execute() (*Facet, *http.Response, error)

type ApiGetFacetTypesRequest

type ApiGetFacetTypesRequest struct {
	ApiService *FacetApiService
	// contains filtered or unexported fields
}

func (ApiGetFacetTypesRequest) BaseType

func (ApiGetFacetTypesRequest) Execute

func (r ApiGetFacetTypesRequest) Execute() ([]interface{}, *http.Response, error)

type ApiGetFolderPermissionsRequest

type ApiGetFolderPermissionsRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiGetFolderPermissionsRequest) Execute

type ApiGetFolderRequest

type ApiGetFolderRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiGetFolderRequest) Depth

func (ApiGetFolderRequest) Execute

func (r ApiGetFolderRequest) Execute() (*Folder, *http.Response, error)

type ApiGetFolderTeamsRequest

type ApiGetFolderTeamsRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiGetFolderTeamsRequest) Execute

type ApiGetFolderTemplatesRequest

type ApiGetFolderTemplatesRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiGetFolderTemplatesRequest) Depth

func (ApiGetFolderTemplatesRequest) Execute

func (ApiGetFolderTemplatesRequest) Page

func (ApiGetFolderTemplatesRequest) ResultsPerPage

func (r ApiGetFolderTemplatesRequest) ResultsPerPage(resultsPerPage int64) ApiGetFolderTemplatesRequest

type ApiGetFolderVariableRequest

type ApiGetFolderVariableRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiGetFolderVariableRequest) Execute

type ApiGetGlobalPermissionsRequest

type ApiGetGlobalPermissionsRequest struct {
	ApiService *PermissionsApiService
	// contains filtered or unexported fields
}

func (ApiGetGlobalPermissionsRequest) Execute

type ApiGetGlobalVariableRequest

type ApiGetGlobalVariableRequest struct {
	ApiService *ConfigurationApiService
	// contains filtered or unexported fields
}

func (ApiGetGlobalVariableRequest) Execute

type ApiGetGlobalVariableValuesRequest

type ApiGetGlobalVariableValuesRequest struct {
	ApiService *ConfigurationApiService
	// contains filtered or unexported fields
}

func (ApiGetGlobalVariableValuesRequest) Execute

type ApiGetGlobalVariablesRequest

type ApiGetGlobalVariablesRequest struct {
	ApiService *ConfigurationApiService
	// contains filtered or unexported fields
}

func (ApiGetGlobalVariablesRequest) Execute

type ApiGetGroupRequest

type ApiGetGroupRequest struct {
	ApiService *ReleaseGroupApiService
	// contains filtered or unexported fields
}

func (ApiGetGroupRequest) Execute

type ApiGetLabelByIdRequest

type ApiGetLabelByIdRequest struct {
	ApiService *EnvironmentLabelApiService
	// contains filtered or unexported fields
}

func (ApiGetLabelByIdRequest) Execute

type ApiGetMembersRequest

type ApiGetMembersRequest struct {
	ApiService *ReleaseGroupApiService
	// contains filtered or unexported fields
}

func (ApiGetMembersRequest) Execute

func (r ApiGetMembersRequest) Execute() ([]string, *http.Response, error)

type ApiGetPatternByIdOrTitleRequest

type ApiGetPatternByIdOrTitleRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiGetPatternByIdOrTitleRequest) Execute

type ApiGetPatternRequest

type ApiGetPatternRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiGetPatternRequest) Execute

func (r ApiGetPatternRequest) Execute() (*Delivery, *http.Response, error)

type ApiGetPhaseRequest

type ApiGetPhaseRequest struct {
	ApiService *PhaseApiService
	// contains filtered or unexported fields
}

func (ApiGetPhaseRequest) Execute

func (r ApiGetPhaseRequest) Execute() (*Phase, *http.Response, error)

type ApiGetPossibleReleaseVariableValuesRequest

type ApiGetPossibleReleaseVariableValuesRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiGetPossibleReleaseVariableValuesRequest) Execute

func (r ApiGetPossibleReleaseVariableValuesRequest) Execute() ([]map[string]interface{}, *http.Response, error)

type ApiGetPossibleTemplateVariableValuesRequest

type ApiGetPossibleTemplateVariableValuesRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiGetPossibleTemplateVariableValuesRequest) Execute

func (r ApiGetPossibleTemplateVariableValuesRequest) Execute() ([]map[string]interface{}, *http.Response, error)

type ApiGetRecordsForReleaseRequest

type ApiGetRecordsForReleaseRequest struct {
	ApiService *ReportApiService
	// contains filtered or unexported fields
}

func (ApiGetRecordsForReleaseRequest) Execute

type ApiGetRecordsForTaskRequest

type ApiGetRecordsForTaskRequest struct {
	ApiService *ReportApiService
	// contains filtered or unexported fields
}

func (ApiGetRecordsForTaskRequest) Execute

type ApiGetReleaseGroupTimelineRequest

type ApiGetReleaseGroupTimelineRequest struct {
	ApiService *ReleaseGroupApiService
	// contains filtered or unexported fields
}

func (ApiGetReleaseGroupTimelineRequest) Execute

type ApiGetReleasePermissionsRequest

type ApiGetReleasePermissionsRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiGetReleasePermissionsRequest) Execute

type ApiGetReleaseRequest

type ApiGetReleaseRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiGetReleaseRequest) Execute

func (r ApiGetReleaseRequest) Execute() (*Release, *http.Response, error)

func (ApiGetReleaseRequest) RoleIds

func (r ApiGetReleaseRequest) RoleIds(roleIds bool) ApiGetReleaseRequest

type ApiGetReleaseTeamsRequest

type ApiGetReleaseTeamsRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiGetReleaseTeamsRequest) Execute

type ApiGetReleaseVariableRequest

type ApiGetReleaseVariableRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiGetReleaseVariableRequest) Execute

type ApiGetReleaseVariablesRequest

type ApiGetReleaseVariablesRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiGetReleaseVariablesRequest) Execute

type ApiGetReleasesByIdsRequest

type ApiGetReleasesByIdsRequest struct {
	ApiService *PlannerApiService
	// contains filtered or unexported fields
}

func (ApiGetReleasesByIdsRequest) Execute

func (ApiGetReleasesByIdsRequest) RequestBody

func (r ApiGetReleasesByIdsRequest) RequestBody(requestBody []string) ApiGetReleasesByIdsRequest

type ApiGetReleasesForDeliveryRequest

type ApiGetReleasesForDeliveryRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiGetReleasesForDeliveryRequest) Execute

type ApiGetReleasesRequest

type ApiGetReleasesRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiGetReleasesRequest) Depth

func (ApiGetReleasesRequest) Execute

func (r ApiGetReleasesRequest) Execute() ([]Release, *http.Response, error)

func (ApiGetReleasesRequest) Page

func (ApiGetReleasesRequest) ResultsPerPage

func (r ApiGetReleasesRequest) ResultsPerPage(resultsPerPage int64) ApiGetReleasesRequest

type ApiGetReservationRequest

type ApiGetReservationRequest struct {
	ApiService *EnvironmentReservationApiService
	// contains filtered or unexported fields
}

func (ApiGetReservationRequest) Execute

type ApiGetReservationsForEnvironmentRequest

type ApiGetReservationsForEnvironmentRequest struct {
	ApiService *EnvironmentApiService
	// contains filtered or unexported fields
}

func (ApiGetReservationsForEnvironmentRequest) Execute

type ApiGetRiskGlobalThresholdsRequest

type ApiGetRiskGlobalThresholdsRequest struct {
	ApiService *RiskApiService
	// contains filtered or unexported fields
}

func (ApiGetRiskGlobalThresholdsRequest) Execute

type ApiGetRiskProfileRequest

type ApiGetRiskProfileRequest struct {
	ApiService *RiskApiService
	// contains filtered or unexported fields
}

func (ApiGetRiskProfileRequest) Execute

type ApiGetRiskProfilesRequest

type ApiGetRiskProfilesRequest struct {
	ApiService *RiskApiService
	// contains filtered or unexported fields
}

func (ApiGetRiskProfilesRequest) Execute

type ApiGetRiskRequest

type ApiGetRiskRequest struct {
	ApiService *RiskApiService
	// contains filtered or unexported fields
}

func (ApiGetRiskRequest) Execute

func (r ApiGetRiskRequest) Execute() (*Risk, *http.Response, error)

type ApiGetRoleRequest

type ApiGetRoleRequest struct {
	ApiService *RolesApiService
	// contains filtered or unexported fields
}

func (ApiGetRoleRequest) Execute

func (r ApiGetRoleRequest) Execute() (*RoleView, *http.Response, error)

type ApiGetRolesRequest

type ApiGetRolesRequest struct {
	ApiService *RolesApiService
	// contains filtered or unexported fields
}

func (ApiGetRolesRequest) Execute

func (r ApiGetRolesRequest) Execute() ([]RoleView, *http.Response, error)

func (ApiGetRolesRequest) Page

func (ApiGetRolesRequest) ResultsPerPage

func (r ApiGetRolesRequest) ResultsPerPage(resultsPerPage int32) ApiGetRolesRequest

type ApiGetStageByIdRequest

type ApiGetStageByIdRequest struct {
	ApiService *EnvironmentStageApiService
	// contains filtered or unexported fields
}

func (ApiGetStageByIdRequest) Execute

type ApiGetStagesInDeliveryRequest

type ApiGetStagesInDeliveryRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiGetStagesInDeliveryRequest) Execute

type ApiGetStagesInPatternRequest

type ApiGetStagesInPatternRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiGetStagesInPatternRequest) Execute

type ApiGetSystemMessageRequest

type ApiGetSystemMessageRequest struct {
	ApiService *ConfigurationApiService
	// contains filtered or unexported fields
}

func (ApiGetSystemMessageRequest) Execute

type ApiGetTaskRequest

type ApiGetTaskRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiGetTaskRequest) Execute

func (r ApiGetTaskRequest) Execute() (*Task, *http.Response, error)

type ApiGetTaskVariablesRequest

type ApiGetTaskVariablesRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiGetTaskVariablesRequest) Execute

type ApiGetTemplatePermissionsRequest

type ApiGetTemplatePermissionsRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiGetTemplatePermissionsRequest) Execute

type ApiGetTemplateRequest

type ApiGetTemplateRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiGetTemplateRequest) Execute

func (r ApiGetTemplateRequest) Execute() (*Release, *http.Response, error)

type ApiGetTemplateTeamsRequest

type ApiGetTemplateTeamsRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiGetTemplateTeamsRequest) Execute

type ApiGetTemplateVariableRequest

type ApiGetTemplateVariableRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiGetTemplateVariableRequest) Execute

type ApiGetTemplateVariablesRequest

type ApiGetTemplateVariablesRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiGetTemplateVariablesRequest) Execute

type ApiGetTemplatesRequest

type ApiGetTemplatesRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiGetTemplatesRequest) Depth

func (ApiGetTemplatesRequest) Execute

func (r ApiGetTemplatesRequest) Execute() ([]Release, *http.Response, error)

func (ApiGetTemplatesRequest) Page

func (ApiGetTemplatesRequest) ResultsPerPage

func (r ApiGetTemplatesRequest) ResultsPerPage(resultsPerPage int64) ApiGetTemplatesRequest

func (ApiGetTemplatesRequest) Tag

func (ApiGetTemplatesRequest) Title

type ApiGetTrackedItemsInPatternRequest

type ApiGetTrackedItemsInPatternRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiGetTrackedItemsInPatternRequest) Execute

type ApiGetTrackedItemsinDeliveryRequest

type ApiGetTrackedItemsinDeliveryRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiGetTrackedItemsinDeliveryRequest) Execute

type ApiGetTriggerRequest

type ApiGetTriggerRequest struct {
	ApiService *TriggersApiService
	// contains filtered or unexported fields
}

func (ApiGetTriggerRequest) Execute

func (r ApiGetTriggerRequest) Execute() (*Trigger, *http.Response, error)

type ApiGetTypesRequest

type ApiGetTypesRequest struct {
	ApiService *TriggersApiService
	// contains filtered or unexported fields
}

func (ApiGetTypesRequest) Execute

func (r ApiGetTypesRequest) Execute() ([]interface{}, *http.Response, error)

type ApiGetUserRequest

type ApiGetUserRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiGetUserRequest) Execute

func (r ApiGetUserRequest) Execute() (*UserAccount, *http.Response, error)

type ApiGetVariableValuesRequest

type ApiGetVariableValuesRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiGetVariableValuesRequest) Execute

type ApiImportTemplateRequest

type ApiImportTemplateRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiImportTemplateRequest) Body

func (ApiImportTemplateRequest) Execute

func (ApiImportTemplateRequest) FolderId

func (ApiImportTemplateRequest) Version

type ApiIsFolderOwnerRequest

type ApiIsFolderOwnerRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiIsFolderOwnerRequest) Execute

func (r ApiIsFolderOwnerRequest) Execute() (bool, *http.Response, error)

type ApiIsVariableUsedReleaseRequest

type ApiIsVariableUsedReleaseRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiIsVariableUsedReleaseRequest) Execute

type ApiIsVariableUsedTemplateRequest

type ApiIsVariableUsedTemplateRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiIsVariableUsedTemplateRequest) Execute

type ApiListRequest

type ApiListRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiListRequest) Depth

func (r ApiListRequest) Depth(depth int32) ApiListRequest

func (ApiListRequest) Execute

func (r ApiListRequest) Execute() ([]Folder, *http.Response, error)

func (ApiListRequest) Page

func (r ApiListRequest) Page(page int64) ApiListRequest

func (ApiListRequest) Permissions

func (r ApiListRequest) Permissions(permissions bool) ApiListRequest

func (ApiListRequest) ResultsPerPage

func (r ApiListRequest) ResultsPerPage(resultsPerPage int64) ApiListRequest

type ApiListRootRequest

type ApiListRootRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiListRootRequest) Depth

func (ApiListRootRequest) Execute

func (r ApiListRootRequest) Execute() ([]Folder, *http.Response, error)

func (ApiListRootRequest) Page

func (ApiListRootRequest) Permissions

func (r ApiListRootRequest) Permissions(permissions bool) ApiListRootRequest

func (ApiListRootRequest) ResultsPerPage

func (r ApiListRootRequest) ResultsPerPage(resultsPerPage int64) ApiListRootRequest

type ApiListVariableValuesRequest

type ApiListVariableValuesRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiListVariableValuesRequest) Execute

func (ApiListVariableValuesRequest) FolderOnly

type ApiListVariablesRequest

type ApiListVariablesRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiListVariablesRequest) Execute

func (r ApiListVariablesRequest) Execute() ([]Variable, *http.Response, error)

func (ApiListVariablesRequest) FolderOnly

func (r ApiListVariablesRequest) FolderOnly(folderOnly bool) ApiListVariablesRequest

type ApiLockTaskRequest

type ApiLockTaskRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiLockTaskRequest) Execute

func (r ApiLockTaskRequest) Execute() (*http.Response, error)

type ApiMoveRequest

type ApiMoveRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiMoveRequest) Execute

func (r ApiMoveRequest) Execute() (*http.Response, error)

func (ApiMoveRequest) NewParentId

func (r ApiMoveRequest) NewParentId(newParentId string) ApiMoveRequest

type ApiMoveTemplateRequest

type ApiMoveTemplateRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiMoveTemplateRequest) Execute

func (r ApiMoveTemplateRequest) Execute() (*http.Response, error)

func (ApiMoveTemplateRequest) MergePermissions

func (r ApiMoveTemplateRequest) MergePermissions(mergePermissions bool) ApiMoveTemplateRequest

type ApiPreviewExportTemplateToXFileRequest

type ApiPreviewExportTemplateToXFileRequest struct {
	ApiService *DslApiService
	// contains filtered or unexported fields
}

func (ApiPreviewExportTemplateToXFileRequest) Execute

func (ApiPreviewExportTemplateToXFileRequest) ExportTemplate

type ApiRemoveMembersFromGroupRequest

type ApiRemoveMembersFromGroupRequest struct {
	ApiService *ReleaseGroupApiService
	// contains filtered or unexported fields
}

func (ApiRemoveMembersFromGroupRequest) Execute

func (ApiRemoveMembersFromGroupRequest) RequestBody

type ApiRemoveTriggerRequest

type ApiRemoveTriggerRequest struct {
	ApiService *TriggersApiService
	// contains filtered or unexported fields
}

func (ApiRemoveTriggerRequest) Execute

func (r ApiRemoveTriggerRequest) Execute() (*http.Response, error)

type ApiRenameFolderRequest

type ApiRenameFolderRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiRenameFolderRequest) Execute

func (r ApiRenameFolderRequest) Execute() (*http.Response, error)

func (ApiRenameFolderRequest) NewName

type ApiRenameRolesRequest

type ApiRenameRolesRequest struct {
	ApiService *RolesApiService
	// contains filtered or unexported fields
}

func (ApiRenameRolesRequest) Execute

func (r ApiRenameRolesRequest) Execute() (*http.Response, error)

func (ApiRenameRolesRequest) NewName

type ApiReopenStageRequest

type ApiReopenStageRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiReopenStageRequest) Execute

func (r ApiReopenStageRequest) Execute() (*http.Response, error)

type ApiReopenTaskRequest

type ApiReopenTaskRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiReopenTaskRequest) Comment1

func (r ApiReopenTaskRequest) Comment1(comment1 Comment1) ApiReopenTaskRequest

func (ApiReopenTaskRequest) Execute

func (r ApiReopenTaskRequest) Execute() (*Task, *http.Response, error)

type ApiReplaceReleaseVariablesRequest

type ApiReplaceReleaseVariablesRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiReplaceReleaseVariablesRequest) Execute

func (ApiReplaceReleaseVariablesRequest) VariableOrValue

type ApiReplaceTemplateVariablesRequest

type ApiReplaceTemplateVariablesRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiReplaceTemplateVariablesRequest) Execute

func (ApiReplaceTemplateVariablesRequest) VariableOrValue

type ApiRescopeTrackedItemRequest

type ApiRescopeTrackedItemRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiRescopeTrackedItemRequest) Execute

type ApiResetTrackedItemRequest

type ApiResetTrackedItemRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiResetTrackedItemRequest) Execute

type ApiRestartPhasesRequest

type ApiRestartPhasesRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiRestartPhasesRequest) Execute

func (ApiRestartPhasesRequest) FromPhaseId

func (r ApiRestartPhasesRequest) FromPhaseId(fromPhaseId string) ApiRestartPhasesRequest

func (ApiRestartPhasesRequest) FromTaskId

func (r ApiRestartPhasesRequest) FromTaskId(fromTaskId string) ApiRestartPhasesRequest

func (ApiRestartPhasesRequest) PhaseVersion

func (r ApiRestartPhasesRequest) PhaseVersion(phaseVersion PhaseVersion) ApiRestartPhasesRequest

func (ApiRestartPhasesRequest) Resume

type ApiResumeRequest

type ApiResumeRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiResumeRequest) Execute

func (r ApiResumeRequest) Execute() (*Release, *http.Response, error)

type ApiRetryTaskRequest

type ApiRetryTaskRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiRetryTaskRequest) Comment1

func (r ApiRetryTaskRequest) Comment1(comment1 Comment1) ApiRetryTaskRequest

func (ApiRetryTaskRequest) Execute

func (r ApiRetryTaskRequest) Execute() (*Task, *http.Response, error)

type ApiRunTriggerRequest

type ApiRunTriggerRequest struct {
	ApiService *TriggersApiService
	// contains filtered or unexported fields
}

func (ApiRunTriggerRequest) Execute

func (r ApiRunTriggerRequest) Execute() (*http.Response, error)

type ApiSearchApplicationsRequest

type ApiSearchApplicationsRequest struct {
	ApiService *ApplicationApiService
	// contains filtered or unexported fields
}

func (ApiSearchApplicationsRequest) ApplicationFilters

func (r ApiSearchApplicationsRequest) ApplicationFilters(applicationFilters ApplicationFilters) ApiSearchApplicationsRequest

func (ApiSearchApplicationsRequest) Execute

type ApiSearchByTypeAndTitleRequest

type ApiSearchByTypeAndTitleRequest struct {
	ApiService *ConfigurationApiService
	// contains filtered or unexported fields
}

func (ApiSearchByTypeAndTitleRequest) ConfigurationType

func (r ApiSearchByTypeAndTitleRequest) ConfigurationType(configurationType string) ApiSearchByTypeAndTitleRequest

func (ApiSearchByTypeAndTitleRequest) Execute

func (ApiSearchByTypeAndTitleRequest) FolderId

func (ApiSearchByTypeAndTitleRequest) FolderOnly

func (ApiSearchByTypeAndTitleRequest) Title

type ApiSearchDeliveriesRequest

type ApiSearchDeliveriesRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiSearchDeliveriesRequest) DeliveryFilters

func (r ApiSearchDeliveriesRequest) DeliveryFilters(deliveryFilters DeliveryFilters) ApiSearchDeliveriesRequest

func (ApiSearchDeliveriesRequest) Execute

func (ApiSearchDeliveriesRequest) OrderBy

func (ApiSearchDeliveriesRequest) Page

func (ApiSearchDeliveriesRequest) ResultsPerPage

func (r ApiSearchDeliveriesRequest) ResultsPerPage(resultsPerPage int64) ApiSearchDeliveriesRequest

type ApiSearchEnvironmentsRequest

type ApiSearchEnvironmentsRequest struct {
	ApiService *EnvironmentApiService
	// contains filtered or unexported fields
}

func (ApiSearchEnvironmentsRequest) EnvironmentFilters

func (r ApiSearchEnvironmentsRequest) EnvironmentFilters(environmentFilters EnvironmentFilters) ApiSearchEnvironmentsRequest

func (ApiSearchEnvironmentsRequest) Execute

type ApiSearchFacetsRequest

type ApiSearchFacetsRequest struct {
	ApiService *FacetApiService
	// contains filtered or unexported fields
}

func (ApiSearchFacetsRequest) Execute

func (r ApiSearchFacetsRequest) Execute() ([]Facet, *http.Response, error)

func (ApiSearchFacetsRequest) FacetFilters

func (r ApiSearchFacetsRequest) FacetFilters(facetFilters FacetFilters) ApiSearchFacetsRequest

type ApiSearchGroupsRequest

type ApiSearchGroupsRequest struct {
	ApiService *ReleaseGroupApiService
	// contains filtered or unexported fields
}

func (ApiSearchGroupsRequest) Execute

func (ApiSearchGroupsRequest) OrderBy

func (ApiSearchGroupsRequest) Page

func (ApiSearchGroupsRequest) ReleaseGroupFilters

func (r ApiSearchGroupsRequest) ReleaseGroupFilters(releaseGroupFilters ReleaseGroupFilters) ApiSearchGroupsRequest

func (ApiSearchGroupsRequest) ResultsPerPage

func (r ApiSearchGroupsRequest) ResultsPerPage(resultsPerPage int64) ApiSearchGroupsRequest

type ApiSearchLabelsRequest

type ApiSearchLabelsRequest struct {
	ApiService *EnvironmentLabelApiService
	// contains filtered or unexported fields
}

func (ApiSearchLabelsRequest) EnvironmentLabelFilters

func (r ApiSearchLabelsRequest) EnvironmentLabelFilters(environmentLabelFilters EnvironmentLabelFilters) ApiSearchLabelsRequest

func (ApiSearchLabelsRequest) Execute

type ApiSearchPatternsRequest

type ApiSearchPatternsRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiSearchPatternsRequest) DeliveryPatternFilters

func (r ApiSearchPatternsRequest) DeliveryPatternFilters(deliveryPatternFilters DeliveryPatternFilters) ApiSearchPatternsRequest

func (ApiSearchPatternsRequest) Execute

func (ApiSearchPatternsRequest) Page

func (ApiSearchPatternsRequest) ResultsPerPage

func (r ApiSearchPatternsRequest) ResultsPerPage(resultsPerPage int64) ApiSearchPatternsRequest

type ApiSearchPhasesByTitleRequest

type ApiSearchPhasesByTitleRequest struct {
	ApiService *PhaseApiService
	// contains filtered or unexported fields
}

func (ApiSearchPhasesByTitleRequest) Execute

func (ApiSearchPhasesByTitleRequest) PhaseTitle

func (ApiSearchPhasesByTitleRequest) ReleaseId

type ApiSearchPhasesRequest

type ApiSearchPhasesRequest struct {
	ApiService *PhaseApiService
	// contains filtered or unexported fields
}

func (ApiSearchPhasesRequest) Execute

func (r ApiSearchPhasesRequest) Execute() ([]Phase, *http.Response, error)

func (ApiSearchPhasesRequest) PhaseTitle

func (r ApiSearchPhasesRequest) PhaseTitle(phaseTitle string) ApiSearchPhasesRequest

func (ApiSearchPhasesRequest) PhaseVersion

func (r ApiSearchPhasesRequest) PhaseVersion(phaseVersion PhaseVersion) ApiSearchPhasesRequest

func (ApiSearchPhasesRequest) ReleaseId

func (r ApiSearchPhasesRequest) ReleaseId(releaseId string) ApiSearchPhasesRequest

type ApiSearchRecordsRequest

type ApiSearchRecordsRequest struct {
	ApiService *ReportApiService
	// contains filtered or unexported fields
}

func (ApiSearchRecordsRequest) Execute

func (ApiSearchRecordsRequest) FacetFilters

func (r ApiSearchRecordsRequest) FacetFilters(facetFilters FacetFilters) ApiSearchRecordsRequest

type ApiSearchReleasesByTitleRequest

type ApiSearchReleasesByTitleRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiSearchReleasesByTitleRequest) Execute

func (ApiSearchReleasesByTitleRequest) ReleaseTitle

type ApiSearchReleasesFolderRequest

type ApiSearchReleasesFolderRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiSearchReleasesFolderRequest) Depth

func (ApiSearchReleasesFolderRequest) Execute

func (ApiSearchReleasesFolderRequest) Numberbypage

func (ApiSearchReleasesFolderRequest) Page

func (ApiSearchReleasesFolderRequest) ReleasesFilters

type ApiSearchReleasesReleaseRequest

type ApiSearchReleasesReleaseRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiSearchReleasesReleaseRequest) Execute

func (ApiSearchReleasesReleaseRequest) Page

func (ApiSearchReleasesReleaseRequest) PageIsOffset

func (ApiSearchReleasesReleaseRequest) ReleasesFilters

func (ApiSearchReleasesReleaseRequest) ResultsPerPage

type ApiSearchReservationsRequest

type ApiSearchReservationsRequest struct {
	ApiService *EnvironmentReservationApiService
	// contains filtered or unexported fields
}

func (ApiSearchReservationsRequest) Execute

func (ApiSearchReservationsRequest) ReservationFilters

func (r ApiSearchReservationsRequest) ReservationFilters(reservationFilters ReservationFilters) ApiSearchReservationsRequest

type ApiSearchStagesRequest

type ApiSearchStagesRequest struct {
	ApiService *EnvironmentStageApiService
	// contains filtered or unexported fields
}

func (ApiSearchStagesRequest) EnvironmentStageFilters

func (r ApiSearchStagesRequest) EnvironmentStageFilters(environmentStageFilters EnvironmentStageFilters) ApiSearchStagesRequest

func (ApiSearchStagesRequest) Execute

type ApiSearchTasksByTitleRequest

type ApiSearchTasksByTitleRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiSearchTasksByTitleRequest) Execute

func (ApiSearchTasksByTitleRequest) PhaseTitle

func (ApiSearchTasksByTitleRequest) ReleaseId

func (ApiSearchTasksByTitleRequest) TaskTitle

type ApiSearchTriggersRequest

type ApiSearchTriggersRequest struct {
	ApiService *TriggersApiService
	// contains filtered or unexported fields
}

func (ApiSearchTriggersRequest) Execute

func (r ApiSearchTriggersRequest) Execute() (map[string]interface{}, *http.Response, error)

func (ApiSearchTriggersRequest) FolderId

func (ApiSearchTriggersRequest) FolderTitle

func (r ApiSearchTriggersRequest) FolderTitle(folderTitle string) ApiSearchTriggersRequest

func (ApiSearchTriggersRequest) Page

func (ApiSearchTriggersRequest) ResultsPerPage

func (r ApiSearchTriggersRequest) ResultsPerPage(resultsPerPage int32) ApiSearchTriggersRequest

func (ApiSearchTriggersRequest) TemplateId

func (r ApiSearchTriggersRequest) TemplateId(templateId string) ApiSearchTriggersRequest

func (ApiSearchTriggersRequest) TemplateTitle

func (r ApiSearchTriggersRequest) TemplateTitle(templateTitle string) ApiSearchTriggersRequest

func (ApiSearchTriggersRequest) TriggerTitle

func (r ApiSearchTriggersRequest) TriggerTitle(triggerTitle string) ApiSearchTriggersRequest

func (ApiSearchTriggersRequest) TriggerType

func (r ApiSearchTriggersRequest) TriggerType(triggerType []string) ApiSearchTriggersRequest

type ApiSetFolderTeamsRequest

type ApiSetFolderTeamsRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiSetFolderTeamsRequest) Execute

func (ApiSetFolderTeamsRequest) TeamView

type ApiSetReleaseTeamsRequest

type ApiSetReleaseTeamsRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiSetReleaseTeamsRequest) Execute

func (ApiSetReleaseTeamsRequest) TeamView

type ApiSetTemplateTeamsRequest

type ApiSetTemplateTeamsRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiSetTemplateTeamsRequest) Execute

func (ApiSetTemplateTeamsRequest) TeamView

type ApiSkipTaskRequest

type ApiSkipTaskRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiSkipTaskRequest) Comment1

func (r ApiSkipTaskRequest) Comment1(comment1 Comment1) ApiSkipTaskRequest

func (ApiSkipTaskRequest) Execute

func (r ApiSkipTaskRequest) Execute() (*Task, *http.Response, error)

type ApiSkipTrackedItemRequest

type ApiSkipTrackedItemRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiSkipTrackedItemRequest) Execute

func (r ApiSkipTrackedItemRequest) Execute() (*http.Response, error)

type ApiStartReleaseRequest

type ApiStartReleaseRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiStartReleaseRequest) Execute

func (r ApiStartReleaseRequest) Execute() (*Release, *http.Response, error)

type ApiStartTask1Request

type ApiStartTask1Request struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiStartTask1Request) Comment1

func (r ApiStartTask1Request) Comment1(comment1 Comment1) ApiStartTask1Request

func (ApiStartTask1Request) Execute

func (r ApiStartTask1Request) Execute() (*Task, *http.Response, error)

type ApiStartTaskRequest

type ApiStartTaskRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiStartTaskRequest) Execute

func (r ApiStartTaskRequest) Execute() (*Task, *http.Response, error)

func (ApiStartTaskRequest) StartTask

func (r ApiStartTaskRequest) StartTask(startTask StartTask) ApiStartTaskRequest

type ApiStartTemplateRequest

type ApiStartTemplateRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiStartTemplateRequest) Execute

func (ApiStartTemplateRequest) StartRelease

func (r ApiStartTemplateRequest) StartRelease(startRelease StartRelease) ApiStartTemplateRequest

type ApiUnlockTaskRequest

type ApiUnlockTaskRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiUnlockTaskRequest) Execute

func (r ApiUnlockTaskRequest) Execute() (*http.Response, error)

type ApiUpdateApplicationRequest

type ApiUpdateApplicationRequest struct {
	ApiService *ApplicationApiService
	// contains filtered or unexported fields
}

func (ApiUpdateApplicationRequest) ApplicationForm

func (r ApiUpdateApplicationRequest) ApplicationForm(applicationForm ApplicationForm) ApiUpdateApplicationRequest

func (ApiUpdateApplicationRequest) Execute

type ApiUpdateConditionRequest

type ApiUpdateConditionRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiUpdateConditionRequest) Condition1

func (ApiUpdateConditionRequest) Execute

type ApiUpdateConfigurationRequest

type ApiUpdateConfigurationRequest struct {
	ApiService *ConfigurationApiService
	// contains filtered or unexported fields
}

func (ApiUpdateConfigurationRequest) Execute

func (ApiUpdateConfigurationRequest) ReleaseConfiguration

func (r ApiUpdateConfigurationRequest) ReleaseConfiguration(releaseConfiguration ReleaseConfiguration) ApiUpdateConfigurationRequest

type ApiUpdateDeliveryRequest

type ApiUpdateDeliveryRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiUpdateDeliveryRequest) Delivery

func (ApiUpdateDeliveryRequest) Execute

type ApiUpdateEnvironmentRequest

type ApiUpdateEnvironmentRequest struct {
	ApiService *EnvironmentApiService
	// contains filtered or unexported fields
}

func (ApiUpdateEnvironmentRequest) EnvironmentForm

func (r ApiUpdateEnvironmentRequest) EnvironmentForm(environmentForm EnvironmentForm) ApiUpdateEnvironmentRequest

func (ApiUpdateEnvironmentRequest) Execute

type ApiUpdateFacetRequest

type ApiUpdateFacetRequest struct {
	ApiService *FacetApiService
	// contains filtered or unexported fields
}

func (ApiUpdateFacetRequest) ConfigurationFacet

func (r ApiUpdateFacetRequest) ConfigurationFacet(configurationFacet ConfigurationFacet) ApiUpdateFacetRequest

func (ApiUpdateFacetRequest) Execute

func (r ApiUpdateFacetRequest) Execute() (*Facet, *http.Response, error)

type ApiUpdateFolderVariableRequest

type ApiUpdateFolderVariableRequest struct {
	ApiService *FolderApiService
	// contains filtered or unexported fields
}

func (ApiUpdateFolderVariableRequest) Execute

func (ApiUpdateFolderVariableRequest) Variable

type ApiUpdateGlobalVariableRequest

type ApiUpdateGlobalVariableRequest struct {
	ApiService *ConfigurationApiService
	// contains filtered or unexported fields
}

func (ApiUpdateGlobalVariableRequest) Execute

func (ApiUpdateGlobalVariableRequest) Variable

type ApiUpdateGroupRequest

type ApiUpdateGroupRequest struct {
	ApiService *ReleaseGroupApiService
	// contains filtered or unexported fields
}

func (ApiUpdateGroupRequest) Execute

func (ApiUpdateGroupRequest) ReleaseGroup

func (r ApiUpdateGroupRequest) ReleaseGroup(releaseGroup ReleaseGroup) ApiUpdateGroupRequest

type ApiUpdateInputVariablesRequest

type ApiUpdateInputVariablesRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiUpdateInputVariablesRequest) Execute

func (ApiUpdateInputVariablesRequest) Variable

type ApiUpdateLabelRequest

type ApiUpdateLabelRequest struct {
	ApiService *EnvironmentLabelApiService
	// contains filtered or unexported fields
}

func (ApiUpdateLabelRequest) EnvironmentLabelForm

func (r ApiUpdateLabelRequest) EnvironmentLabelForm(environmentLabelForm EnvironmentLabelForm) ApiUpdateLabelRequest

func (ApiUpdateLabelRequest) Execute

type ApiUpdatePasswordRequest

type ApiUpdatePasswordRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiUpdatePasswordRequest) ChangePasswordView

func (r ApiUpdatePasswordRequest) ChangePasswordView(changePasswordView ChangePasswordView) ApiUpdatePasswordRequest

func (ApiUpdatePasswordRequest) Execute

func (r ApiUpdatePasswordRequest) Execute() (*http.Response, error)

type ApiUpdatePatternRequest

type ApiUpdatePatternRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiUpdatePatternRequest) Delivery

func (ApiUpdatePatternRequest) Execute

type ApiUpdatePhaseRequest

type ApiUpdatePhaseRequest struct {
	ApiService *PhaseApiService
	// contains filtered or unexported fields
}

func (ApiUpdatePhaseRequest) Execute

func (r ApiUpdatePhaseRequest) Execute() (*Phase, *http.Response, error)

func (ApiUpdatePhaseRequest) Phase

type ApiUpdateReleaseRequest

type ApiUpdateReleaseRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiUpdateReleaseRequest) Execute

func (ApiUpdateReleaseRequest) Release

type ApiUpdateReleaseVariableRequest

type ApiUpdateReleaseVariableRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiUpdateReleaseVariableRequest) Execute

func (ApiUpdateReleaseVariableRequest) Variable

type ApiUpdateReleaseVariablesRequest

type ApiUpdateReleaseVariablesRequest struct {
	ApiService *ReleaseApiService
	// contains filtered or unexported fields
}

func (ApiUpdateReleaseVariablesRequest) Execute

func (ApiUpdateReleaseVariablesRequest) Variable

type ApiUpdateReservationRequest

type ApiUpdateReservationRequest struct {
	ApiService *EnvironmentReservationApiService
	// contains filtered or unexported fields
}

func (ApiUpdateReservationRequest) EnvironmentReservationForm

func (r ApiUpdateReservationRequest) EnvironmentReservationForm(environmentReservationForm EnvironmentReservationForm) ApiUpdateReservationRequest

func (ApiUpdateReservationRequest) Execute

type ApiUpdateRiskGlobalThresholdsRequest

type ApiUpdateRiskGlobalThresholdsRequest struct {
	ApiService *RiskApiService
	// contains filtered or unexported fields
}

func (ApiUpdateRiskGlobalThresholdsRequest) Execute

func (ApiUpdateRiskGlobalThresholdsRequest) RiskGlobalThresholds

type ApiUpdateRiskProfileRequest

type ApiUpdateRiskProfileRequest struct {
	ApiService *RiskApiService
	// contains filtered or unexported fields
}

func (ApiUpdateRiskProfileRequest) Execute

func (ApiUpdateRiskProfileRequest) RiskProfile

type ApiUpdateRoles1Request

type ApiUpdateRoles1Request struct {
	ApiService *RolesApiService
	// contains filtered or unexported fields
}

func (ApiUpdateRoles1Request) Execute

func (r ApiUpdateRoles1Request) Execute() (*http.Response, error)

func (ApiUpdateRoles1Request) RoleView

type ApiUpdateRolesRequest

type ApiUpdateRolesRequest struct {
	ApiService *RolesApiService
	// contains filtered or unexported fields
}

func (ApiUpdateRolesRequest) Execute

func (r ApiUpdateRolesRequest) Execute() (*http.Response, error)

func (ApiUpdateRolesRequest) RoleView

func (r ApiUpdateRolesRequest) RoleView(roleView []RoleView) ApiUpdateRolesRequest

type ApiUpdateStageFromBatchRequest

type ApiUpdateStageFromBatchRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiUpdateStageFromBatchRequest) Execute

func (ApiUpdateStageFromBatchRequest) Stage

type ApiUpdateStageInDeliveryRequest

type ApiUpdateStageInDeliveryRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiUpdateStageInDeliveryRequest) Execute

func (ApiUpdateStageInDeliveryRequest) Stage

type ApiUpdateStageInEnvironmentRequest

type ApiUpdateStageInEnvironmentRequest struct {
	ApiService *EnvironmentStageApiService
	// contains filtered or unexported fields
}

func (ApiUpdateStageInEnvironmentRequest) EnvironmentStageForm

func (ApiUpdateStageInEnvironmentRequest) Execute

type ApiUpdateStageInPatternRequest

type ApiUpdateStageInPatternRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiUpdateStageInPatternRequest) Execute

func (ApiUpdateStageInPatternRequest) Stage

type ApiUpdateSystemMessageRequest

type ApiUpdateSystemMessageRequest struct {
	ApiService *ConfigurationApiService
	// contains filtered or unexported fields
}

func (ApiUpdateSystemMessageRequest) Execute

func (ApiUpdateSystemMessageRequest) SystemMessageSettings

func (r ApiUpdateSystemMessageRequest) SystemMessageSettings(systemMessageSettings SystemMessageSettings) ApiUpdateSystemMessageRequest

type ApiUpdateTaskRequest

type ApiUpdateTaskRequest struct {
	ApiService *TaskApiService
	// contains filtered or unexported fields
}

func (ApiUpdateTaskRequest) Execute

func (r ApiUpdateTaskRequest) Execute() (*Task, *http.Response, error)

func (ApiUpdateTaskRequest) Task

type ApiUpdateTemplateRequest

type ApiUpdateTemplateRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiUpdateTemplateRequest) Execute

func (ApiUpdateTemplateRequest) Release

type ApiUpdateTemplateVariableRequest

type ApiUpdateTemplateVariableRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiUpdateTemplateVariableRequest) Execute

func (ApiUpdateTemplateVariableRequest) Variable

type ApiUpdateTemplateVariablesRequest

type ApiUpdateTemplateVariablesRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

func (ApiUpdateTemplateVariablesRequest) Execute

func (ApiUpdateTemplateVariablesRequest) Variable

type ApiUpdateTrackedItemInDeliveryRequest

type ApiUpdateTrackedItemInDeliveryRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiUpdateTrackedItemInDeliveryRequest) Execute

func (ApiUpdateTrackedItemInDeliveryRequest) TrackedItem

type ApiUpdateTrackedItemInPatternRequest

type ApiUpdateTrackedItemInPatternRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiUpdateTrackedItemInPatternRequest) Execute

func (ApiUpdateTrackedItemInPatternRequest) TrackedItem

type ApiUpdateTransitionInDeliveryRequest

type ApiUpdateTransitionInDeliveryRequest struct {
	ApiService *DeliveryApiService
	// contains filtered or unexported fields
}

func (ApiUpdateTransitionInDeliveryRequest) Execute

func (ApiUpdateTransitionInDeliveryRequest) Transition

type ApiUpdateTransitionInPatternRequest

type ApiUpdateTransitionInPatternRequest struct {
	ApiService *DeliveryPatternApiService
	// contains filtered or unexported fields
}

func (ApiUpdateTransitionInPatternRequest) Execute

func (ApiUpdateTransitionInPatternRequest) Transition

type ApiUpdateTriggerRequest

type ApiUpdateTriggerRequest struct {
	ApiService *TriggersApiService
	// contains filtered or unexported fields
}

func (ApiUpdateTriggerRequest) Execute

func (ApiUpdateTriggerRequest) Trigger

type ApiUpdateUserRequest

type ApiUpdateUserRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiUpdateUserRequest) Execute

func (r ApiUpdateUserRequest) Execute() (*http.Response, error)

func (ApiUpdateUserRequest) UserAccount

func (r ApiUpdateUserRequest) UserAccount(userAccount UserAccount) ApiUpdateUserRequest

type ApiUpdateUsersRestRequest

type ApiUpdateUsersRestRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiUpdateUsersRestRequest) Execute

func (r ApiUpdateUsersRestRequest) Execute() (*http.Response, error)

func (ApiUpdateUsersRestRequest) UserAccount

type ApplicationApiService

type ApplicationApiService service

ApplicationApiService ApplicationApi service

func (*ApplicationApiService) CreateApplication

CreateApplication Method for CreateApplication

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateApplicationRequest

func (*ApplicationApiService) CreateApplicationExecute

Execute executes the request

@return ApplicationView

func (*ApplicationApiService) DeleteApplication

func (a *ApplicationApiService) DeleteApplication(ctx context.Context, applicationId string) ApiDeleteApplicationRequest

DeleteApplication Method for DeleteApplication

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param applicationId
@return ApiDeleteApplicationRequest

func (*ApplicationApiService) DeleteApplicationExecute

func (a *ApplicationApiService) DeleteApplicationExecute(r ApiDeleteApplicationRequest) (*http.Response, error)

Execute executes the request

func (*ApplicationApiService) GetApplication

func (a *ApplicationApiService) GetApplication(ctx context.Context, applicationId string) ApiGetApplicationRequest

GetApplication Method for GetApplication

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param applicationId
@return ApiGetApplicationRequest

func (*ApplicationApiService) GetApplicationExecute

Execute executes the request

@return ApplicationView

func (*ApplicationApiService) SearchApplications

SearchApplications Method for SearchApplications

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchApplicationsRequest

func (*ApplicationApiService) SearchApplicationsExecute

Execute executes the request

@return []ApplicationView

func (*ApplicationApiService) UpdateApplication

func (a *ApplicationApiService) UpdateApplication(ctx context.Context, applicationId string) ApiUpdateApplicationRequest

UpdateApplication Method for UpdateApplication

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param applicationId
@return ApiUpdateApplicationRequest

func (*ApplicationApiService) UpdateApplicationExecute

Execute executes the request

@return ApplicationView

type ApplicationFilters

type ApplicationFilters struct {
	Title        *string  `json:"title,omitempty"`
	Environments []string `json:"environments,omitempty"`
}

ApplicationFilters struct for ApplicationFilters

func NewApplicationFilters

func NewApplicationFilters() *ApplicationFilters

NewApplicationFilters instantiates a new ApplicationFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApplicationFiltersWithDefaults

func NewApplicationFiltersWithDefaults() *ApplicationFilters

NewApplicationFiltersWithDefaults instantiates a new ApplicationFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApplicationFilters) GetEnvironments

func (o *ApplicationFilters) GetEnvironments() []string

GetEnvironments returns the Environments field value if set, zero value otherwise.

func (*ApplicationFilters) GetEnvironmentsOk

func (o *ApplicationFilters) GetEnvironmentsOk() ([]string, bool)

GetEnvironmentsOk returns a tuple with the Environments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplicationFilters) GetTitle

func (o *ApplicationFilters) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ApplicationFilters) GetTitleOk

func (o *ApplicationFilters) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplicationFilters) HasEnvironments

func (o *ApplicationFilters) HasEnvironments() bool

HasEnvironments returns a boolean if a field has been set.

func (*ApplicationFilters) HasTitle

func (o *ApplicationFilters) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ApplicationFilters) MarshalJSON

func (o ApplicationFilters) MarshalJSON() ([]byte, error)

func (*ApplicationFilters) SetEnvironments

func (o *ApplicationFilters) SetEnvironments(v []string)

SetEnvironments gets a reference to the given []string and assigns it to the Environments field.

func (*ApplicationFilters) SetTitle

func (o *ApplicationFilters) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (ApplicationFilters) ToMap

func (o ApplicationFilters) ToMap() (map[string]interface{}, error)

type ApplicationForm

type ApplicationForm struct {
	Title          *string  `json:"title,omitempty"`
	EnvironmentIds []string `json:"environmentIds,omitempty"`
}

ApplicationForm struct for ApplicationForm

func NewApplicationForm

func NewApplicationForm() *ApplicationForm

NewApplicationForm instantiates a new ApplicationForm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApplicationFormWithDefaults

func NewApplicationFormWithDefaults() *ApplicationForm

NewApplicationFormWithDefaults instantiates a new ApplicationForm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApplicationForm) GetEnvironmentIds

func (o *ApplicationForm) GetEnvironmentIds() []string

GetEnvironmentIds returns the EnvironmentIds field value if set, zero value otherwise.

func (*ApplicationForm) GetEnvironmentIdsOk

func (o *ApplicationForm) GetEnvironmentIdsOk() ([]string, bool)

GetEnvironmentIdsOk returns a tuple with the EnvironmentIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplicationForm) GetTitle

func (o *ApplicationForm) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ApplicationForm) GetTitleOk

func (o *ApplicationForm) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplicationForm) HasEnvironmentIds

func (o *ApplicationForm) HasEnvironmentIds() bool

HasEnvironmentIds returns a boolean if a field has been set.

func (*ApplicationForm) HasTitle

func (o *ApplicationForm) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ApplicationForm) MarshalJSON

func (o ApplicationForm) MarshalJSON() ([]byte, error)

func (*ApplicationForm) SetEnvironmentIds

func (o *ApplicationForm) SetEnvironmentIds(v []string)

SetEnvironmentIds gets a reference to the given []string and assigns it to the EnvironmentIds field.

func (*ApplicationForm) SetTitle

func (o *ApplicationForm) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (ApplicationForm) ToMap

func (o ApplicationForm) ToMap() (map[string]interface{}, error)

type ApplicationView

type ApplicationView struct {
	Id           *string               `json:"id,omitempty"`
	Title        *string               `json:"title,omitempty"`
	Environments []BaseEnvironmentView `json:"environments,omitempty"`
}

ApplicationView struct for ApplicationView

func NewApplicationView

func NewApplicationView() *ApplicationView

NewApplicationView instantiates a new ApplicationView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApplicationViewWithDefaults

func NewApplicationViewWithDefaults() *ApplicationView

NewApplicationViewWithDefaults instantiates a new ApplicationView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApplicationView) GetEnvironments

func (o *ApplicationView) GetEnvironments() []BaseEnvironmentView

GetEnvironments returns the Environments field value if set, zero value otherwise.

func (*ApplicationView) GetEnvironmentsOk

func (o *ApplicationView) GetEnvironmentsOk() ([]BaseEnvironmentView, bool)

GetEnvironmentsOk returns a tuple with the Environments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplicationView) GetId

func (o *ApplicationView) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ApplicationView) GetIdOk

func (o *ApplicationView) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplicationView) GetTitle

func (o *ApplicationView) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ApplicationView) GetTitleOk

func (o *ApplicationView) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApplicationView) HasEnvironments

func (o *ApplicationView) HasEnvironments() bool

HasEnvironments returns a boolean if a field has been set.

func (*ApplicationView) HasId

func (o *ApplicationView) HasId() bool

HasId returns a boolean if a field has been set.

func (*ApplicationView) HasTitle

func (o *ApplicationView) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ApplicationView) MarshalJSON

func (o ApplicationView) MarshalJSON() ([]byte, error)

func (*ApplicationView) SetEnvironments

func (o *ApplicationView) SetEnvironments(v []BaseEnvironmentView)

SetEnvironments gets a reference to the given []BaseEnvironmentView and assigns it to the Environments field.

func (*ApplicationView) SetId

func (o *ApplicationView) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ApplicationView) SetTitle

func (o *ApplicationView) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (ApplicationView) ToMap

func (o ApplicationView) ToMap() (map[string]interface{}, error)

type Attachment

type Attachment struct {
	Id                    *string                `json:"id,omitempty"`
	Type                  *string                `json:"type,omitempty"`
	File                  map[string]interface{} `json:"file,omitempty"`
	ContentType           *string                `json:"contentType,omitempty"`
	ExportFilename        *string                `json:"exportFilename,omitempty"`
	FileUri               *string                `json:"fileUri,omitempty"`
	Placeholders          []string               `json:"placeholders,omitempty"`
	TextFileNamesRegex    *string                `json:"textFileNamesRegex,omitempty"`
	ExcludeFileNamesRegex *string                `json:"excludeFileNamesRegex,omitempty"`
	FileEncodings         *map[string]string     `json:"fileEncodings,omitempty"`
	Checksum              *string                `json:"checksum,omitempty"`
}

Attachment struct for Attachment

func NewAttachment

func NewAttachment() *Attachment

NewAttachment instantiates a new Attachment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAttachmentWithDefaults

func NewAttachmentWithDefaults() *Attachment

NewAttachmentWithDefaults instantiates a new Attachment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Attachment) GetChecksum

func (o *Attachment) GetChecksum() string

GetChecksum returns the Checksum field value if set, zero value otherwise.

func (*Attachment) GetChecksumOk

func (o *Attachment) GetChecksumOk() (*string, bool)

GetChecksumOk returns a tuple with the Checksum field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) GetContentType

func (o *Attachment) GetContentType() string

GetContentType returns the ContentType field value if set, zero value otherwise.

func (*Attachment) GetContentTypeOk

func (o *Attachment) GetContentTypeOk() (*string, bool)

GetContentTypeOk returns a tuple with the ContentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) GetExcludeFileNamesRegex

func (o *Attachment) GetExcludeFileNamesRegex() string

GetExcludeFileNamesRegex returns the ExcludeFileNamesRegex field value if set, zero value otherwise.

func (*Attachment) GetExcludeFileNamesRegexOk

func (o *Attachment) GetExcludeFileNamesRegexOk() (*string, bool)

GetExcludeFileNamesRegexOk returns a tuple with the ExcludeFileNamesRegex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) GetExportFilename

func (o *Attachment) GetExportFilename() string

GetExportFilename returns the ExportFilename field value if set, zero value otherwise.

func (*Attachment) GetExportFilenameOk

func (o *Attachment) GetExportFilenameOk() (*string, bool)

GetExportFilenameOk returns a tuple with the ExportFilename field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) GetFile

func (o *Attachment) GetFile() map[string]interface{}

GetFile returns the File field value if set, zero value otherwise.

func (*Attachment) GetFileEncodings

func (o *Attachment) GetFileEncodings() map[string]string

GetFileEncodings returns the FileEncodings field value if set, zero value otherwise.

func (*Attachment) GetFileEncodingsOk

func (o *Attachment) GetFileEncodingsOk() (*map[string]string, bool)

GetFileEncodingsOk returns a tuple with the FileEncodings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) GetFileOk

func (o *Attachment) GetFileOk() (map[string]interface{}, bool)

GetFileOk returns a tuple with the File field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) GetFileUri

func (o *Attachment) GetFileUri() string

GetFileUri returns the FileUri field value if set, zero value otherwise.

func (*Attachment) GetFileUriOk

func (o *Attachment) GetFileUriOk() (*string, bool)

GetFileUriOk returns a tuple with the FileUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) GetId

func (o *Attachment) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Attachment) GetIdOk

func (o *Attachment) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) GetPlaceholders

func (o *Attachment) GetPlaceholders() []string

GetPlaceholders returns the Placeholders field value if set, zero value otherwise.

func (*Attachment) GetPlaceholdersOk

func (o *Attachment) GetPlaceholdersOk() ([]string, bool)

GetPlaceholdersOk returns a tuple with the Placeholders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) GetTextFileNamesRegex

func (o *Attachment) GetTextFileNamesRegex() string

GetTextFileNamesRegex returns the TextFileNamesRegex field value if set, zero value otherwise.

func (*Attachment) GetTextFileNamesRegexOk

func (o *Attachment) GetTextFileNamesRegexOk() (*string, bool)

GetTextFileNamesRegexOk returns a tuple with the TextFileNamesRegex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) GetType

func (o *Attachment) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Attachment) GetTypeOk

func (o *Attachment) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attachment) HasChecksum

func (o *Attachment) HasChecksum() bool

HasChecksum returns a boolean if a field has been set.

func (*Attachment) HasContentType

func (o *Attachment) HasContentType() bool

HasContentType returns a boolean if a field has been set.

func (*Attachment) HasExcludeFileNamesRegex

func (o *Attachment) HasExcludeFileNamesRegex() bool

HasExcludeFileNamesRegex returns a boolean if a field has been set.

func (*Attachment) HasExportFilename

func (o *Attachment) HasExportFilename() bool

HasExportFilename returns a boolean if a field has been set.

func (*Attachment) HasFile

func (o *Attachment) HasFile() bool

HasFile returns a boolean if a field has been set.

func (*Attachment) HasFileEncodings

func (o *Attachment) HasFileEncodings() bool

HasFileEncodings returns a boolean if a field has been set.

func (*Attachment) HasFileUri

func (o *Attachment) HasFileUri() bool

HasFileUri returns a boolean if a field has been set.

func (*Attachment) HasId

func (o *Attachment) HasId() bool

HasId returns a boolean if a field has been set.

func (*Attachment) HasPlaceholders

func (o *Attachment) HasPlaceholders() bool

HasPlaceholders returns a boolean if a field has been set.

func (*Attachment) HasTextFileNamesRegex

func (o *Attachment) HasTextFileNamesRegex() bool

HasTextFileNamesRegex returns a boolean if a field has been set.

func (*Attachment) HasType

func (o *Attachment) HasType() bool

HasType returns a boolean if a field has been set.

func (Attachment) MarshalJSON

func (o Attachment) MarshalJSON() ([]byte, error)

func (*Attachment) SetChecksum

func (o *Attachment) SetChecksum(v string)

SetChecksum gets a reference to the given string and assigns it to the Checksum field.

func (*Attachment) SetContentType

func (o *Attachment) SetContentType(v string)

SetContentType gets a reference to the given string and assigns it to the ContentType field.

func (*Attachment) SetExcludeFileNamesRegex

func (o *Attachment) SetExcludeFileNamesRegex(v string)

SetExcludeFileNamesRegex gets a reference to the given string and assigns it to the ExcludeFileNamesRegex field.

func (*Attachment) SetExportFilename

func (o *Attachment) SetExportFilename(v string)

SetExportFilename gets a reference to the given string and assigns it to the ExportFilename field.

func (*Attachment) SetFile

func (o *Attachment) SetFile(v map[string]interface{})

SetFile gets a reference to the given map[string]interface{} and assigns it to the File field.

func (*Attachment) SetFileEncodings

func (o *Attachment) SetFileEncodings(v map[string]string)

SetFileEncodings gets a reference to the given map[string]string and assigns it to the FileEncodings field.

func (*Attachment) SetFileUri

func (o *Attachment) SetFileUri(v string)

SetFileUri gets a reference to the given string and assigns it to the FileUri field.

func (*Attachment) SetId

func (o *Attachment) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Attachment) SetPlaceholders

func (o *Attachment) SetPlaceholders(v []string)

SetPlaceholders gets a reference to the given []string and assigns it to the Placeholders field.

func (*Attachment) SetTextFileNamesRegex

func (o *Attachment) SetTextFileNamesRegex(v string)

SetTextFileNamesRegex gets a reference to the given string and assigns it to the TextFileNamesRegex field.

func (*Attachment) SetType

func (o *Attachment) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (Attachment) ToMap

func (o Attachment) ToMap() (map[string]interface{}, error)

type BaseApplicationView

type BaseApplicationView struct {
	Id    *string `json:"id,omitempty"`
	Title *string `json:"title,omitempty"`
}

BaseApplicationView struct for BaseApplicationView

func NewBaseApplicationView

func NewBaseApplicationView() *BaseApplicationView

NewBaseApplicationView instantiates a new BaseApplicationView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBaseApplicationViewWithDefaults

func NewBaseApplicationViewWithDefaults() *BaseApplicationView

NewBaseApplicationViewWithDefaults instantiates a new BaseApplicationView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BaseApplicationView) GetId

func (o *BaseApplicationView) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*BaseApplicationView) GetIdOk

func (o *BaseApplicationView) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BaseApplicationView) GetTitle

func (o *BaseApplicationView) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*BaseApplicationView) GetTitleOk

func (o *BaseApplicationView) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BaseApplicationView) HasId

func (o *BaseApplicationView) HasId() bool

HasId returns a boolean if a field has been set.

func (*BaseApplicationView) HasTitle

func (o *BaseApplicationView) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (BaseApplicationView) MarshalJSON

func (o BaseApplicationView) MarshalJSON() ([]byte, error)

func (*BaseApplicationView) SetId

func (o *BaseApplicationView) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*BaseApplicationView) SetTitle

func (o *BaseApplicationView) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (BaseApplicationView) ToMap

func (o BaseApplicationView) ToMap() (map[string]interface{}, error)

type BaseEnvironmentView

type BaseEnvironmentView struct {
	Id    *string `json:"id,omitempty"`
	Title *string `json:"title,omitempty"`
}

BaseEnvironmentView struct for BaseEnvironmentView

func NewBaseEnvironmentView

func NewBaseEnvironmentView() *BaseEnvironmentView

NewBaseEnvironmentView instantiates a new BaseEnvironmentView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBaseEnvironmentViewWithDefaults

func NewBaseEnvironmentViewWithDefaults() *BaseEnvironmentView

NewBaseEnvironmentViewWithDefaults instantiates a new BaseEnvironmentView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BaseEnvironmentView) GetId

func (o *BaseEnvironmentView) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*BaseEnvironmentView) GetIdOk

func (o *BaseEnvironmentView) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BaseEnvironmentView) GetTitle

func (o *BaseEnvironmentView) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*BaseEnvironmentView) GetTitleOk

func (o *BaseEnvironmentView) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BaseEnvironmentView) HasId

func (o *BaseEnvironmentView) HasId() bool

HasId returns a boolean if a field has been set.

func (*BaseEnvironmentView) HasTitle

func (o *BaseEnvironmentView) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (BaseEnvironmentView) MarshalJSON

func (o BaseEnvironmentView) MarshalJSON() ([]byte, error)

func (*BaseEnvironmentView) SetId

func (o *BaseEnvironmentView) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*BaseEnvironmentView) SetTitle

func (o *BaseEnvironmentView) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (BaseEnvironmentView) ToMap

func (o BaseEnvironmentView) ToMap() (map[string]interface{}, error)

type BasicAuth

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type BlackoutMetadata

type BlackoutMetadata struct {
	Periods []BlackoutPeriod `json:"periods,omitempty"`
}

BlackoutMetadata struct for BlackoutMetadata

func NewBlackoutMetadata

func NewBlackoutMetadata() *BlackoutMetadata

NewBlackoutMetadata instantiates a new BlackoutMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBlackoutMetadataWithDefaults

func NewBlackoutMetadataWithDefaults() *BlackoutMetadata

NewBlackoutMetadataWithDefaults instantiates a new BlackoutMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BlackoutMetadata) GetPeriods

func (o *BlackoutMetadata) GetPeriods() []BlackoutPeriod

GetPeriods returns the Periods field value if set, zero value otherwise.

func (*BlackoutMetadata) GetPeriodsOk

func (o *BlackoutMetadata) GetPeriodsOk() ([]BlackoutPeriod, bool)

GetPeriodsOk returns a tuple with the Periods field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlackoutMetadata) HasPeriods

func (o *BlackoutMetadata) HasPeriods() bool

HasPeriods returns a boolean if a field has been set.

func (BlackoutMetadata) MarshalJSON

func (o BlackoutMetadata) MarshalJSON() ([]byte, error)

func (*BlackoutMetadata) SetPeriods

func (o *BlackoutMetadata) SetPeriods(v []BlackoutPeriod)

SetPeriods gets a reference to the given []BlackoutPeriod and assigns it to the Periods field.

func (BlackoutMetadata) ToMap

func (o BlackoutMetadata) ToMap() (map[string]interface{}, error)

type BlackoutPeriod

type BlackoutPeriod struct {
	StartDate *time.Time `json:"startDate,omitempty"`
	EndDate   *time.Time `json:"endDate,omitempty"`
}

BlackoutPeriod struct for BlackoutPeriod

func NewBlackoutPeriod

func NewBlackoutPeriod() *BlackoutPeriod

NewBlackoutPeriod instantiates a new BlackoutPeriod object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBlackoutPeriodWithDefaults

func NewBlackoutPeriodWithDefaults() *BlackoutPeriod

NewBlackoutPeriodWithDefaults instantiates a new BlackoutPeriod object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BlackoutPeriod) GetEndDate

func (o *BlackoutPeriod) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*BlackoutPeriod) GetEndDateOk

func (o *BlackoutPeriod) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlackoutPeriod) GetStartDate

func (o *BlackoutPeriod) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*BlackoutPeriod) GetStartDateOk

func (o *BlackoutPeriod) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlackoutPeriod) HasEndDate

func (o *BlackoutPeriod) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*BlackoutPeriod) HasStartDate

func (o *BlackoutPeriod) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (BlackoutPeriod) MarshalJSON

func (o BlackoutPeriod) MarshalJSON() ([]byte, error)

func (*BlackoutPeriod) SetEndDate

func (o *BlackoutPeriod) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*BlackoutPeriod) SetStartDate

func (o *BlackoutPeriod) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (BlackoutPeriod) ToMap

func (o BlackoutPeriod) ToMap() (map[string]interface{}, error)

type BulkActionResultView

type BulkActionResultView struct {
	UpdatedIds []string `json:"updatedIds,omitempty"`
}

BulkActionResultView struct for BulkActionResultView

func NewBulkActionResultView

func NewBulkActionResultView() *BulkActionResultView

NewBulkActionResultView instantiates a new BulkActionResultView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBulkActionResultViewWithDefaults

func NewBulkActionResultViewWithDefaults() *BulkActionResultView

NewBulkActionResultViewWithDefaults instantiates a new BulkActionResultView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BulkActionResultView) GetUpdatedIds

func (o *BulkActionResultView) GetUpdatedIds() []string

GetUpdatedIds returns the UpdatedIds field value if set, zero value otherwise.

func (*BulkActionResultView) GetUpdatedIdsOk

func (o *BulkActionResultView) GetUpdatedIdsOk() ([]string, bool)

GetUpdatedIdsOk returns a tuple with the UpdatedIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulkActionResultView) HasUpdatedIds

func (o *BulkActionResultView) HasUpdatedIds() bool

HasUpdatedIds returns a boolean if a field has been set.

func (BulkActionResultView) MarshalJSON

func (o BulkActionResultView) MarshalJSON() ([]byte, error)

func (*BulkActionResultView) SetUpdatedIds

func (o *BulkActionResultView) SetUpdatedIds(v []string)

SetUpdatedIds gets a reference to the given []string and assigns it to the UpdatedIds field.

func (BulkActionResultView) ToMap

func (o BulkActionResultView) ToMap() (map[string]interface{}, error)

type ChangePasswordView

type ChangePasswordView struct {
	CurrentPassword *string `json:"currentPassword,omitempty"`
	NewPassword     *string `json:"newPassword,omitempty"`
}

ChangePasswordView struct for ChangePasswordView

func NewChangePasswordView

func NewChangePasswordView() *ChangePasswordView

NewChangePasswordView instantiates a new ChangePasswordView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewChangePasswordViewWithDefaults

func NewChangePasswordViewWithDefaults() *ChangePasswordView

NewChangePasswordViewWithDefaults instantiates a new ChangePasswordView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ChangePasswordView) GetCurrentPassword

func (o *ChangePasswordView) GetCurrentPassword() string

GetCurrentPassword returns the CurrentPassword field value if set, zero value otherwise.

func (*ChangePasswordView) GetCurrentPasswordOk

func (o *ChangePasswordView) GetCurrentPasswordOk() (*string, bool)

GetCurrentPasswordOk returns a tuple with the CurrentPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ChangePasswordView) GetNewPassword

func (o *ChangePasswordView) GetNewPassword() string

GetNewPassword returns the NewPassword field value if set, zero value otherwise.

func (*ChangePasswordView) GetNewPasswordOk

func (o *ChangePasswordView) GetNewPasswordOk() (*string, bool)

GetNewPasswordOk returns a tuple with the NewPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ChangePasswordView) HasCurrentPassword

func (o *ChangePasswordView) HasCurrentPassword() bool

HasCurrentPassword returns a boolean if a field has been set.

func (*ChangePasswordView) HasNewPassword

func (o *ChangePasswordView) HasNewPassword() bool

HasNewPassword returns a boolean if a field has been set.

func (ChangePasswordView) MarshalJSON

func (o ChangePasswordView) MarshalJSON() ([]byte, error)

func (*ChangePasswordView) SetCurrentPassword

func (o *ChangePasswordView) SetCurrentPassword(v string)

SetCurrentPassword gets a reference to the given string and assigns it to the CurrentPassword field.

func (*ChangePasswordView) SetNewPassword

func (o *ChangePasswordView) SetNewPassword(v string)

SetNewPassword gets a reference to the given string and assigns it to the NewPassword field.

func (ChangePasswordView) ToMap

func (o ChangePasswordView) ToMap() (map[string]interface{}, error)

type CiProperty

type CiProperty struct {
	Wrapped      *CiProperty            `json:"wrapped,omitempty"`
	LastProperty *Property              `json:"lastProperty,omitempty"`
	Parent       map[string]interface{} `json:"parent,omitempty"`
	Exists       *bool                  `json:"exists,omitempty"`
	PropertyName *string                `json:"propertyName,omitempty"`
	Value        map[string]interface{} `json:"value,omitempty"`
	ParentCi     map[string]interface{} `json:"parentCi,omitempty"`
	Descriptor   map[string]interface{} `json:"descriptor,omitempty"`
	Kind         map[string]interface{} `json:"kind,omitempty"`
	Category     *string                `json:"category,omitempty"`
	Password     *bool                  `json:"password,omitempty"`
	Indexed      *bool                  `json:"indexed,omitempty"`
}

CiProperty struct for CiProperty

func NewCiProperty

func NewCiProperty() *CiProperty

NewCiProperty instantiates a new CiProperty object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCiPropertyWithDefaults

func NewCiPropertyWithDefaults() *CiProperty

NewCiPropertyWithDefaults instantiates a new CiProperty object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CiProperty) GetCategory

func (o *CiProperty) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*CiProperty) GetCategoryOk

func (o *CiProperty) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CiProperty) GetDescriptor

func (o *CiProperty) GetDescriptor() map[string]interface{}

GetDescriptor returns the Descriptor field value if set, zero value otherwise.

func (*CiProperty) GetDescriptorOk

func (o *CiProperty) GetDescriptorOk() (map[string]interface{}, bool)

GetDescriptorOk returns a tuple with the Descriptor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CiProperty) GetExists

func (o *CiProperty) GetExists() bool

GetExists returns the Exists field value if set, zero value otherwise.

func (*CiProperty) GetExistsOk

func (o *CiProperty) GetExistsOk() (*bool, bool)

GetExistsOk returns a tuple with the Exists field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CiProperty) GetIndexed

func (o *CiProperty) GetIndexed() bool

GetIndexed returns the Indexed field value if set, zero value otherwise.

func (*CiProperty) GetIndexedOk

func (o *CiProperty) GetIndexedOk() (*bool, bool)

GetIndexedOk returns a tuple with the Indexed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CiProperty) GetKind

func (o *CiProperty) GetKind() map[string]interface{}

GetKind returns the Kind field value if set, zero value otherwise.

func (*CiProperty) GetKindOk

func (o *CiProperty) GetKindOk() (map[string]interface{}, bool)

GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CiProperty) GetLastProperty

func (o *CiProperty) GetLastProperty() Property

GetLastProperty returns the LastProperty field value if set, zero value otherwise.

func (*CiProperty) GetLastPropertyOk

func (o *CiProperty) GetLastPropertyOk() (*Property, bool)

GetLastPropertyOk returns a tuple with the LastProperty field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CiProperty) GetParent

func (o *CiProperty) GetParent() map[string]interface{}

GetParent returns the Parent field value if set, zero value otherwise.

func (*CiProperty) GetParentCi

func (o *CiProperty) GetParentCi() map[string]interface{}

GetParentCi returns the ParentCi field value if set, zero value otherwise.

func (*CiProperty) GetParentCiOk

func (o *CiProperty) GetParentCiOk() (map[string]interface{}, bool)

GetParentCiOk returns a tuple with the ParentCi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CiProperty) GetParentOk

func (o *CiProperty) GetParentOk() (map[string]interface{}, bool)

GetParentOk returns a tuple with the Parent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CiProperty) GetPassword

func (o *CiProperty) GetPassword() bool

GetPassword returns the Password field value if set, zero value otherwise.

func (*CiProperty) GetPasswordOk

func (o *CiProperty) GetPasswordOk() (*bool, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CiProperty) GetPropertyName

func (o *CiProperty) GetPropertyName() string

GetPropertyName returns the PropertyName field value if set, zero value otherwise.

func (*CiProperty) GetPropertyNameOk

func (o *CiProperty) GetPropertyNameOk() (*string, bool)

GetPropertyNameOk returns a tuple with the PropertyName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CiProperty) GetValue

func (o *CiProperty) GetValue() map[string]interface{}

GetValue returns the Value field value if set, zero value otherwise.

func (*CiProperty) GetValueOk

func (o *CiProperty) GetValueOk() (map[string]interface{}, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CiProperty) GetWrapped

func (o *CiProperty) GetWrapped() CiProperty

GetWrapped returns the Wrapped field value if set, zero value otherwise.

func (*CiProperty) GetWrappedOk

func (o *CiProperty) GetWrappedOk() (*CiProperty, bool)

GetWrappedOk returns a tuple with the Wrapped field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CiProperty) HasCategory

func (o *CiProperty) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*CiProperty) HasDescriptor

func (o *CiProperty) HasDescriptor() bool

HasDescriptor returns a boolean if a field has been set.

func (*CiProperty) HasExists

func (o *CiProperty) HasExists() bool

HasExists returns a boolean if a field has been set.

func (*CiProperty) HasIndexed

func (o *CiProperty) HasIndexed() bool

HasIndexed returns a boolean if a field has been set.

func (*CiProperty) HasKind

func (o *CiProperty) HasKind() bool

HasKind returns a boolean if a field has been set.

func (*CiProperty) HasLastProperty

func (o *CiProperty) HasLastProperty() bool

HasLastProperty returns a boolean if a field has been set.

func (*CiProperty) HasParent

func (o *CiProperty) HasParent() bool

HasParent returns a boolean if a field has been set.

func (*CiProperty) HasParentCi

func (o *CiProperty) HasParentCi() bool

HasParentCi returns a boolean if a field has been set.

func (*CiProperty) HasPassword

func (o *CiProperty) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*CiProperty) HasPropertyName

func (o *CiProperty) HasPropertyName() bool

HasPropertyName returns a boolean if a field has been set.

func (*CiProperty) HasValue

func (o *CiProperty) HasValue() bool

HasValue returns a boolean if a field has been set.

func (*CiProperty) HasWrapped

func (o *CiProperty) HasWrapped() bool

HasWrapped returns a boolean if a field has been set.

func (CiProperty) MarshalJSON

func (o CiProperty) MarshalJSON() ([]byte, error)

func (*CiProperty) SetCategory

func (o *CiProperty) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*CiProperty) SetDescriptor

func (o *CiProperty) SetDescriptor(v map[string]interface{})

SetDescriptor gets a reference to the given map[string]interface{} and assigns it to the Descriptor field.

func (*CiProperty) SetExists

func (o *CiProperty) SetExists(v bool)

SetExists gets a reference to the given bool and assigns it to the Exists field.

func (*CiProperty) SetIndexed

func (o *CiProperty) SetIndexed(v bool)

SetIndexed gets a reference to the given bool and assigns it to the Indexed field.

func (*CiProperty) SetKind

func (o *CiProperty) SetKind(v map[string]interface{})

SetKind gets a reference to the given map[string]interface{} and assigns it to the Kind field.

func (*CiProperty) SetLastProperty

func (o *CiProperty) SetLastProperty(v Property)

SetLastProperty gets a reference to the given Property and assigns it to the LastProperty field.

func (*CiProperty) SetParent

func (o *CiProperty) SetParent(v map[string]interface{})

SetParent gets a reference to the given map[string]interface{} and assigns it to the Parent field.

func (*CiProperty) SetParentCi

func (o *CiProperty) SetParentCi(v map[string]interface{})

SetParentCi gets a reference to the given map[string]interface{} and assigns it to the ParentCi field.

func (*CiProperty) SetPassword

func (o *CiProperty) SetPassword(v bool)

SetPassword gets a reference to the given bool and assigns it to the Password field.

func (*CiProperty) SetPropertyName

func (o *CiProperty) SetPropertyName(v string)

SetPropertyName gets a reference to the given string and assigns it to the PropertyName field.

func (*CiProperty) SetValue

func (o *CiProperty) SetValue(v map[string]interface{})

SetValue gets a reference to the given map[string]interface{} and assigns it to the Value field.

func (*CiProperty) SetWrapped

func (o *CiProperty) SetWrapped(v CiProperty)

SetWrapped gets a reference to the given CiProperty and assigns it to the Wrapped field.

func (CiProperty) ToMap

func (o CiProperty) ToMap() (map[string]interface{}, error)

type Comment

type Comment struct {
	Id           *string    `json:"id,omitempty"`
	Type         *string    `json:"type,omitempty"`
	Text         *string    `json:"text,omitempty"`
	Author       *string    `json:"author,omitempty"`
	Date         *time.Time `json:"date,omitempty"`
	CreationDate *time.Time `json:"creationDate,omitempty"`
}

Comment struct for Comment

func NewComment

func NewComment() *Comment

NewComment instantiates a new Comment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommentWithDefaults

func NewCommentWithDefaults() *Comment

NewCommentWithDefaults instantiates a new Comment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Comment) GetAuthor

func (o *Comment) GetAuthor() string

GetAuthor returns the Author field value if set, zero value otherwise.

func (*Comment) GetAuthorOk

func (o *Comment) GetAuthorOk() (*string, bool)

GetAuthorOk returns a tuple with the Author field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetCreationDate

func (o *Comment) GetCreationDate() time.Time

GetCreationDate returns the CreationDate field value if set, zero value otherwise.

func (*Comment) GetCreationDateOk

func (o *Comment) GetCreationDateOk() (*time.Time, bool)

GetCreationDateOk returns a tuple with the CreationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetDate

func (o *Comment) GetDate() time.Time

GetDate returns the Date field value if set, zero value otherwise.

func (*Comment) GetDateOk

func (o *Comment) GetDateOk() (*time.Time, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetId

func (o *Comment) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Comment) GetIdOk

func (o *Comment) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetText

func (o *Comment) GetText() string

GetText returns the Text field value if set, zero value otherwise.

func (*Comment) GetTextOk

func (o *Comment) GetTextOk() (*string, bool)

GetTextOk returns a tuple with the Text field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetType

func (o *Comment) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Comment) GetTypeOk

func (o *Comment) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) HasAuthor

func (o *Comment) HasAuthor() bool

HasAuthor returns a boolean if a field has been set.

func (*Comment) HasCreationDate

func (o *Comment) HasCreationDate() bool

HasCreationDate returns a boolean if a field has been set.

func (*Comment) HasDate

func (o *Comment) HasDate() bool

HasDate returns a boolean if a field has been set.

func (*Comment) HasId

func (o *Comment) HasId() bool

HasId returns a boolean if a field has been set.

func (*Comment) HasText

func (o *Comment) HasText() bool

HasText returns a boolean if a field has been set.

func (*Comment) HasType

func (o *Comment) HasType() bool

HasType returns a boolean if a field has been set.

func (Comment) MarshalJSON

func (o Comment) MarshalJSON() ([]byte, error)

func (*Comment) SetAuthor

func (o *Comment) SetAuthor(v string)

SetAuthor gets a reference to the given string and assigns it to the Author field.

func (*Comment) SetCreationDate

func (o *Comment) SetCreationDate(v time.Time)

SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.

func (*Comment) SetDate

func (o *Comment) SetDate(v time.Time)

SetDate gets a reference to the given time.Time and assigns it to the Date field.

func (*Comment) SetId

func (o *Comment) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Comment) SetText

func (o *Comment) SetText(v string)

SetText gets a reference to the given string and assigns it to the Text field.

func (*Comment) SetType

func (o *Comment) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (Comment) ToMap

func (o Comment) ToMap() (map[string]interface{}, error)

type Comment1

type Comment1 struct {
	Comment *string `json:"comment,omitempty"`
}

Comment1 struct for Comment1

func NewComment1

func NewComment1() *Comment1

NewComment1 instantiates a new Comment1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewComment1WithDefaults

func NewComment1WithDefaults() *Comment1

NewComment1WithDefaults instantiates a new Comment1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Comment1) GetComment

func (o *Comment1) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*Comment1) GetCommentOk

func (o *Comment1) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment1) HasComment

func (o *Comment1) HasComment() bool

HasComment returns a boolean if a field has been set.

func (Comment1) MarshalJSON

func (o Comment1) MarshalJSON() ([]byte, error)

func (*Comment1) SetComment

func (o *Comment1) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (Comment1) ToMap

func (o Comment1) ToMap() (map[string]interface{}, error)

type CompleteTransition

type CompleteTransition struct {
	TransitionItems []string `json:"transitionItems,omitempty"`
	CloseStages     *bool    `json:"closeStages,omitempty"`
}

CompleteTransition struct for CompleteTransition

func NewCompleteTransition

func NewCompleteTransition() *CompleteTransition

NewCompleteTransition instantiates a new CompleteTransition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCompleteTransitionWithDefaults

func NewCompleteTransitionWithDefaults() *CompleteTransition

NewCompleteTransitionWithDefaults instantiates a new CompleteTransition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CompleteTransition) GetCloseStages

func (o *CompleteTransition) GetCloseStages() bool

GetCloseStages returns the CloseStages field value if set, zero value otherwise.

func (*CompleteTransition) GetCloseStagesOk

func (o *CompleteTransition) GetCloseStagesOk() (*bool, bool)

GetCloseStagesOk returns a tuple with the CloseStages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CompleteTransition) GetTransitionItems

func (o *CompleteTransition) GetTransitionItems() []string

GetTransitionItems returns the TransitionItems field value if set, zero value otherwise.

func (*CompleteTransition) GetTransitionItemsOk

func (o *CompleteTransition) GetTransitionItemsOk() ([]string, bool)

GetTransitionItemsOk returns a tuple with the TransitionItems field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CompleteTransition) HasCloseStages

func (o *CompleteTransition) HasCloseStages() bool

HasCloseStages returns a boolean if a field has been set.

func (*CompleteTransition) HasTransitionItems

func (o *CompleteTransition) HasTransitionItems() bool

HasTransitionItems returns a boolean if a field has been set.

func (CompleteTransition) MarshalJSON

func (o CompleteTransition) MarshalJSON() ([]byte, error)

func (*CompleteTransition) SetCloseStages

func (o *CompleteTransition) SetCloseStages(v bool)

SetCloseStages gets a reference to the given bool and assigns it to the CloseStages field.

func (*CompleteTransition) SetTransitionItems

func (o *CompleteTransition) SetTransitionItems(v []string)

SetTransitionItems gets a reference to the given []string and assigns it to the TransitionItems field.

func (CompleteTransition) ToMap

func (o CompleteTransition) ToMap() (map[string]interface{}, error)

type Condition

type Condition struct {
	Id              *string       `json:"id,omitempty"`
	Type            *string       `json:"type,omitempty"`
	Satisfied       *bool         `json:"satisfied,omitempty"`
	SatisfiedDate   *time.Time    `json:"satisfiedDate,omitempty"`
	Description     *string       `json:"description,omitempty"`
	Active          *bool         `json:"active,omitempty"`
	InputProperties []interface{} `json:"inputProperties,omitempty"`
	Leaf            *bool         `json:"leaf,omitempty"`
	AllConditions   []Condition   `json:"allConditions,omitempty"`
	LeafConditions  []Condition   `json:"leafConditions,omitempty"`
}

Condition struct for Condition

func NewCondition

func NewCondition() *Condition

NewCondition instantiates a new Condition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConditionWithDefaults

func NewConditionWithDefaults() *Condition

NewConditionWithDefaults instantiates a new Condition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Condition) GetActive

func (o *Condition) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*Condition) GetActiveOk

func (o *Condition) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Condition) GetAllConditions

func (o *Condition) GetAllConditions() []Condition

GetAllConditions returns the AllConditions field value if set, zero value otherwise.

func (*Condition) GetAllConditionsOk

func (o *Condition) GetAllConditionsOk() ([]Condition, bool)

GetAllConditionsOk returns a tuple with the AllConditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Condition) GetDescription

func (o *Condition) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Condition) GetDescriptionOk

func (o *Condition) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Condition) GetId

func (o *Condition) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Condition) GetIdOk

func (o *Condition) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Condition) GetInputProperties

func (o *Condition) GetInputProperties() []interface{}

GetInputProperties returns the InputProperties field value if set, zero value otherwise.

func (*Condition) GetInputPropertiesOk

func (o *Condition) GetInputPropertiesOk() ([]interface{}, bool)

GetInputPropertiesOk returns a tuple with the InputProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Condition) GetLeaf

func (o *Condition) GetLeaf() bool

GetLeaf returns the Leaf field value if set, zero value otherwise.

func (*Condition) GetLeafConditions

func (o *Condition) GetLeafConditions() []Condition

GetLeafConditions returns the LeafConditions field value if set, zero value otherwise.

func (*Condition) GetLeafConditionsOk

func (o *Condition) GetLeafConditionsOk() ([]Condition, bool)

GetLeafConditionsOk returns a tuple with the LeafConditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Condition) GetLeafOk

func (o *Condition) GetLeafOk() (*bool, bool)

GetLeafOk returns a tuple with the Leaf field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Condition) GetSatisfied

func (o *Condition) GetSatisfied() bool

GetSatisfied returns the Satisfied field value if set, zero value otherwise.

func (*Condition) GetSatisfiedDate

func (o *Condition) GetSatisfiedDate() time.Time

GetSatisfiedDate returns the SatisfiedDate field value if set, zero value otherwise.

func (*Condition) GetSatisfiedDateOk

func (o *Condition) GetSatisfiedDateOk() (*time.Time, bool)

GetSatisfiedDateOk returns a tuple with the SatisfiedDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Condition) GetSatisfiedOk

func (o *Condition) GetSatisfiedOk() (*bool, bool)

GetSatisfiedOk returns a tuple with the Satisfied field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Condition) GetType

func (o *Condition) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Condition) GetTypeOk

func (o *Condition) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Condition) HasActive

func (o *Condition) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*Condition) HasAllConditions

func (o *Condition) HasAllConditions() bool

HasAllConditions returns a boolean if a field has been set.

func (*Condition) HasDescription

func (o *Condition) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Condition) HasId

func (o *Condition) HasId() bool

HasId returns a boolean if a field has been set.

func (*Condition) HasInputProperties

func (o *Condition) HasInputProperties() bool

HasInputProperties returns a boolean if a field has been set.

func (*Condition) HasLeaf

func (o *Condition) HasLeaf() bool

HasLeaf returns a boolean if a field has been set.

func (*Condition) HasLeafConditions

func (o *Condition) HasLeafConditions() bool

HasLeafConditions returns a boolean if a field has been set.

func (*Condition) HasSatisfied

func (o *Condition) HasSatisfied() bool

HasSatisfied returns a boolean if a field has been set.

func (*Condition) HasSatisfiedDate

func (o *Condition) HasSatisfiedDate() bool

HasSatisfiedDate returns a boolean if a field has been set.

func (*Condition) HasType

func (o *Condition) HasType() bool

HasType returns a boolean if a field has been set.

func (Condition) MarshalJSON

func (o Condition) MarshalJSON() ([]byte, error)

func (*Condition) SetActive

func (o *Condition) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*Condition) SetAllConditions

func (o *Condition) SetAllConditions(v []Condition)

SetAllConditions gets a reference to the given []Condition and assigns it to the AllConditions field.

func (*Condition) SetDescription

func (o *Condition) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Condition) SetId

func (o *Condition) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Condition) SetInputProperties

func (o *Condition) SetInputProperties(v []interface{})

SetInputProperties gets a reference to the given []interface{} and assigns it to the InputProperties field.

func (*Condition) SetLeaf

func (o *Condition) SetLeaf(v bool)

SetLeaf gets a reference to the given bool and assigns it to the Leaf field.

func (*Condition) SetLeafConditions

func (o *Condition) SetLeafConditions(v []Condition)

SetLeafConditions gets a reference to the given []Condition and assigns it to the LeafConditions field.

func (*Condition) SetSatisfied

func (o *Condition) SetSatisfied(v bool)

SetSatisfied gets a reference to the given bool and assigns it to the Satisfied field.

func (*Condition) SetSatisfiedDate

func (o *Condition) SetSatisfiedDate(v time.Time)

SetSatisfiedDate gets a reference to the given time.Time and assigns it to the SatisfiedDate field.

func (*Condition) SetType

func (o *Condition) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (Condition) ToMap

func (o Condition) ToMap() (map[string]interface{}, error)

type Condition1

type Condition1 struct {
	Title   *string `json:"title,omitempty"`
	Checked *bool   `json:"checked,omitempty"`
}

Condition1 struct for Condition1

func NewCondition1

func NewCondition1() *Condition1

NewCondition1 instantiates a new Condition1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCondition1WithDefaults

func NewCondition1WithDefaults() *Condition1

NewCondition1WithDefaults instantiates a new Condition1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Condition1) GetChecked

func (o *Condition1) GetChecked() bool

GetChecked returns the Checked field value if set, zero value otherwise.

func (*Condition1) GetCheckedOk

func (o *Condition1) GetCheckedOk() (*bool, bool)

GetCheckedOk returns a tuple with the Checked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Condition1) GetTitle

func (o *Condition1) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*Condition1) GetTitleOk

func (o *Condition1) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Condition1) HasChecked

func (o *Condition1) HasChecked() bool

HasChecked returns a boolean if a field has been set.

func (*Condition1) HasTitle

func (o *Condition1) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (Condition1) MarshalJSON

func (o Condition1) MarshalJSON() ([]byte, error)

func (*Condition1) SetChecked

func (o *Condition1) SetChecked(v bool)

SetChecked gets a reference to the given bool and assigns it to the Checked field.

func (*Condition1) SetTitle

func (o *Condition1) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (Condition1) ToMap

func (o Condition1) ToMap() (map[string]interface{}, error)

type Configuration

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type ConfigurationApiService

type ConfigurationApiService service

ConfigurationApiService ConfigurationApi service

func (*ConfigurationApiService) AddConfiguration

AddConfiguration Method for AddConfiguration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAddConfigurationRequest

func (*ConfigurationApiService) AddConfigurationExecute

Execute executes the request

@return ReleaseConfiguration

func (*ConfigurationApiService) AddGlobalVariable

AddGlobalVariable Method for AddGlobalVariable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAddGlobalVariableRequest

func (*ConfigurationApiService) AddGlobalVariableExecute

func (a *ConfigurationApiService) AddGlobalVariableExecute(r ApiAddGlobalVariableRequest) (*Variable, *http.Response, error)

Execute executes the request

@return Variable

func (*ConfigurationApiService) CheckStatus

CheckStatus Method for CheckStatus

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCheckStatusRequest

func (*ConfigurationApiService) CheckStatus1

func (a *ConfigurationApiService) CheckStatus1(ctx context.Context, configurationId string) ApiCheckStatus1Request

CheckStatus1 Method for CheckStatus1

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param configurationId
@return ApiCheckStatus1Request

func (*ConfigurationApiService) CheckStatus1Execute

Execute executes the request

@return SharedConfigurationStatusResponse

func (*ConfigurationApiService) CheckStatusExecute

Execute executes the request

@return SharedConfigurationStatusResponse

func (*ConfigurationApiService) DeleteConfiguration

func (a *ConfigurationApiService) DeleteConfiguration(ctx context.Context, configurationId string) ApiDeleteConfigurationRequest

DeleteConfiguration Method for DeleteConfiguration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param configurationId
@return ApiDeleteConfigurationRequest

func (*ConfigurationApiService) DeleteConfigurationExecute

func (a *ConfigurationApiService) DeleteConfigurationExecute(r ApiDeleteConfigurationRequest) (*http.Response, error)

Execute executes the request

func (*ConfigurationApiService) DeleteGlobalVariable

func (a *ConfigurationApiService) DeleteGlobalVariable(ctx context.Context, variableId string) ApiDeleteGlobalVariableRequest

DeleteGlobalVariable Method for DeleteGlobalVariable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param variableId
@return ApiDeleteGlobalVariableRequest

func (*ConfigurationApiService) DeleteGlobalVariableExecute

func (a *ConfigurationApiService) DeleteGlobalVariableExecute(r ApiDeleteGlobalVariableRequest) (*http.Response, error)

Execute executes the request

func (*ConfigurationApiService) GetConfiguration

func (a *ConfigurationApiService) GetConfiguration(ctx context.Context, configurationId string) ApiGetConfigurationRequest

GetConfiguration Method for GetConfiguration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param configurationId
@return ApiGetConfigurationRequest

func (*ConfigurationApiService) GetConfigurationExecute

Execute executes the request

@return ReleaseConfiguration

func (*ConfigurationApiService) GetGlobalVariable

func (a *ConfigurationApiService) GetGlobalVariable(ctx context.Context, variableId string) ApiGetGlobalVariableRequest

GetGlobalVariable Method for GetGlobalVariable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param variableId
@return ApiGetGlobalVariableRequest

func (*ConfigurationApiService) GetGlobalVariableExecute

func (a *ConfigurationApiService) GetGlobalVariableExecute(r ApiGetGlobalVariableRequest) (*Variable, *http.Response, error)

Execute executes the request

@return Variable

func (*ConfigurationApiService) GetGlobalVariableValues

GetGlobalVariableValues Method for GetGlobalVariableValues

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetGlobalVariableValuesRequest

func (*ConfigurationApiService) GetGlobalVariableValuesExecute

func (a *ConfigurationApiService) GetGlobalVariableValuesExecute(r ApiGetGlobalVariableValuesRequest) (map[string]string, *http.Response, error)

Execute executes the request

@return map[string]string

func (*ConfigurationApiService) GetGlobalVariables

GetGlobalVariables Method for GetGlobalVariables

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetGlobalVariablesRequest

func (*ConfigurationApiService) GetGlobalVariablesExecute

func (a *ConfigurationApiService) GetGlobalVariablesExecute(r ApiGetGlobalVariablesRequest) ([]Variable, *http.Response, error)

Execute executes the request

@return []Variable

func (*ConfigurationApiService) GetSystemMessage

GetSystemMessage Method for GetSystemMessage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSystemMessageRequest

func (*ConfigurationApiService) GetSystemMessageExecute

Execute executes the request

@return SystemMessageSettings

func (*ConfigurationApiService) SearchByTypeAndTitle

SearchByTypeAndTitle Method for SearchByTypeAndTitle

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchByTypeAndTitleRequest

func (*ConfigurationApiService) SearchByTypeAndTitleExecute

Execute executes the request

@return []ReleaseConfiguration

func (*ConfigurationApiService) UpdateConfiguration

func (a *ConfigurationApiService) UpdateConfiguration(ctx context.Context, configurationId string) ApiUpdateConfigurationRequest

UpdateConfiguration Method for UpdateConfiguration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param configurationId
@return ApiUpdateConfigurationRequest

func (*ConfigurationApiService) UpdateConfigurationExecute

Execute executes the request

@return ReleaseConfiguration

func (*ConfigurationApiService) UpdateGlobalVariable

func (a *ConfigurationApiService) UpdateGlobalVariable(ctx context.Context, variableId string) ApiUpdateGlobalVariableRequest

UpdateGlobalVariable Method for UpdateGlobalVariable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param variableId
@return ApiUpdateGlobalVariableRequest

func (*ConfigurationApiService) UpdateGlobalVariableExecute

func (a *ConfigurationApiService) UpdateGlobalVariableExecute(r ApiUpdateGlobalVariableRequest) (*Variable, *http.Response, error)

Execute executes the request

@return Variable

func (*ConfigurationApiService) UpdateSystemMessage

UpdateSystemMessage Method for UpdateSystemMessage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSystemMessageRequest

func (*ConfigurationApiService) UpdateSystemMessageExecute

Execute executes the request

@return SystemMessageSettings

type ConfigurationFacet

type ConfigurationFacet struct {
	Id                      *string            `json:"id,omitempty"`
	Type                    *string            `json:"type,omitempty"`
	Scope                   *FacetScope        `json:"scope,omitempty"`
	TargetId                *string            `json:"targetId,omitempty"`
	ConfigurationUri        *string            `json:"configurationUri,omitempty"`
	VariableMapping         *map[string]string `json:"variableMapping,omitempty"`
	VariableUsages          []UsagePoint       `json:"variableUsages,omitempty"`
	PropertiesWithVariables []interface{}      `json:"propertiesWithVariables,omitempty"`
}

ConfigurationFacet struct for ConfigurationFacet

func NewConfigurationFacet

func NewConfigurationFacet() *ConfigurationFacet

NewConfigurationFacet instantiates a new ConfigurationFacet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConfigurationFacetWithDefaults

func NewConfigurationFacetWithDefaults() *ConfigurationFacet

NewConfigurationFacetWithDefaults instantiates a new ConfigurationFacet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConfigurationFacet) GetConfigurationUri

func (o *ConfigurationFacet) GetConfigurationUri() string

GetConfigurationUri returns the ConfigurationUri field value if set, zero value otherwise.

func (*ConfigurationFacet) GetConfigurationUriOk

func (o *ConfigurationFacet) GetConfigurationUriOk() (*string, bool)

GetConfigurationUriOk returns a tuple with the ConfigurationUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationFacet) GetId

func (o *ConfigurationFacet) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ConfigurationFacet) GetIdOk

func (o *ConfigurationFacet) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationFacet) GetPropertiesWithVariables

func (o *ConfigurationFacet) GetPropertiesWithVariables() []interface{}

GetPropertiesWithVariables returns the PropertiesWithVariables field value if set, zero value otherwise.

func (*ConfigurationFacet) GetPropertiesWithVariablesOk

func (o *ConfigurationFacet) GetPropertiesWithVariablesOk() ([]interface{}, bool)

GetPropertiesWithVariablesOk returns a tuple with the PropertiesWithVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationFacet) GetScope

func (o *ConfigurationFacet) GetScope() FacetScope

GetScope returns the Scope field value if set, zero value otherwise.

func (*ConfigurationFacet) GetScopeOk

func (o *ConfigurationFacet) GetScopeOk() (*FacetScope, bool)

GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationFacet) GetTargetId

func (o *ConfigurationFacet) GetTargetId() string

GetTargetId returns the TargetId field value if set, zero value otherwise.

func (*ConfigurationFacet) GetTargetIdOk

func (o *ConfigurationFacet) GetTargetIdOk() (*string, bool)

GetTargetIdOk returns a tuple with the TargetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationFacet) GetType

func (o *ConfigurationFacet) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ConfigurationFacet) GetTypeOk

func (o *ConfigurationFacet) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationFacet) GetVariableMapping

func (o *ConfigurationFacet) GetVariableMapping() map[string]string

GetVariableMapping returns the VariableMapping field value if set, zero value otherwise.

func (*ConfigurationFacet) GetVariableMappingOk

func (o *ConfigurationFacet) GetVariableMappingOk() (*map[string]string, bool)

GetVariableMappingOk returns a tuple with the VariableMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationFacet) GetVariableUsages

func (o *ConfigurationFacet) GetVariableUsages() []UsagePoint

GetVariableUsages returns the VariableUsages field value if set, zero value otherwise.

func (*ConfigurationFacet) GetVariableUsagesOk

func (o *ConfigurationFacet) GetVariableUsagesOk() ([]UsagePoint, bool)

GetVariableUsagesOk returns a tuple with the VariableUsages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationFacet) HasConfigurationUri

func (o *ConfigurationFacet) HasConfigurationUri() bool

HasConfigurationUri returns a boolean if a field has been set.

func (*ConfigurationFacet) HasId

func (o *ConfigurationFacet) HasId() bool

HasId returns a boolean if a field has been set.

func (*ConfigurationFacet) HasPropertiesWithVariables

func (o *ConfigurationFacet) HasPropertiesWithVariables() bool

HasPropertiesWithVariables returns a boolean if a field has been set.

func (*ConfigurationFacet) HasScope

func (o *ConfigurationFacet) HasScope() bool

HasScope returns a boolean if a field has been set.

func (*ConfigurationFacet) HasTargetId

func (o *ConfigurationFacet) HasTargetId() bool

HasTargetId returns a boolean if a field has been set.

func (*ConfigurationFacet) HasType

func (o *ConfigurationFacet) HasType() bool

HasType returns a boolean if a field has been set.

func (*ConfigurationFacet) HasVariableMapping

func (o *ConfigurationFacet) HasVariableMapping() bool

HasVariableMapping returns a boolean if a field has been set.

func (*ConfigurationFacet) HasVariableUsages

func (o *ConfigurationFacet) HasVariableUsages() bool

HasVariableUsages returns a boolean if a field has been set.

func (ConfigurationFacet) MarshalJSON

func (o ConfigurationFacet) MarshalJSON() ([]byte, error)

func (*ConfigurationFacet) SetConfigurationUri

func (o *ConfigurationFacet) SetConfigurationUri(v string)

SetConfigurationUri gets a reference to the given string and assigns it to the ConfigurationUri field.

func (*ConfigurationFacet) SetId

func (o *ConfigurationFacet) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ConfigurationFacet) SetPropertiesWithVariables

func (o *ConfigurationFacet) SetPropertiesWithVariables(v []interface{})

SetPropertiesWithVariables gets a reference to the given []interface{} and assigns it to the PropertiesWithVariables field.

func (*ConfigurationFacet) SetScope

func (o *ConfigurationFacet) SetScope(v FacetScope)

SetScope gets a reference to the given FacetScope and assigns it to the Scope field.

func (*ConfigurationFacet) SetTargetId

func (o *ConfigurationFacet) SetTargetId(v string)

SetTargetId gets a reference to the given string and assigns it to the TargetId field.

func (*ConfigurationFacet) SetType

func (o *ConfigurationFacet) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ConfigurationFacet) SetVariableMapping

func (o *ConfigurationFacet) SetVariableMapping(v map[string]string)

SetVariableMapping gets a reference to the given map[string]string and assigns it to the VariableMapping field.

func (*ConfigurationFacet) SetVariableUsages

func (o *ConfigurationFacet) SetVariableUsages(v []UsagePoint)

SetVariableUsages gets a reference to the given []UsagePoint and assigns it to the VariableUsages field.

func (ConfigurationFacet) ToMap

func (o ConfigurationFacet) ToMap() (map[string]interface{}, error)

type ConfigurationView

type ConfigurationView struct {
	Type       *string                           `json:"type,omitempty"`
	Title      *string                           `json:"title,omitempty"`
	Properties map[string]map[string]interface{} `json:"properties,omitempty"`
	Id         *string                           `json:"id,omitempty"`
}

ConfigurationView struct for ConfigurationView

func NewConfigurationView

func NewConfigurationView() *ConfigurationView

NewConfigurationView instantiates a new ConfigurationView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConfigurationViewWithDefaults

func NewConfigurationViewWithDefaults() *ConfigurationView

NewConfigurationViewWithDefaults instantiates a new ConfigurationView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConfigurationView) GetId

func (o *ConfigurationView) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ConfigurationView) GetIdOk

func (o *ConfigurationView) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationView) GetProperties

func (o *ConfigurationView) GetProperties() map[string]map[string]interface{}

GetProperties returns the Properties field value if set, zero value otherwise.

func (*ConfigurationView) GetPropertiesOk

func (o *ConfigurationView) GetPropertiesOk() (map[string]map[string]interface{}, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationView) GetTitle

func (o *ConfigurationView) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ConfigurationView) GetTitleOk

func (o *ConfigurationView) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationView) GetType

func (o *ConfigurationView) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ConfigurationView) GetTypeOk

func (o *ConfigurationView) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationView) HasId

func (o *ConfigurationView) HasId() bool

HasId returns a boolean if a field has been set.

func (*ConfigurationView) HasProperties

func (o *ConfigurationView) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*ConfigurationView) HasTitle

func (o *ConfigurationView) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*ConfigurationView) HasType

func (o *ConfigurationView) HasType() bool

HasType returns a boolean if a field has been set.

func (ConfigurationView) MarshalJSON

func (o ConfigurationView) MarshalJSON() ([]byte, error)

func (*ConfigurationView) SetId

func (o *ConfigurationView) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ConfigurationView) SetProperties

func (o *ConfigurationView) SetProperties(v map[string]map[string]interface{})

SetProperties gets a reference to the given map[string]map[string]interface{} and assigns it to the Properties field.

func (*ConfigurationView) SetTitle

func (o *ConfigurationView) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*ConfigurationView) SetType

func (o *ConfigurationView) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (ConfigurationView) ToMap

func (o ConfigurationView) ToMap() (map[string]interface{}, error)

type CopyTemplate

type CopyTemplate struct {
	Title       *string `json:"title,omitempty"`
	Description *string `json:"description,omitempty"`
}

CopyTemplate struct for CopyTemplate

func NewCopyTemplate

func NewCopyTemplate() *CopyTemplate

NewCopyTemplate instantiates a new CopyTemplate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCopyTemplateWithDefaults

func NewCopyTemplateWithDefaults() *CopyTemplate

NewCopyTemplateWithDefaults instantiates a new CopyTemplate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CopyTemplate) GetDescription

func (o *CopyTemplate) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CopyTemplate) GetDescriptionOk

func (o *CopyTemplate) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CopyTemplate) GetTitle

func (o *CopyTemplate) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*CopyTemplate) GetTitleOk

func (o *CopyTemplate) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CopyTemplate) HasDescription

func (o *CopyTemplate) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CopyTemplate) HasTitle

func (o *CopyTemplate) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (CopyTemplate) MarshalJSON

func (o CopyTemplate) MarshalJSON() ([]byte, error)

func (*CopyTemplate) SetDescription

func (o *CopyTemplate) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CopyTemplate) SetTitle

func (o *CopyTemplate) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (CopyTemplate) ToMap

func (o CopyTemplate) ToMap() (map[string]interface{}, error)

type CreateDelivery

type CreateDelivery struct {
	Id           *string    `json:"id,omitempty"`
	Type         *string    `json:"type,omitempty"`
	FolderId     *string    `json:"folderId,omitempty"`
	Title        *string    `json:"title,omitempty"`
	Description  *string    `json:"description,omitempty"`
	Duration     *int32     `json:"duration,omitempty"`
	StartDate    *time.Time `json:"startDate,omitempty"`
	EndDate      *time.Time `json:"endDate,omitempty"`
	AutoComplete *bool      `json:"autoComplete,omitempty"`
}

CreateDelivery struct for CreateDelivery

func NewCreateDelivery

func NewCreateDelivery() *CreateDelivery

NewCreateDelivery instantiates a new CreateDelivery object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateDeliveryWithDefaults

func NewCreateDeliveryWithDefaults() *CreateDelivery

NewCreateDeliveryWithDefaults instantiates a new CreateDelivery object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateDelivery) GetAutoComplete

func (o *CreateDelivery) GetAutoComplete() bool

GetAutoComplete returns the AutoComplete field value if set, zero value otherwise.

func (*CreateDelivery) GetAutoCompleteOk

func (o *CreateDelivery) GetAutoCompleteOk() (*bool, bool)

GetAutoCompleteOk returns a tuple with the AutoComplete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDelivery) GetDescription

func (o *CreateDelivery) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateDelivery) GetDescriptionOk

func (o *CreateDelivery) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDelivery) GetDuration

func (o *CreateDelivery) GetDuration() int32

GetDuration returns the Duration field value if set, zero value otherwise.

func (*CreateDelivery) GetDurationOk

func (o *CreateDelivery) GetDurationOk() (*int32, bool)

GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDelivery) GetEndDate

func (o *CreateDelivery) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*CreateDelivery) GetEndDateOk

func (o *CreateDelivery) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDelivery) GetFolderId

func (o *CreateDelivery) GetFolderId() string

GetFolderId returns the FolderId field value if set, zero value otherwise.

func (*CreateDelivery) GetFolderIdOk

func (o *CreateDelivery) GetFolderIdOk() (*string, bool)

GetFolderIdOk returns a tuple with the FolderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDelivery) GetId

func (o *CreateDelivery) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*CreateDelivery) GetIdOk

func (o *CreateDelivery) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDelivery) GetStartDate

func (o *CreateDelivery) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*CreateDelivery) GetStartDateOk

func (o *CreateDelivery) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDelivery) GetTitle

func (o *CreateDelivery) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*CreateDelivery) GetTitleOk

func (o *CreateDelivery) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDelivery) GetType

func (o *CreateDelivery) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*CreateDelivery) GetTypeOk

func (o *CreateDelivery) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDelivery) HasAutoComplete

func (o *CreateDelivery) HasAutoComplete() bool

HasAutoComplete returns a boolean if a field has been set.

func (*CreateDelivery) HasDescription

func (o *CreateDelivery) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateDelivery) HasDuration

func (o *CreateDelivery) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*CreateDelivery) HasEndDate

func (o *CreateDelivery) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*CreateDelivery) HasFolderId

func (o *CreateDelivery) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

func (*CreateDelivery) HasId

func (o *CreateDelivery) HasId() bool

HasId returns a boolean if a field has been set.

func (*CreateDelivery) HasStartDate

func (o *CreateDelivery) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*CreateDelivery) HasTitle

func (o *CreateDelivery) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*CreateDelivery) HasType

func (o *CreateDelivery) HasType() bool

HasType returns a boolean if a field has been set.

func (CreateDelivery) MarshalJSON

func (o CreateDelivery) MarshalJSON() ([]byte, error)

func (*CreateDelivery) SetAutoComplete

func (o *CreateDelivery) SetAutoComplete(v bool)

SetAutoComplete gets a reference to the given bool and assigns it to the AutoComplete field.

func (*CreateDelivery) SetDescription

func (o *CreateDelivery) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateDelivery) SetDuration

func (o *CreateDelivery) SetDuration(v int32)

SetDuration gets a reference to the given int32 and assigns it to the Duration field.

func (*CreateDelivery) SetEndDate

func (o *CreateDelivery) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*CreateDelivery) SetFolderId

func (o *CreateDelivery) SetFolderId(v string)

SetFolderId gets a reference to the given string and assigns it to the FolderId field.

func (*CreateDelivery) SetId

func (o *CreateDelivery) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*CreateDelivery) SetStartDate

func (o *CreateDelivery) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*CreateDelivery) SetTitle

func (o *CreateDelivery) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*CreateDelivery) SetType

func (o *CreateDelivery) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (CreateDelivery) ToMap

func (o CreateDelivery) ToMap() (map[string]interface{}, error)

type CreateDeliveryStage

type CreateDeliveryStage struct {
	After  *string `json:"after,omitempty"`
	Before *string `json:"before,omitempty"`
	Stage  *Stage  `json:"stage,omitempty"`
}

CreateDeliveryStage struct for CreateDeliveryStage

func NewCreateDeliveryStage

func NewCreateDeliveryStage() *CreateDeliveryStage

NewCreateDeliveryStage instantiates a new CreateDeliveryStage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateDeliveryStageWithDefaults

func NewCreateDeliveryStageWithDefaults() *CreateDeliveryStage

NewCreateDeliveryStageWithDefaults instantiates a new CreateDeliveryStage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateDeliveryStage) GetAfter

func (o *CreateDeliveryStage) GetAfter() string

GetAfter returns the After field value if set, zero value otherwise.

func (*CreateDeliveryStage) GetAfterOk

func (o *CreateDeliveryStage) GetAfterOk() (*string, bool)

GetAfterOk returns a tuple with the After field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDeliveryStage) GetBefore

func (o *CreateDeliveryStage) GetBefore() string

GetBefore returns the Before field value if set, zero value otherwise.

func (*CreateDeliveryStage) GetBeforeOk

func (o *CreateDeliveryStage) GetBeforeOk() (*string, bool)

GetBeforeOk returns a tuple with the Before field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDeliveryStage) GetStage

func (o *CreateDeliveryStage) GetStage() Stage

GetStage returns the Stage field value if set, zero value otherwise.

func (*CreateDeliveryStage) GetStageOk

func (o *CreateDeliveryStage) GetStageOk() (*Stage, bool)

GetStageOk returns a tuple with the Stage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDeliveryStage) HasAfter

func (o *CreateDeliveryStage) HasAfter() bool

HasAfter returns a boolean if a field has been set.

func (*CreateDeliveryStage) HasBefore

func (o *CreateDeliveryStage) HasBefore() bool

HasBefore returns a boolean if a field has been set.

func (*CreateDeliveryStage) HasStage

func (o *CreateDeliveryStage) HasStage() bool

HasStage returns a boolean if a field has been set.

func (CreateDeliveryStage) MarshalJSON

func (o CreateDeliveryStage) MarshalJSON() ([]byte, error)

func (*CreateDeliveryStage) SetAfter

func (o *CreateDeliveryStage) SetAfter(v string)

SetAfter gets a reference to the given string and assigns it to the After field.

func (*CreateDeliveryStage) SetBefore

func (o *CreateDeliveryStage) SetBefore(v string)

SetBefore gets a reference to the given string and assigns it to the Before field.

func (*CreateDeliveryStage) SetStage

func (o *CreateDeliveryStage) SetStage(v Stage)

SetStage gets a reference to the given Stage and assigns it to the Stage field.

func (CreateDeliveryStage) ToMap

func (o CreateDeliveryStage) ToMap() (map[string]interface{}, error)

type CreateRelease

type CreateRelease struct {
	ReleaseTitle             *string                           `json:"releaseTitle,omitempty"`
	FolderId                 *string                           `json:"folderId,omitempty"`
	Variables                map[string]map[string]interface{} `json:"variables,omitempty"`
	ReleaseVariables         *map[string]string                `json:"releaseVariables,omitempty"`
	ReleasePasswordVariables *map[string]string                `json:"releasePasswordVariables,omitempty"`
	ScheduledStartDate       *time.Time                        `json:"scheduledStartDate,omitempty"`
	AutoStart                *bool                             `json:"autoStart,omitempty"`
	StartedFromTaskId        *string                           `json:"startedFromTaskId,omitempty"`
	ReleaseOwner             *string                           `json:"releaseOwner,omitempty"`
}

CreateRelease struct for CreateRelease

func NewCreateRelease

func NewCreateRelease() *CreateRelease

NewCreateRelease instantiates a new CreateRelease object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateReleaseWithDefaults

func NewCreateReleaseWithDefaults() *CreateRelease

NewCreateReleaseWithDefaults instantiates a new CreateRelease object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateRelease) GetAutoStart

func (o *CreateRelease) GetAutoStart() bool

GetAutoStart returns the AutoStart field value if set, zero value otherwise.

func (*CreateRelease) GetAutoStartOk

func (o *CreateRelease) GetAutoStartOk() (*bool, bool)

GetAutoStartOk returns a tuple with the AutoStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRelease) GetFolderId

func (o *CreateRelease) GetFolderId() string

GetFolderId returns the FolderId field value if set, zero value otherwise.

func (*CreateRelease) GetFolderIdOk

func (o *CreateRelease) GetFolderIdOk() (*string, bool)

GetFolderIdOk returns a tuple with the FolderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRelease) GetReleaseOwner

func (o *CreateRelease) GetReleaseOwner() string

GetReleaseOwner returns the ReleaseOwner field value if set, zero value otherwise.

func (*CreateRelease) GetReleaseOwnerOk

func (o *CreateRelease) GetReleaseOwnerOk() (*string, bool)

GetReleaseOwnerOk returns a tuple with the ReleaseOwner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRelease) GetReleasePasswordVariables

func (o *CreateRelease) GetReleasePasswordVariables() map[string]string

GetReleasePasswordVariables returns the ReleasePasswordVariables field value if set, zero value otherwise.

func (*CreateRelease) GetReleasePasswordVariablesOk

func (o *CreateRelease) GetReleasePasswordVariablesOk() (*map[string]string, bool)

GetReleasePasswordVariablesOk returns a tuple with the ReleasePasswordVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRelease) GetReleaseTitle

func (o *CreateRelease) GetReleaseTitle() string

GetReleaseTitle returns the ReleaseTitle field value if set, zero value otherwise.

func (*CreateRelease) GetReleaseTitleOk

func (o *CreateRelease) GetReleaseTitleOk() (*string, bool)

GetReleaseTitleOk returns a tuple with the ReleaseTitle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRelease) GetReleaseVariables

func (o *CreateRelease) GetReleaseVariables() map[string]string

GetReleaseVariables returns the ReleaseVariables field value if set, zero value otherwise.

func (*CreateRelease) GetReleaseVariablesOk

func (o *CreateRelease) GetReleaseVariablesOk() (*map[string]string, bool)

GetReleaseVariablesOk returns a tuple with the ReleaseVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRelease) GetScheduledStartDate

func (o *CreateRelease) GetScheduledStartDate() time.Time

GetScheduledStartDate returns the ScheduledStartDate field value if set, zero value otherwise.

func (*CreateRelease) GetScheduledStartDateOk

func (o *CreateRelease) GetScheduledStartDateOk() (*time.Time, bool)

GetScheduledStartDateOk returns a tuple with the ScheduledStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRelease) GetStartedFromTaskId

func (o *CreateRelease) GetStartedFromTaskId() string

GetStartedFromTaskId returns the StartedFromTaskId field value if set, zero value otherwise.

func (*CreateRelease) GetStartedFromTaskIdOk

func (o *CreateRelease) GetStartedFromTaskIdOk() (*string, bool)

GetStartedFromTaskIdOk returns a tuple with the StartedFromTaskId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRelease) GetVariables

func (o *CreateRelease) GetVariables() map[string]map[string]interface{}

GetVariables returns the Variables field value if set, zero value otherwise.

func (*CreateRelease) GetVariablesOk

func (o *CreateRelease) GetVariablesOk() (map[string]map[string]interface{}, bool)

GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRelease) HasAutoStart

func (o *CreateRelease) HasAutoStart() bool

HasAutoStart returns a boolean if a field has been set.

func (*CreateRelease) HasFolderId

func (o *CreateRelease) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

func (*CreateRelease) HasReleaseOwner

func (o *CreateRelease) HasReleaseOwner() bool

HasReleaseOwner returns a boolean if a field has been set.

func (*CreateRelease) HasReleasePasswordVariables

func (o *CreateRelease) HasReleasePasswordVariables() bool

HasReleasePasswordVariables returns a boolean if a field has been set.

func (*CreateRelease) HasReleaseTitle

func (o *CreateRelease) HasReleaseTitle() bool

HasReleaseTitle returns a boolean if a field has been set.

func (*CreateRelease) HasReleaseVariables

func (o *CreateRelease) HasReleaseVariables() bool

HasReleaseVariables returns a boolean if a field has been set.

func (*CreateRelease) HasScheduledStartDate

func (o *CreateRelease) HasScheduledStartDate() bool

HasScheduledStartDate returns a boolean if a field has been set.

func (*CreateRelease) HasStartedFromTaskId

func (o *CreateRelease) HasStartedFromTaskId() bool

HasStartedFromTaskId returns a boolean if a field has been set.

func (*CreateRelease) HasVariables

func (o *CreateRelease) HasVariables() bool

HasVariables returns a boolean if a field has been set.

func (CreateRelease) MarshalJSON

func (o CreateRelease) MarshalJSON() ([]byte, error)

func (*CreateRelease) SetAutoStart

func (o *CreateRelease) SetAutoStart(v bool)

SetAutoStart gets a reference to the given bool and assigns it to the AutoStart field.

func (*CreateRelease) SetFolderId

func (o *CreateRelease) SetFolderId(v string)

SetFolderId gets a reference to the given string and assigns it to the FolderId field.

func (*CreateRelease) SetReleaseOwner

func (o *CreateRelease) SetReleaseOwner(v string)

SetReleaseOwner gets a reference to the given string and assigns it to the ReleaseOwner field.

func (*CreateRelease) SetReleasePasswordVariables

func (o *CreateRelease) SetReleasePasswordVariables(v map[string]string)

SetReleasePasswordVariables gets a reference to the given map[string]string and assigns it to the ReleasePasswordVariables field.

func (*CreateRelease) SetReleaseTitle

func (o *CreateRelease) SetReleaseTitle(v string)

SetReleaseTitle gets a reference to the given string and assigns it to the ReleaseTitle field.

func (*CreateRelease) SetReleaseVariables

func (o *CreateRelease) SetReleaseVariables(v map[string]string)

SetReleaseVariables gets a reference to the given map[string]string and assigns it to the ReleaseVariables field.

func (*CreateRelease) SetScheduledStartDate

func (o *CreateRelease) SetScheduledStartDate(v time.Time)

SetScheduledStartDate gets a reference to the given time.Time and assigns it to the ScheduledStartDate field.

func (*CreateRelease) SetStartedFromTaskId

func (o *CreateRelease) SetStartedFromTaskId(v string)

SetStartedFromTaskId gets a reference to the given string and assigns it to the StartedFromTaskId field.

func (*CreateRelease) SetVariables

func (o *CreateRelease) SetVariables(v map[string]map[string]interface{})

SetVariables gets a reference to the given map[string]map[string]interface{} and assigns it to the Variables field.

func (CreateRelease) ToMap

func (o CreateRelease) ToMap() (map[string]interface{}, error)

type Delivery

type Delivery struct {
	Metadata                        *map[string]map[string]interface{} `json:"$metadata,omitempty"`
	Title                           *string                            `json:"title,omitempty"`
	Description                     *string                            `json:"description,omitempty"`
	Status                          *DeliveryStatus                    `json:"status,omitempty"`
	StartDate                       *time.Time                         `json:"startDate,omitempty"`
	EndDate                         *time.Time                         `json:"endDate,omitempty"`
	PlannedDuration                 *int32                             `json:"plannedDuration,omitempty"`
	ReleaseIds                      []string                           `json:"releaseIds,omitempty"`
	FolderId                        *string                            `json:"folderId,omitempty"`
	OriginPatternId                 *string                            `json:"originPatternId,omitempty"`
	Stages                          []Stage                            `json:"stages,omitempty"`
	TrackedItems                    []TrackedItem                      `json:"trackedItems,omitempty"`
	Subscribers                     []Subscriber                       `json:"subscribers,omitempty"`
	AutoComplete                    *bool                              `json:"autoComplete,omitempty"`
	Template                        *bool                              `json:"template,omitempty"`
	Transitions                     []Transition                       `json:"transitions,omitempty"`
	StagesBeforeFirstOpenTransition []Stage                            `json:"stagesBeforeFirstOpenTransition,omitempty"`
	Updatable                       *bool                              `json:"updatable,omitempty"`
}

Delivery struct for Delivery

func NewDelivery

func NewDelivery() *Delivery

NewDelivery instantiates a new Delivery object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeliveryWithDefaults

func NewDeliveryWithDefaults() *Delivery

NewDeliveryWithDefaults instantiates a new Delivery object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Delivery) GetAutoComplete

func (o *Delivery) GetAutoComplete() bool

GetAutoComplete returns the AutoComplete field value if set, zero value otherwise.

func (*Delivery) GetAutoCompleteOk

func (o *Delivery) GetAutoCompleteOk() (*bool, bool)

GetAutoCompleteOk returns a tuple with the AutoComplete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetDescription

func (o *Delivery) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Delivery) GetDescriptionOk

func (o *Delivery) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetEndDate

func (o *Delivery) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*Delivery) GetEndDateOk

func (o *Delivery) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetFolderId

func (o *Delivery) GetFolderId() string

GetFolderId returns the FolderId field value if set, zero value otherwise.

func (*Delivery) GetFolderIdOk

func (o *Delivery) GetFolderIdOk() (*string, bool)

GetFolderIdOk returns a tuple with the FolderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetMetadata

func (o *Delivery) GetMetadata() map[string]map[string]interface{}

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*Delivery) GetMetadataOk

func (o *Delivery) GetMetadataOk() (*map[string]map[string]interface{}, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetOriginPatternId

func (o *Delivery) GetOriginPatternId() string

GetOriginPatternId returns the OriginPatternId field value if set, zero value otherwise.

func (*Delivery) GetOriginPatternIdOk

func (o *Delivery) GetOriginPatternIdOk() (*string, bool)

GetOriginPatternIdOk returns a tuple with the OriginPatternId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetPlannedDuration

func (o *Delivery) GetPlannedDuration() int32

GetPlannedDuration returns the PlannedDuration field value if set, zero value otherwise.

func (*Delivery) GetPlannedDurationOk

func (o *Delivery) GetPlannedDurationOk() (*int32, bool)

GetPlannedDurationOk returns a tuple with the PlannedDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetReleaseIds

func (o *Delivery) GetReleaseIds() []string

GetReleaseIds returns the ReleaseIds field value if set, zero value otherwise.

func (*Delivery) GetReleaseIdsOk

func (o *Delivery) GetReleaseIdsOk() ([]string, bool)

GetReleaseIdsOk returns a tuple with the ReleaseIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetStages

func (o *Delivery) GetStages() []Stage

GetStages returns the Stages field value if set, zero value otherwise.

func (*Delivery) GetStagesBeforeFirstOpenTransition

func (o *Delivery) GetStagesBeforeFirstOpenTransition() []Stage

GetStagesBeforeFirstOpenTransition returns the StagesBeforeFirstOpenTransition field value if set, zero value otherwise.

func (*Delivery) GetStagesBeforeFirstOpenTransitionOk

func (o *Delivery) GetStagesBeforeFirstOpenTransitionOk() ([]Stage, bool)

GetStagesBeforeFirstOpenTransitionOk returns a tuple with the StagesBeforeFirstOpenTransition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetStagesOk

func (o *Delivery) GetStagesOk() ([]Stage, bool)

GetStagesOk returns a tuple with the Stages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetStartDate

func (o *Delivery) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*Delivery) GetStartDateOk

func (o *Delivery) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetStatus

func (o *Delivery) GetStatus() DeliveryStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*Delivery) GetStatusOk

func (o *Delivery) GetStatusOk() (*DeliveryStatus, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetSubscribers

func (o *Delivery) GetSubscribers() []Subscriber

GetSubscribers returns the Subscribers field value if set, zero value otherwise.

func (*Delivery) GetSubscribersOk

func (o *Delivery) GetSubscribersOk() ([]Subscriber, bool)

GetSubscribersOk returns a tuple with the Subscribers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetTemplate

func (o *Delivery) GetTemplate() bool

GetTemplate returns the Template field value if set, zero value otherwise.

func (*Delivery) GetTemplateOk

func (o *Delivery) GetTemplateOk() (*bool, bool)

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetTitle

func (o *Delivery) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*Delivery) GetTitleOk

func (o *Delivery) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetTrackedItems

func (o *Delivery) GetTrackedItems() []TrackedItem

GetTrackedItems returns the TrackedItems field value if set, zero value otherwise.

func (*Delivery) GetTrackedItemsOk

func (o *Delivery) GetTrackedItemsOk() ([]TrackedItem, bool)

GetTrackedItemsOk returns a tuple with the TrackedItems field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetTransitions

func (o *Delivery) GetTransitions() []Transition

GetTransitions returns the Transitions field value if set, zero value otherwise.

func (*Delivery) GetTransitionsOk

func (o *Delivery) GetTransitionsOk() ([]Transition, bool)

GetTransitionsOk returns a tuple with the Transitions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) GetUpdatable

func (o *Delivery) GetUpdatable() bool

GetUpdatable returns the Updatable field value if set, zero value otherwise.

func (*Delivery) GetUpdatableOk

func (o *Delivery) GetUpdatableOk() (*bool, bool)

GetUpdatableOk returns a tuple with the Updatable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Delivery) HasAutoComplete

func (o *Delivery) HasAutoComplete() bool

HasAutoComplete returns a boolean if a field has been set.

func (*Delivery) HasDescription

func (o *Delivery) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Delivery) HasEndDate

func (o *Delivery) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*Delivery) HasFolderId

func (o *Delivery) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

func (*Delivery) HasMetadata

func (o *Delivery) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*Delivery) HasOriginPatternId

func (o *Delivery) HasOriginPatternId() bool

HasOriginPatternId returns a boolean if a field has been set.

func (*Delivery) HasPlannedDuration

func (o *Delivery) HasPlannedDuration() bool

HasPlannedDuration returns a boolean if a field has been set.

func (*Delivery) HasReleaseIds

func (o *Delivery) HasReleaseIds() bool

HasReleaseIds returns a boolean if a field has been set.

func (*Delivery) HasStages

func (o *Delivery) HasStages() bool

HasStages returns a boolean if a field has been set.

func (*Delivery) HasStagesBeforeFirstOpenTransition

func (o *Delivery) HasStagesBeforeFirstOpenTransition() bool

HasStagesBeforeFirstOpenTransition returns a boolean if a field has been set.

func (*Delivery) HasStartDate

func (o *Delivery) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*Delivery) HasStatus

func (o *Delivery) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*Delivery) HasSubscribers

func (o *Delivery) HasSubscribers() bool

HasSubscribers returns a boolean if a field has been set.

func (*Delivery) HasTemplate

func (o *Delivery) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

func (*Delivery) HasTitle

func (o *Delivery) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*Delivery) HasTrackedItems

func (o *Delivery) HasTrackedItems() bool

HasTrackedItems returns a boolean if a field has been set.

func (*Delivery) HasTransitions

func (o *Delivery) HasTransitions() bool

HasTransitions returns a boolean if a field has been set.

func (*Delivery) HasUpdatable

func (o *Delivery) HasUpdatable() bool

HasUpdatable returns a boolean if a field has been set.

func (Delivery) MarshalJSON

func (o Delivery) MarshalJSON() ([]byte, error)

func (*Delivery) SetAutoComplete

func (o *Delivery) SetAutoComplete(v bool)

SetAutoComplete gets a reference to the given bool and assigns it to the AutoComplete field.

func (*Delivery) SetDescription

func (o *Delivery) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Delivery) SetEndDate

func (o *Delivery) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*Delivery) SetFolderId

func (o *Delivery) SetFolderId(v string)

SetFolderId gets a reference to the given string and assigns it to the FolderId field.

func (*Delivery) SetMetadata

func (o *Delivery) SetMetadata(v map[string]map[string]interface{})

SetMetadata gets a reference to the given map[string]map[string]interface{} and assigns it to the Metadata field.

func (*Delivery) SetOriginPatternId

func (o *Delivery) SetOriginPatternId(v string)

SetOriginPatternId gets a reference to the given string and assigns it to the OriginPatternId field.

func (*Delivery) SetPlannedDuration

func (o *Delivery) SetPlannedDuration(v int32)

SetPlannedDuration gets a reference to the given int32 and assigns it to the PlannedDuration field.

func (*Delivery) SetReleaseIds

func (o *Delivery) SetReleaseIds(v []string)

SetReleaseIds gets a reference to the given []string and assigns it to the ReleaseIds field.

func (*Delivery) SetStages

func (o *Delivery) SetStages(v []Stage)

SetStages gets a reference to the given []Stage and assigns it to the Stages field.

func (*Delivery) SetStagesBeforeFirstOpenTransition

func (o *Delivery) SetStagesBeforeFirstOpenTransition(v []Stage)

SetStagesBeforeFirstOpenTransition gets a reference to the given []Stage and assigns it to the StagesBeforeFirstOpenTransition field.

func (*Delivery) SetStartDate

func (o *Delivery) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*Delivery) SetStatus

func (o *Delivery) SetStatus(v DeliveryStatus)

SetStatus gets a reference to the given DeliveryStatus and assigns it to the Status field.

func (*Delivery) SetSubscribers

func (o *Delivery) SetSubscribers(v []Subscriber)

SetSubscribers gets a reference to the given []Subscriber and assigns it to the Subscribers field.

func (*Delivery) SetTemplate

func (o *Delivery) SetTemplate(v bool)

SetTemplate gets a reference to the given bool and assigns it to the Template field.

func (*Delivery) SetTitle

func (o *Delivery) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*Delivery) SetTrackedItems

func (o *Delivery) SetTrackedItems(v []TrackedItem)

SetTrackedItems gets a reference to the given []TrackedItem and assigns it to the TrackedItems field.

func (*Delivery) SetTransitions

func (o *Delivery) SetTransitions(v []Transition)

SetTransitions gets a reference to the given []Transition and assigns it to the Transitions field.

func (*Delivery) SetUpdatable

func (o *Delivery) SetUpdatable(v bool)

SetUpdatable gets a reference to the given bool and assigns it to the Updatable field.

func (Delivery) ToMap

func (o Delivery) ToMap() (map[string]interface{}, error)

type DeliveryApiService

type DeliveryApiService service

DeliveryApiService DeliveryApi service

func (*DeliveryApiService) CompleteStage

func (a *DeliveryApiService) CompleteStage(ctx context.Context, stageId string) ApiCompleteStageRequest

CompleteStage Method for CompleteStage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param stageId
@return ApiCompleteStageRequest

func (*DeliveryApiService) CompleteStageExecute

func (a *DeliveryApiService) CompleteStageExecute(r ApiCompleteStageRequest) (*http.Response, error)

Execute executes the request

func (*DeliveryApiService) CompleteTrackedItem

func (a *DeliveryApiService) CompleteTrackedItem(ctx context.Context, itemId string, stageId string) ApiCompleteTrackedItemRequest

CompleteTrackedItem Method for CompleteTrackedItem

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param itemId
@param stageId
@return ApiCompleteTrackedItemRequest

func (*DeliveryApiService) CompleteTrackedItemExecute

func (a *DeliveryApiService) CompleteTrackedItemExecute(r ApiCompleteTrackedItemRequest) (*http.Response, error)

Execute executes the request

func (*DeliveryApiService) CompleteTransition

func (a *DeliveryApiService) CompleteTransition(ctx context.Context, transitionId string) ApiCompleteTransitionRequest

CompleteTransition Method for CompleteTransition

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param transitionId
@return ApiCompleteTransitionRequest

func (*DeliveryApiService) CompleteTransitionExecute

func (a *DeliveryApiService) CompleteTransitionExecute(r ApiCompleteTransitionRequest) (*http.Response, error)

Execute executes the request

func (*DeliveryApiService) CreateTrackedItemInDelivery

func (a *DeliveryApiService) CreateTrackedItemInDelivery(ctx context.Context, deliveryId string) ApiCreateTrackedItemInDeliveryRequest

CreateTrackedItemInDelivery Method for CreateTrackedItemInDelivery

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deliveryId
@return ApiCreateTrackedItemInDeliveryRequest

func (*DeliveryApiService) CreateTrackedItemInDeliveryExecute

func (a *DeliveryApiService) CreateTrackedItemInDeliveryExecute(r ApiCreateTrackedItemInDeliveryRequest) (*TrackedItem, *http.Response, error)

Execute executes the request

@return TrackedItem

func (*DeliveryApiService) DeleteDelivery

func (a *DeliveryApiService) DeleteDelivery(ctx context.Context, deliveryId string) ApiDeleteDeliveryRequest

DeleteDelivery Method for DeleteDelivery

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deliveryId
@return ApiDeleteDeliveryRequest

func (*DeliveryApiService) DeleteDeliveryExecute

func (a *DeliveryApiService) DeleteDeliveryExecute(r ApiDeleteDeliveryRequest) (*http.Response, error)

Execute executes the request

func (*DeliveryApiService) DeleteTrackedItemDelivery

func (a *DeliveryApiService) DeleteTrackedItemDelivery(ctx context.Context, itemId string) ApiDeleteTrackedItemDeliveryRequest

DeleteTrackedItemDelivery Method for DeleteTrackedItemDelivery

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param itemId
@return ApiDeleteTrackedItemDeliveryRequest

func (*DeliveryApiService) DeleteTrackedItemDeliveryExecute

func (a *DeliveryApiService) DeleteTrackedItemDeliveryExecute(r ApiDeleteTrackedItemDeliveryRequest) (*http.Response, error)

Execute executes the request

func (*DeliveryApiService) DescopeTrackedItem

func (a *DeliveryApiService) DescopeTrackedItem(ctx context.Context, itemId string) ApiDescopeTrackedItemRequest

DescopeTrackedItem Method for DescopeTrackedItem

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param itemId
@return ApiDescopeTrackedItemRequest

func (*DeliveryApiService) DescopeTrackedItemExecute

func (a *DeliveryApiService) DescopeTrackedItemExecute(r ApiDescopeTrackedItemRequest) (*http.Response, error)

Execute executes the request

func (*DeliveryApiService) GetDelivery

func (a *DeliveryApiService) GetDelivery(ctx context.Context, deliveryId string) ApiGetDeliveryRequest

GetDelivery Method for GetDelivery

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deliveryId
@return ApiGetDeliveryRequest

func (*DeliveryApiService) GetDeliveryExecute

func (a *DeliveryApiService) GetDeliveryExecute(r ApiGetDeliveryRequest) (*Delivery, *http.Response, error)

Execute executes the request

@return Delivery

func (*DeliveryApiService) GetDeliveryTimeline

func (a *DeliveryApiService) GetDeliveryTimeline(ctx context.Context, deliveryId string) ApiGetDeliveryTimelineRequest

GetDeliveryTimeline Method for GetDeliveryTimeline

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deliveryId
@return ApiGetDeliveryTimelineRequest

func (*DeliveryApiService) GetDeliveryTimelineExecute

Execute executes the request

@return DeliveryTimeline

func (*DeliveryApiService) GetReleasesForDelivery

func (a *DeliveryApiService) GetReleasesForDelivery(ctx context.Context, deliveryId string) ApiGetReleasesForDeliveryRequest

GetReleasesForDelivery Method for GetReleasesForDelivery

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deliveryId
@return ApiGetReleasesForDeliveryRequest

func (*DeliveryApiService) GetReleasesForDeliveryExecute

Execute executes the request

@return []DeliveryFlowReleaseInfo

func (*DeliveryApiService) GetStagesInDelivery

func (a *DeliveryApiService) GetStagesInDelivery(ctx context.Context, deliveryId string) ApiGetStagesInDeliveryRequest

GetStagesInDelivery Method for GetStagesInDelivery

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deliveryId
@return ApiGetStagesInDeliveryRequest

func (*DeliveryApiService) GetStagesInDeliveryExecute

func (a *DeliveryApiService) GetStagesInDeliveryExecute(r ApiGetStagesInDeliveryRequest) ([]Stage, *http.Response, error)

Execute executes the request

@return []Stage

func (*DeliveryApiService) GetTrackedItemsinDelivery

func (a *DeliveryApiService) GetTrackedItemsinDelivery(ctx context.Context, deliveryId string) ApiGetTrackedItemsinDeliveryRequest

GetTrackedItemsinDelivery Method for GetTrackedItemsinDelivery

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deliveryId
@return ApiGetTrackedItemsinDeliveryRequest

func (*DeliveryApiService) GetTrackedItemsinDeliveryExecute

func (a *DeliveryApiService) GetTrackedItemsinDeliveryExecute(r ApiGetTrackedItemsinDeliveryRequest) ([]TrackedItem, *http.Response, error)

Execute executes the request

@return []TrackedItem

func (*DeliveryApiService) ReopenStage

func (a *DeliveryApiService) ReopenStage(ctx context.Context, stageId string) ApiReopenStageRequest

ReopenStage Method for ReopenStage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param stageId
@return ApiReopenStageRequest

func (*DeliveryApiService) ReopenStageExecute

func (a *DeliveryApiService) ReopenStageExecute(r ApiReopenStageRequest) (*http.Response, error)

Execute executes the request

func (*DeliveryApiService) RescopeTrackedItem

func (a *DeliveryApiService) RescopeTrackedItem(ctx context.Context, itemId string) ApiRescopeTrackedItemRequest

RescopeTrackedItem Method for RescopeTrackedItem

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param itemId
@return ApiRescopeTrackedItemRequest

func (*DeliveryApiService) RescopeTrackedItemExecute

func (a *DeliveryApiService) RescopeTrackedItemExecute(r ApiRescopeTrackedItemRequest) (*http.Response, error)

Execute executes the request

func (*DeliveryApiService) ResetTrackedItem

func (a *DeliveryApiService) ResetTrackedItem(ctx context.Context, itemId string, stageId string) ApiResetTrackedItemRequest

ResetTrackedItem Method for ResetTrackedItem

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param itemId
@param stageId
@return ApiResetTrackedItemRequest

func (*DeliveryApiService) ResetTrackedItemExecute

func (a *DeliveryApiService) ResetTrackedItemExecute(r ApiResetTrackedItemRequest) (*http.Response, error)

Execute executes the request

func (*DeliveryApiService) SearchDeliveries

SearchDeliveries Method for SearchDeliveries

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchDeliveriesRequest

func (*DeliveryApiService) SearchDeliveriesExecute

func (a *DeliveryApiService) SearchDeliveriesExecute(r ApiSearchDeliveriesRequest) ([]Delivery, *http.Response, error)

Execute executes the request

@return []Delivery

func (*DeliveryApiService) SkipTrackedItem

func (a *DeliveryApiService) SkipTrackedItem(ctx context.Context, itemId string, stageId string) ApiSkipTrackedItemRequest

SkipTrackedItem Method for SkipTrackedItem

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param itemId
@param stageId
@return ApiSkipTrackedItemRequest

func (*DeliveryApiService) SkipTrackedItemExecute

func (a *DeliveryApiService) SkipTrackedItemExecute(r ApiSkipTrackedItemRequest) (*http.Response, error)

Execute executes the request

func (*DeliveryApiService) UpdateDelivery

func (a *DeliveryApiService) UpdateDelivery(ctx context.Context, deliveryId string) ApiUpdateDeliveryRequest

UpdateDelivery Method for UpdateDelivery

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deliveryId
@return ApiUpdateDeliveryRequest

func (*DeliveryApiService) UpdateDeliveryExecute

func (a *DeliveryApiService) UpdateDeliveryExecute(r ApiUpdateDeliveryRequest) (*Delivery, *http.Response, error)

Execute executes the request

@return Delivery

func (*DeliveryApiService) UpdateStageInDelivery

func (a *DeliveryApiService) UpdateStageInDelivery(ctx context.Context, stageId string) ApiUpdateStageInDeliveryRequest

UpdateStageInDelivery Method for UpdateStageInDelivery

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param stageId
@return ApiUpdateStageInDeliveryRequest

func (*DeliveryApiService) UpdateStageInDeliveryExecute

func (a *DeliveryApiService) UpdateStageInDeliveryExecute(r ApiUpdateStageInDeliveryRequest) (*Stage, *http.Response, error)

Execute executes the request

@return Stage

func (*DeliveryApiService) UpdateTrackedItemInDelivery

func (a *DeliveryApiService) UpdateTrackedItemInDelivery(ctx context.Context, itemId string) ApiUpdateTrackedItemInDeliveryRequest

UpdateTrackedItemInDelivery Method for UpdateTrackedItemInDelivery

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param itemId
@return ApiUpdateTrackedItemInDeliveryRequest

func (*DeliveryApiService) UpdateTrackedItemInDeliveryExecute

func (a *DeliveryApiService) UpdateTrackedItemInDeliveryExecute(r ApiUpdateTrackedItemInDeliveryRequest) (*TrackedItem, *http.Response, error)

Execute executes the request

@return TrackedItem

func (*DeliveryApiService) UpdateTransitionInDelivery

func (a *DeliveryApiService) UpdateTransitionInDelivery(ctx context.Context, transitionId string) ApiUpdateTransitionInDeliveryRequest

UpdateTransitionInDelivery Method for UpdateTransitionInDelivery

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param transitionId
@return ApiUpdateTransitionInDeliveryRequest

func (*DeliveryApiService) UpdateTransitionInDeliveryExecute

func (a *DeliveryApiService) UpdateTransitionInDeliveryExecute(r ApiUpdateTransitionInDeliveryRequest) (*Transition, *http.Response, error)

Execute executes the request

@return Transition

type DeliveryFilters

type DeliveryFilters struct {
	Title                       *string          `json:"title,omitempty"`
	StrictTitleMatch            *bool            `json:"strictTitleMatch,omitempty"`
	TrackedItemTitle            *string          `json:"trackedItemTitle,omitempty"`
	StrictTrackedItemTitleMatch *bool            `json:"strictTrackedItemTitleMatch,omitempty"`
	FolderId                    *string          `json:"folderId,omitempty"`
	OriginPatternId             *string          `json:"originPatternId,omitempty"`
	Statuses                    []DeliveryStatus `json:"statuses,omitempty"`
}

DeliveryFilters struct for DeliveryFilters

func NewDeliveryFilters

func NewDeliveryFilters() *DeliveryFilters

NewDeliveryFilters instantiates a new DeliveryFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeliveryFiltersWithDefaults

func NewDeliveryFiltersWithDefaults() *DeliveryFilters

NewDeliveryFiltersWithDefaults instantiates a new DeliveryFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DeliveryFilters) GetFolderId

func (o *DeliveryFilters) GetFolderId() string

GetFolderId returns the FolderId field value if set, zero value otherwise.

func (*DeliveryFilters) GetFolderIdOk

func (o *DeliveryFilters) GetFolderIdOk() (*string, bool)

GetFolderIdOk returns a tuple with the FolderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryFilters) GetOriginPatternId

func (o *DeliveryFilters) GetOriginPatternId() string

GetOriginPatternId returns the OriginPatternId field value if set, zero value otherwise.

func (*DeliveryFilters) GetOriginPatternIdOk

func (o *DeliveryFilters) GetOriginPatternIdOk() (*string, bool)

GetOriginPatternIdOk returns a tuple with the OriginPatternId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryFilters) GetStatuses

func (o *DeliveryFilters) GetStatuses() []DeliveryStatus

GetStatuses returns the Statuses field value if set, zero value otherwise.

func (*DeliveryFilters) GetStatusesOk

func (o *DeliveryFilters) GetStatusesOk() ([]DeliveryStatus, bool)

GetStatusesOk returns a tuple with the Statuses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryFilters) GetStrictTitleMatch

func (o *DeliveryFilters) GetStrictTitleMatch() bool

GetStrictTitleMatch returns the StrictTitleMatch field value if set, zero value otherwise.

func (*DeliveryFilters) GetStrictTitleMatchOk

func (o *DeliveryFilters) GetStrictTitleMatchOk() (*bool, bool)

GetStrictTitleMatchOk returns a tuple with the StrictTitleMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryFilters) GetStrictTrackedItemTitleMatch

func (o *DeliveryFilters) GetStrictTrackedItemTitleMatch() bool

GetStrictTrackedItemTitleMatch returns the StrictTrackedItemTitleMatch field value if set, zero value otherwise.

func (*DeliveryFilters) GetStrictTrackedItemTitleMatchOk

func (o *DeliveryFilters) GetStrictTrackedItemTitleMatchOk() (*bool, bool)

GetStrictTrackedItemTitleMatchOk returns a tuple with the StrictTrackedItemTitleMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryFilters) GetTitle

func (o *DeliveryFilters) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*DeliveryFilters) GetTitleOk

func (o *DeliveryFilters) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryFilters) GetTrackedItemTitle

func (o *DeliveryFilters) GetTrackedItemTitle() string

GetTrackedItemTitle returns the TrackedItemTitle field value if set, zero value otherwise.

func (*DeliveryFilters) GetTrackedItemTitleOk

func (o *DeliveryFilters) GetTrackedItemTitleOk() (*string, bool)

GetTrackedItemTitleOk returns a tuple with the TrackedItemTitle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryFilters) HasFolderId

func (o *DeliveryFilters) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

func (*DeliveryFilters) HasOriginPatternId

func (o *DeliveryFilters) HasOriginPatternId() bool

HasOriginPatternId returns a boolean if a field has been set.

func (*DeliveryFilters) HasStatuses

func (o *DeliveryFilters) HasStatuses() bool

HasStatuses returns a boolean if a field has been set.

func (*DeliveryFilters) HasStrictTitleMatch

func (o *DeliveryFilters) HasStrictTitleMatch() bool

HasStrictTitleMatch returns a boolean if a field has been set.

func (*DeliveryFilters) HasStrictTrackedItemTitleMatch

func (o *DeliveryFilters) HasStrictTrackedItemTitleMatch() bool

HasStrictTrackedItemTitleMatch returns a boolean if a field has been set.

func (*DeliveryFilters) HasTitle

func (o *DeliveryFilters) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*DeliveryFilters) HasTrackedItemTitle

func (o *DeliveryFilters) HasTrackedItemTitle() bool

HasTrackedItemTitle returns a boolean if a field has been set.

func (DeliveryFilters) MarshalJSON

func (o DeliveryFilters) MarshalJSON() ([]byte, error)

func (*DeliveryFilters) SetFolderId

func (o *DeliveryFilters) SetFolderId(v string)

SetFolderId gets a reference to the given string and assigns it to the FolderId field.

func (*DeliveryFilters) SetOriginPatternId

func (o *DeliveryFilters) SetOriginPatternId(v string)

SetOriginPatternId gets a reference to the given string and assigns it to the OriginPatternId field.

func (*DeliveryFilters) SetStatuses

func (o *DeliveryFilters) SetStatuses(v []DeliveryStatus)

SetStatuses gets a reference to the given []DeliveryStatus and assigns it to the Statuses field.

func (*DeliveryFilters) SetStrictTitleMatch

func (o *DeliveryFilters) SetStrictTitleMatch(v bool)

SetStrictTitleMatch gets a reference to the given bool and assigns it to the StrictTitleMatch field.

func (*DeliveryFilters) SetStrictTrackedItemTitleMatch

func (o *DeliveryFilters) SetStrictTrackedItemTitleMatch(v bool)

SetStrictTrackedItemTitleMatch gets a reference to the given bool and assigns it to the StrictTrackedItemTitleMatch field.

func (*DeliveryFilters) SetTitle

func (o *DeliveryFilters) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*DeliveryFilters) SetTrackedItemTitle

func (o *DeliveryFilters) SetTrackedItemTitle(v string)

SetTrackedItemTitle gets a reference to the given string and assigns it to the TrackedItemTitle field.

func (DeliveryFilters) ToMap

func (o DeliveryFilters) ToMap() (map[string]interface{}, error)

type DeliveryFlowReleaseInfo

type DeliveryFlowReleaseInfo struct {
	Id        *string    `json:"id,omitempty"`
	Title     *string    `json:"title,omitempty"`
	Status    *string    `json:"status,omitempty"`
	StartDate *time.Time `json:"startDate,omitempty"`
	EndDate   *time.Time `json:"endDate,omitempty"`
	Archived  *bool      `json:"archived,omitempty"`
}

DeliveryFlowReleaseInfo struct for DeliveryFlowReleaseInfo

func NewDeliveryFlowReleaseInfo

func NewDeliveryFlowReleaseInfo() *DeliveryFlowReleaseInfo

NewDeliveryFlowReleaseInfo instantiates a new DeliveryFlowReleaseInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeliveryFlowReleaseInfoWithDefaults

func NewDeliveryFlowReleaseInfoWithDefaults() *DeliveryFlowReleaseInfo

NewDeliveryFlowReleaseInfoWithDefaults instantiates a new DeliveryFlowReleaseInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DeliveryFlowReleaseInfo) GetArchived

func (o *DeliveryFlowReleaseInfo) GetArchived() bool

GetArchived returns the Archived field value if set, zero value otherwise.

func (*DeliveryFlowReleaseInfo) GetArchivedOk

func (o *DeliveryFlowReleaseInfo) GetArchivedOk() (*bool, bool)

GetArchivedOk returns a tuple with the Archived field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryFlowReleaseInfo) GetEndDate

func (o *DeliveryFlowReleaseInfo) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*DeliveryFlowReleaseInfo) GetEndDateOk

func (o *DeliveryFlowReleaseInfo) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryFlowReleaseInfo) GetId

func (o *DeliveryFlowReleaseInfo) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*DeliveryFlowReleaseInfo) GetIdOk

func (o *DeliveryFlowReleaseInfo) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryFlowReleaseInfo) GetStartDate

func (o *DeliveryFlowReleaseInfo) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*DeliveryFlowReleaseInfo) GetStartDateOk

func (o *DeliveryFlowReleaseInfo) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryFlowReleaseInfo) GetStatus

func (o *DeliveryFlowReleaseInfo) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*DeliveryFlowReleaseInfo) GetStatusOk

func (o *DeliveryFlowReleaseInfo) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryFlowReleaseInfo) GetTitle

func (o *DeliveryFlowReleaseInfo) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*DeliveryFlowReleaseInfo) GetTitleOk

func (o *DeliveryFlowReleaseInfo) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryFlowReleaseInfo) HasArchived

func (o *DeliveryFlowReleaseInfo) HasArchived() bool

HasArchived returns a boolean if a field has been set.

func (*DeliveryFlowReleaseInfo) HasEndDate

func (o *DeliveryFlowReleaseInfo) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*DeliveryFlowReleaseInfo) HasId

func (o *DeliveryFlowReleaseInfo) HasId() bool

HasId returns a boolean if a field has been set.

func (*DeliveryFlowReleaseInfo) HasStartDate

func (o *DeliveryFlowReleaseInfo) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*DeliveryFlowReleaseInfo) HasStatus

func (o *DeliveryFlowReleaseInfo) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*DeliveryFlowReleaseInfo) HasTitle

func (o *DeliveryFlowReleaseInfo) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (DeliveryFlowReleaseInfo) MarshalJSON

func (o DeliveryFlowReleaseInfo) MarshalJSON() ([]byte, error)

func (*DeliveryFlowReleaseInfo) SetArchived

func (o *DeliveryFlowReleaseInfo) SetArchived(v bool)

SetArchived gets a reference to the given bool and assigns it to the Archived field.

func (*DeliveryFlowReleaseInfo) SetEndDate

func (o *DeliveryFlowReleaseInfo) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*DeliveryFlowReleaseInfo) SetId

func (o *DeliveryFlowReleaseInfo) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*DeliveryFlowReleaseInfo) SetStartDate

func (o *DeliveryFlowReleaseInfo) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*DeliveryFlowReleaseInfo) SetStatus

func (o *DeliveryFlowReleaseInfo) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*DeliveryFlowReleaseInfo) SetTitle

func (o *DeliveryFlowReleaseInfo) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (DeliveryFlowReleaseInfo) ToMap

func (o DeliveryFlowReleaseInfo) ToMap() (map[string]interface{}, error)

type DeliveryOrderMode

type DeliveryOrderMode string

DeliveryOrderMode the model 'DeliveryOrderMode'

const (
	DELIVERYORDERMODE_START_DATE   DeliveryOrderMode = "START_DATE"
	DELIVERYORDERMODE_END_DATE     DeliveryOrderMode = "END_DATE"
	DELIVERYORDERMODE_CREATED_DATE DeliveryOrderMode = "CREATED_DATE"
)

List of DeliveryOrderMode

func NewDeliveryOrderModeFromValue

func NewDeliveryOrderModeFromValue(v string) (*DeliveryOrderMode, error)

NewDeliveryOrderModeFromValue returns a pointer to a valid DeliveryOrderMode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DeliveryOrderMode) IsValid

func (v DeliveryOrderMode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (DeliveryOrderMode) Ptr

Ptr returns reference to DeliveryOrderMode value

func (*DeliveryOrderMode) UnmarshalJSON

func (v *DeliveryOrderMode) UnmarshalJSON(src []byte) error

type DeliveryPatternApiService

type DeliveryPatternApiService service

DeliveryPatternApiService DeliveryPatternApi service

func (*DeliveryPatternApiService) CheckTitle

CheckTitle Method for CheckTitle

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCheckTitleRequest

func (*DeliveryPatternApiService) CheckTitleExecute

Execute executes the request

@return bool

func (*DeliveryPatternApiService) CreateDeliveryFromPattern

func (a *DeliveryPatternApiService) CreateDeliveryFromPattern(ctx context.Context, patternId string) ApiCreateDeliveryFromPatternRequest

CreateDeliveryFromPattern Method for CreateDeliveryFromPattern

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param patternId
@return ApiCreateDeliveryFromPatternRequest

func (*DeliveryPatternApiService) CreateDeliveryFromPatternExecute

func (a *DeliveryPatternApiService) CreateDeliveryFromPatternExecute(r ApiCreateDeliveryFromPatternRequest) (*Delivery, *http.Response, error)

Execute executes the request

@return Delivery

func (*DeliveryPatternApiService) CreatePattern

CreatePattern Method for CreatePattern

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreatePatternRequest

func (*DeliveryPatternApiService) CreatePatternExecute

Execute executes the request

@return Delivery

func (*DeliveryPatternApiService) CreateStage

func (a *DeliveryPatternApiService) CreateStage(ctx context.Context, patternId string) ApiCreateStageRequest

CreateStage Method for CreateStage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param patternId
@return ApiCreateStageRequest

func (*DeliveryPatternApiService) CreateStage1

func (a *DeliveryPatternApiService) CreateStage1(ctx context.Context, patternId string) ApiCreateStage1Request

CreateStage1 Method for CreateStage1

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param patternId
@return ApiCreateStage1Request

func (*DeliveryPatternApiService) CreateStage1Execute

func (a *DeliveryPatternApiService) CreateStage1Execute(r ApiCreateStage1Request) (*Stage, *http.Response, error)

Execute executes the request

@return Stage

func (*DeliveryPatternApiService) CreateStage2

func (a *DeliveryPatternApiService) CreateStage2(ctx context.Context, patternId string, position int32) ApiCreateStage2Request

CreateStage2 Method for CreateStage2

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param patternId
@param position
@return ApiCreateStage2Request

func (*DeliveryPatternApiService) CreateStage2Execute

func (a *DeliveryPatternApiService) CreateStage2Execute(r ApiCreateStage2Request) (*Stage, *http.Response, error)

Execute executes the request

@return Stage

func (*DeliveryPatternApiService) CreateStageExecute

Execute executes the request

@return Stage

func (*DeliveryPatternApiService) CreateTrackedItemInPattern

func (a *DeliveryPatternApiService) CreateTrackedItemInPattern(ctx context.Context, patternId string) ApiCreateTrackedItemInPatternRequest

CreateTrackedItemInPattern Method for CreateTrackedItemInPattern

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param patternId
@return ApiCreateTrackedItemInPatternRequest

func (*DeliveryPatternApiService) CreateTrackedItemInPatternExecute

func (a *DeliveryPatternApiService) CreateTrackedItemInPatternExecute(r ApiCreateTrackedItemInPatternRequest) (*TrackedItem, *http.Response, error)

Execute executes the request

@return TrackedItem

func (*DeliveryPatternApiService) CreateTransition

CreateTransition Method for CreateTransition

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param stageId
@return ApiCreateTransitionRequest

func (*DeliveryPatternApiService) CreateTransitionExecute

Execute executes the request

@return Transition

func (*DeliveryPatternApiService) DeletePattern

func (a *DeliveryPatternApiService) DeletePattern(ctx context.Context, patternId string) ApiDeletePatternRequest

DeletePattern Method for DeletePattern

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param patternId
@return ApiDeletePatternRequest

func (*DeliveryPatternApiService) DeletePatternExecute

func (a *DeliveryPatternApiService) DeletePatternExecute(r ApiDeletePatternRequest) (*http.Response, error)

Execute executes the request

func (*DeliveryPatternApiService) DeleteStage

DeleteStage Method for DeleteStage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param stageId
@return ApiDeleteStageRequest

func (*DeliveryPatternApiService) DeleteStageExecute

func (a *DeliveryPatternApiService) DeleteStageExecute(r ApiDeleteStageRequest) (*http.Response, error)

Execute executes the request

func (*DeliveryPatternApiService) DeleteTrackedItemDeliveryPattern

func (a *DeliveryPatternApiService) DeleteTrackedItemDeliveryPattern(ctx context.Context, itemId string) ApiDeleteTrackedItemDeliveryPatternRequest

DeleteTrackedItemDeliveryPattern Method for DeleteTrackedItemDeliveryPattern

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param itemId
@return ApiDeleteTrackedItemDeliveryPatternRequest

func (*DeliveryPatternApiService) DeleteTrackedItemDeliveryPatternExecute

func (a *DeliveryPatternApiService) DeleteTrackedItemDeliveryPatternExecute(r ApiDeleteTrackedItemDeliveryPatternRequest) (*http.Response, error)

Execute executes the request

func (*DeliveryPatternApiService) DeleteTransition

func (a *DeliveryPatternApiService) DeleteTransition(ctx context.Context, transitionId string) ApiDeleteTransitionRequest

DeleteTransition Method for DeleteTransition

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param transitionId
@return ApiDeleteTransitionRequest

func (*DeliveryPatternApiService) DeleteTransitionExecute

func (a *DeliveryPatternApiService) DeleteTransitionExecute(r ApiDeleteTransitionRequest) (*http.Response, error)

Execute executes the request

func (*DeliveryPatternApiService) DuplicatePattern

func (a *DeliveryPatternApiService) DuplicatePattern(ctx context.Context, patternId string) ApiDuplicatePatternRequest

DuplicatePattern Method for DuplicatePattern

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param patternId
@return ApiDuplicatePatternRequest

func (*DeliveryPatternApiService) DuplicatePatternExecute

Execute executes the request

@return Delivery

func (*DeliveryPatternApiService) GetPattern

GetPattern Method for GetPattern

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param patternId
@return ApiGetPatternRequest

func (*DeliveryPatternApiService) GetPatternByIdOrTitle

func (a *DeliveryPatternApiService) GetPatternByIdOrTitle(ctx context.Context, patternIdOrTitle string) ApiGetPatternByIdOrTitleRequest

GetPatternByIdOrTitle Method for GetPatternByIdOrTitle

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param patternIdOrTitle
@return ApiGetPatternByIdOrTitleRequest

func (*DeliveryPatternApiService) GetPatternByIdOrTitleExecute

func (a *DeliveryPatternApiService) GetPatternByIdOrTitleExecute(r ApiGetPatternByIdOrTitleRequest) (*Delivery, *http.Response, error)

Execute executes the request

@return Delivery

func (*DeliveryPatternApiService) GetPatternExecute

Execute executes the request

@return Delivery

func (*DeliveryPatternApiService) GetStagesInPattern

func (a *DeliveryPatternApiService) GetStagesInPattern(ctx context.Context, patternId string) ApiGetStagesInPatternRequest

GetStagesInPattern Method for GetStagesInPattern

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param patternId
@return ApiGetStagesInPatternRequest

func (*DeliveryPatternApiService) GetStagesInPatternExecute

func (a *DeliveryPatternApiService) GetStagesInPatternExecute(r ApiGetStagesInPatternRequest) ([]Stage, *http.Response, error)

Execute executes the request

@return []Stage

func (*DeliveryPatternApiService) GetTrackedItemsInPattern

func (a *DeliveryPatternApiService) GetTrackedItemsInPattern(ctx context.Context, patternId string) ApiGetTrackedItemsInPatternRequest

GetTrackedItemsInPattern Method for GetTrackedItemsInPattern

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param patternId
@return ApiGetTrackedItemsInPatternRequest

func (*DeliveryPatternApiService) GetTrackedItemsInPatternExecute

func (a *DeliveryPatternApiService) GetTrackedItemsInPatternExecute(r ApiGetTrackedItemsInPatternRequest) ([]TrackedItem, *http.Response, error)

Execute executes the request

@return []TrackedItem

func (*DeliveryPatternApiService) SearchPatterns

SearchPatterns Method for SearchPatterns

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchPatternsRequest

func (*DeliveryPatternApiService) SearchPatternsExecute

Execute executes the request

@return []Delivery

func (*DeliveryPatternApiService) UpdatePattern

func (a *DeliveryPatternApiService) UpdatePattern(ctx context.Context, patternId string) ApiUpdatePatternRequest

UpdatePattern Method for UpdatePattern

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param patternId
@return ApiUpdatePatternRequest

func (*DeliveryPatternApiService) UpdatePatternExecute

Execute executes the request

@return Delivery

func (*DeliveryPatternApiService) UpdateStageFromBatch

func (a *DeliveryPatternApiService) UpdateStageFromBatch(ctx context.Context, stageId string) ApiUpdateStageFromBatchRequest

UpdateStageFromBatch Method for UpdateStageFromBatch

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param stageId
@return ApiUpdateStageFromBatchRequest

func (*DeliveryPatternApiService) UpdateStageFromBatchExecute

func (a *DeliveryPatternApiService) UpdateStageFromBatchExecute(r ApiUpdateStageFromBatchRequest) (*Stage, *http.Response, error)

Execute executes the request

@return Stage

func (*DeliveryPatternApiService) UpdateStageInPattern

func (a *DeliveryPatternApiService) UpdateStageInPattern(ctx context.Context, stageId string) ApiUpdateStageInPatternRequest

UpdateStageInPattern Method for UpdateStageInPattern

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param stageId
@return ApiUpdateStageInPatternRequest

func (*DeliveryPatternApiService) UpdateStageInPatternExecute

func (a *DeliveryPatternApiService) UpdateStageInPatternExecute(r ApiUpdateStageInPatternRequest) (*Stage, *http.Response, error)

Execute executes the request

@return Stage

func (*DeliveryPatternApiService) UpdateTrackedItemInPattern

func (a *DeliveryPatternApiService) UpdateTrackedItemInPattern(ctx context.Context, itemId string) ApiUpdateTrackedItemInPatternRequest

UpdateTrackedItemInPattern Method for UpdateTrackedItemInPattern

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param itemId
@return ApiUpdateTrackedItemInPatternRequest

func (*DeliveryPatternApiService) UpdateTrackedItemInPatternExecute

func (a *DeliveryPatternApiService) UpdateTrackedItemInPatternExecute(r ApiUpdateTrackedItemInPatternRequest) (*TrackedItem, *http.Response, error)

Execute executes the request

@return TrackedItem

func (*DeliveryPatternApiService) UpdateTransitionInPattern

func (a *DeliveryPatternApiService) UpdateTransitionInPattern(ctx context.Context, transitionId string) ApiUpdateTransitionInPatternRequest

UpdateTransitionInPattern Method for UpdateTransitionInPattern

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param transitionId
@return ApiUpdateTransitionInPatternRequest

func (*DeliveryPatternApiService) UpdateTransitionInPatternExecute

func (a *DeliveryPatternApiService) UpdateTransitionInPatternExecute(r ApiUpdateTransitionInPatternRequest) (*Transition, *http.Response, error)

Execute executes the request

@return Transition

type DeliveryPatternFilters

type DeliveryPatternFilters struct {
	Title                       *string          `json:"title,omitempty"`
	StrictTitleMatch            *bool            `json:"strictTitleMatch,omitempty"`
	TrackedItemTitle            *string          `json:"trackedItemTitle,omitempty"`
	StrictTrackedItemTitleMatch *bool            `json:"strictTrackedItemTitleMatch,omitempty"`
	FolderId                    *string          `json:"folderId,omitempty"`
	Statuses                    []DeliveryStatus `json:"statuses,omitempty"`
}

DeliveryPatternFilters struct for DeliveryPatternFilters

func NewDeliveryPatternFilters

func NewDeliveryPatternFilters() *DeliveryPatternFilters

NewDeliveryPatternFilters instantiates a new DeliveryPatternFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeliveryPatternFiltersWithDefaults

func NewDeliveryPatternFiltersWithDefaults() *DeliveryPatternFilters

NewDeliveryPatternFiltersWithDefaults instantiates a new DeliveryPatternFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DeliveryPatternFilters) GetFolderId

func (o *DeliveryPatternFilters) GetFolderId() string

GetFolderId returns the FolderId field value if set, zero value otherwise.

func (*DeliveryPatternFilters) GetFolderIdOk

func (o *DeliveryPatternFilters) GetFolderIdOk() (*string, bool)

GetFolderIdOk returns a tuple with the FolderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryPatternFilters) GetStatuses

func (o *DeliveryPatternFilters) GetStatuses() []DeliveryStatus

GetStatuses returns the Statuses field value if set, zero value otherwise.

func (*DeliveryPatternFilters) GetStatusesOk

func (o *DeliveryPatternFilters) GetStatusesOk() ([]DeliveryStatus, bool)

GetStatusesOk returns a tuple with the Statuses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryPatternFilters) GetStrictTitleMatch

func (o *DeliveryPatternFilters) GetStrictTitleMatch() bool

GetStrictTitleMatch returns the StrictTitleMatch field value if set, zero value otherwise.

func (*DeliveryPatternFilters) GetStrictTitleMatchOk

func (o *DeliveryPatternFilters) GetStrictTitleMatchOk() (*bool, bool)

GetStrictTitleMatchOk returns a tuple with the StrictTitleMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryPatternFilters) GetStrictTrackedItemTitleMatch

func (o *DeliveryPatternFilters) GetStrictTrackedItemTitleMatch() bool

GetStrictTrackedItemTitleMatch returns the StrictTrackedItemTitleMatch field value if set, zero value otherwise.

func (*DeliveryPatternFilters) GetStrictTrackedItemTitleMatchOk

func (o *DeliveryPatternFilters) GetStrictTrackedItemTitleMatchOk() (*bool, bool)

GetStrictTrackedItemTitleMatchOk returns a tuple with the StrictTrackedItemTitleMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryPatternFilters) GetTitle

func (o *DeliveryPatternFilters) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*DeliveryPatternFilters) GetTitleOk

func (o *DeliveryPatternFilters) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryPatternFilters) GetTrackedItemTitle

func (o *DeliveryPatternFilters) GetTrackedItemTitle() string

GetTrackedItemTitle returns the TrackedItemTitle field value if set, zero value otherwise.

func (*DeliveryPatternFilters) GetTrackedItemTitleOk

func (o *DeliveryPatternFilters) GetTrackedItemTitleOk() (*string, bool)

GetTrackedItemTitleOk returns a tuple with the TrackedItemTitle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryPatternFilters) HasFolderId

func (o *DeliveryPatternFilters) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

func (*DeliveryPatternFilters) HasStatuses

func (o *DeliveryPatternFilters) HasStatuses() bool

HasStatuses returns a boolean if a field has been set.

func (*DeliveryPatternFilters) HasStrictTitleMatch

func (o *DeliveryPatternFilters) HasStrictTitleMatch() bool

HasStrictTitleMatch returns a boolean if a field has been set.

func (*DeliveryPatternFilters) HasStrictTrackedItemTitleMatch

func (o *DeliveryPatternFilters) HasStrictTrackedItemTitleMatch() bool

HasStrictTrackedItemTitleMatch returns a boolean if a field has been set.

func (*DeliveryPatternFilters) HasTitle

func (o *DeliveryPatternFilters) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*DeliveryPatternFilters) HasTrackedItemTitle

func (o *DeliveryPatternFilters) HasTrackedItemTitle() bool

HasTrackedItemTitle returns a boolean if a field has been set.

func (DeliveryPatternFilters) MarshalJSON

func (o DeliveryPatternFilters) MarshalJSON() ([]byte, error)

func (*DeliveryPatternFilters) SetFolderId

func (o *DeliveryPatternFilters) SetFolderId(v string)

SetFolderId gets a reference to the given string and assigns it to the FolderId field.

func (*DeliveryPatternFilters) SetStatuses

func (o *DeliveryPatternFilters) SetStatuses(v []DeliveryStatus)

SetStatuses gets a reference to the given []DeliveryStatus and assigns it to the Statuses field.

func (*DeliveryPatternFilters) SetStrictTitleMatch

func (o *DeliveryPatternFilters) SetStrictTitleMatch(v bool)

SetStrictTitleMatch gets a reference to the given bool and assigns it to the StrictTitleMatch field.

func (*DeliveryPatternFilters) SetStrictTrackedItemTitleMatch

func (o *DeliveryPatternFilters) SetStrictTrackedItemTitleMatch(v bool)

SetStrictTrackedItemTitleMatch gets a reference to the given bool and assigns it to the StrictTrackedItemTitleMatch field.

func (*DeliveryPatternFilters) SetTitle

func (o *DeliveryPatternFilters) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*DeliveryPatternFilters) SetTrackedItemTitle

func (o *DeliveryPatternFilters) SetTrackedItemTitle(v string)

SetTrackedItemTitle gets a reference to the given string and assigns it to the TrackedItemTitle field.

func (DeliveryPatternFilters) ToMap

func (o DeliveryPatternFilters) ToMap() (map[string]interface{}, error)

type DeliveryStatus

type DeliveryStatus string

DeliveryStatus the model 'DeliveryStatus'

const (
	DELIVERYSTATUS_TEMPLATE    DeliveryStatus = "TEMPLATE"
	DELIVERYSTATUS_IN_PROGRESS DeliveryStatus = "IN_PROGRESS"
	DELIVERYSTATUS_COMPLETED   DeliveryStatus = "COMPLETED"
)

List of DeliveryStatus

func NewDeliveryStatusFromValue

func NewDeliveryStatusFromValue(v string) (*DeliveryStatus, error)

NewDeliveryStatusFromValue returns a pointer to a valid DeliveryStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DeliveryStatus) IsValid

func (v DeliveryStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (DeliveryStatus) Ptr

func (v DeliveryStatus) Ptr() *DeliveryStatus

Ptr returns reference to DeliveryStatus value

func (*DeliveryStatus) UnmarshalJSON

func (v *DeliveryStatus) UnmarshalJSON(src []byte) error

type DeliveryTimeline

type DeliveryTimeline struct {
	Id        *string           `json:"id,omitempty"`
	Title     *string           `json:"title,omitempty"`
	Releases  []ReleaseTimeline `json:"releases,omitempty"`
	StartDate *time.Time        `json:"startDate,omitempty"`
	EndDate   *time.Time        `json:"endDate,omitempty"`
}

DeliveryTimeline struct for DeliveryTimeline

func NewDeliveryTimeline

func NewDeliveryTimeline() *DeliveryTimeline

NewDeliveryTimeline instantiates a new DeliveryTimeline object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeliveryTimelineWithDefaults

func NewDeliveryTimelineWithDefaults() *DeliveryTimeline

NewDeliveryTimelineWithDefaults instantiates a new DeliveryTimeline object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DeliveryTimeline) GetEndDate

func (o *DeliveryTimeline) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*DeliveryTimeline) GetEndDateOk

func (o *DeliveryTimeline) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryTimeline) GetId

func (o *DeliveryTimeline) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*DeliveryTimeline) GetIdOk

func (o *DeliveryTimeline) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryTimeline) GetReleases

func (o *DeliveryTimeline) GetReleases() []ReleaseTimeline

GetReleases returns the Releases field value if set, zero value otherwise.

func (*DeliveryTimeline) GetReleasesOk

func (o *DeliveryTimeline) GetReleasesOk() ([]ReleaseTimeline, bool)

GetReleasesOk returns a tuple with the Releases field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryTimeline) GetStartDate

func (o *DeliveryTimeline) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*DeliveryTimeline) GetStartDateOk

func (o *DeliveryTimeline) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryTimeline) GetTitle

func (o *DeliveryTimeline) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*DeliveryTimeline) GetTitleOk

func (o *DeliveryTimeline) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryTimeline) HasEndDate

func (o *DeliveryTimeline) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*DeliveryTimeline) HasId

func (o *DeliveryTimeline) HasId() bool

HasId returns a boolean if a field has been set.

func (*DeliveryTimeline) HasReleases

func (o *DeliveryTimeline) HasReleases() bool

HasReleases returns a boolean if a field has been set.

func (*DeliveryTimeline) HasStartDate

func (o *DeliveryTimeline) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*DeliveryTimeline) HasTitle

func (o *DeliveryTimeline) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (DeliveryTimeline) MarshalJSON

func (o DeliveryTimeline) MarshalJSON() ([]byte, error)

func (*DeliveryTimeline) SetEndDate

func (o *DeliveryTimeline) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*DeliveryTimeline) SetId

func (o *DeliveryTimeline) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*DeliveryTimeline) SetReleases

func (o *DeliveryTimeline) SetReleases(v []ReleaseTimeline)

SetReleases gets a reference to the given []ReleaseTimeline and assigns it to the Releases field.

func (*DeliveryTimeline) SetStartDate

func (o *DeliveryTimeline) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*DeliveryTimeline) SetTitle

func (o *DeliveryTimeline) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (DeliveryTimeline) ToMap

func (o DeliveryTimeline) ToMap() (map[string]interface{}, error)

type Dependency

type Dependency struct {
	Id                     *string                            `json:"id,omitempty"`
	Type                   *string                            `json:"type,omitempty"`
	GateTask               *GateTask                          `json:"gateTask,omitempty"`
	Target                 *PlanItem                          `json:"target,omitempty"`
	TargetId               *string                            `json:"targetId,omitempty"`
	ArchivedTargetTitle    *string                            `json:"archivedTargetTitle,omitempty"`
	ArchivedTargetId       *string                            `json:"archivedTargetId,omitempty"`
	ArchivedAsResolved     *bool                              `json:"archivedAsResolved,omitempty"`
	Metadata               *map[string]map[string]interface{} `json:"$metadata,omitempty"`
	Archived               *bool                              `json:"archived,omitempty"`
	Done                   *bool                              `json:"done,omitempty"`
	Aborted                *bool                              `json:"aborted,omitempty"`
	TargetDisplayPath      *string                            `json:"targetDisplayPath,omitempty"`
	TargetTitle            *string                            `json:"targetTitle,omitempty"`
	ValidAllowedPlanItemId *bool                              `json:"validAllowedPlanItemId,omitempty"`
}

Dependency struct for Dependency

func NewDependency

func NewDependency() *Dependency

NewDependency instantiates a new Dependency object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDependencyWithDefaults

func NewDependencyWithDefaults() *Dependency

NewDependencyWithDefaults instantiates a new Dependency object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Dependency) GetAborted

func (o *Dependency) GetAborted() bool

GetAborted returns the Aborted field value if set, zero value otherwise.

func (*Dependency) GetAbortedOk

func (o *Dependency) GetAbortedOk() (*bool, bool)

GetAbortedOk returns a tuple with the Aborted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dependency) GetArchived

func (o *Dependency) GetArchived() bool

GetArchived returns the Archived field value if set, zero value otherwise.

func (*Dependency) GetArchivedAsResolved

func (o *Dependency) GetArchivedAsResolved() bool

GetArchivedAsResolved returns the ArchivedAsResolved field value if set, zero value otherwise.

func (*Dependency) GetArchivedAsResolvedOk

func (o *Dependency) GetArchivedAsResolvedOk() (*bool, bool)

GetArchivedAsResolvedOk returns a tuple with the ArchivedAsResolved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dependency) GetArchivedOk

func (o *Dependency) GetArchivedOk() (*bool, bool)

GetArchivedOk returns a tuple with the Archived field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dependency) GetArchivedTargetId

func (o *Dependency) GetArchivedTargetId() string

GetArchivedTargetId returns the ArchivedTargetId field value if set, zero value otherwise.

func (*Dependency) GetArchivedTargetIdOk

func (o *Dependency) GetArchivedTargetIdOk() (*string, bool)

GetArchivedTargetIdOk returns a tuple with the ArchivedTargetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dependency) GetArchivedTargetTitle

func (o *Dependency) GetArchivedTargetTitle() string

GetArchivedTargetTitle returns the ArchivedTargetTitle field value if set, zero value otherwise.

func (*Dependency) GetArchivedTargetTitleOk

func (o *Dependency) GetArchivedTargetTitleOk() (*string, bool)

GetArchivedTargetTitleOk returns a tuple with the ArchivedTargetTitle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dependency) GetDone

func (o *Dependency) GetDone() bool

GetDone returns the Done field value if set, zero value otherwise.

func (*Dependency) GetDoneOk

func (o *Dependency) GetDoneOk() (*bool, bool)

GetDoneOk returns a tuple with the Done field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dependency) GetGateTask

func (o *Dependency) GetGateTask() GateTask

GetGateTask returns the GateTask field value if set, zero value otherwise.

func (*Dependency) GetGateTaskOk

func (o *Dependency) GetGateTaskOk() (*GateTask, bool)

GetGateTaskOk returns a tuple with the GateTask field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dependency) GetId

func (o *Dependency) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Dependency) GetIdOk

func (o *Dependency) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dependency) GetMetadata

func (o *Dependency) GetMetadata() map[string]map[string]interface{}

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*Dependency) GetMetadataOk

func (o *Dependency) GetMetadataOk() (*map[string]map[string]interface{}, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dependency) GetTarget

func (o *Dependency) GetTarget() PlanItem

GetTarget returns the Target field value if set, zero value otherwise.

func (*Dependency) GetTargetDisplayPath

func (o *Dependency) GetTargetDisplayPath() string

GetTargetDisplayPath returns the TargetDisplayPath field value if set, zero value otherwise.

func (*Dependency) GetTargetDisplayPathOk

func (o *Dependency) GetTargetDisplayPathOk() (*string, bool)

GetTargetDisplayPathOk returns a tuple with the TargetDisplayPath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dependency) GetTargetId

func (o *Dependency) GetTargetId() string

GetTargetId returns the TargetId field value if set, zero value otherwise.

func (*Dependency) GetTargetIdOk

func (o *Dependency) GetTargetIdOk() (*string, bool)

GetTargetIdOk returns a tuple with the TargetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dependency) GetTargetOk

func (o *Dependency) GetTargetOk() (*PlanItem, bool)

GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dependency) GetTargetTitle

func (o *Dependency) GetTargetTitle() string

GetTargetTitle returns the TargetTitle field value if set, zero value otherwise.

func (*Dependency) GetTargetTitleOk

func (o *Dependency) GetTargetTitleOk() (*string, bool)

GetTargetTitleOk returns a tuple with the TargetTitle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dependency) GetType

func (o *Dependency) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Dependency) GetTypeOk

func (o *Dependency) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dependency) GetValidAllowedPlanItemId

func (o *Dependency) GetValidAllowedPlanItemId() bool

GetValidAllowedPlanItemId returns the ValidAllowedPlanItemId field value if set, zero value otherwise.

func (*Dependency) GetValidAllowedPlanItemIdOk

func (o *Dependency) GetValidAllowedPlanItemIdOk() (*bool, bool)

GetValidAllowedPlanItemIdOk returns a tuple with the ValidAllowedPlanItemId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dependency) HasAborted

func (o *Dependency) HasAborted() bool

HasAborted returns a boolean if a field has been set.

func (*Dependency) HasArchived

func (o *Dependency) HasArchived() bool

HasArchived returns a boolean if a field has been set.

func (*Dependency) HasArchivedAsResolved

func (o *Dependency) HasArchivedAsResolved() bool

HasArchivedAsResolved returns a boolean if a field has been set.

func (*Dependency) HasArchivedTargetId

func (o *Dependency) HasArchivedTargetId() bool

HasArchivedTargetId returns a boolean if a field has been set.

func (*Dependency) HasArchivedTargetTitle

func (o *Dependency) HasArchivedTargetTitle() bool

HasArchivedTargetTitle returns a boolean if a field has been set.

func (*Dependency) HasDone

func (o *Dependency) HasDone() bool

HasDone returns a boolean if a field has been set.

func (*Dependency) HasGateTask

func (o *Dependency) HasGateTask() bool

HasGateTask returns a boolean if a field has been set.

func (*Dependency) HasId

func (o *Dependency) HasId() bool

HasId returns a boolean if a field has been set.

func (*Dependency) HasMetadata

func (o *Dependency) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*Dependency) HasTarget

func (o *Dependency) HasTarget() bool

HasTarget returns a boolean if a field has been set.

func (*Dependency) HasTargetDisplayPath

func (o *Dependency) HasTargetDisplayPath() bool

HasTargetDisplayPath returns a boolean if a field has been set.

func (*Dependency) HasTargetId

func (o *Dependency) HasTargetId() bool

HasTargetId returns a boolean if a field has been set.

func (*Dependency) HasTargetTitle

func (o *Dependency) HasTargetTitle() bool

HasTargetTitle returns a boolean if a field has been set.

func (*Dependency) HasType

func (o *Dependency) HasType() bool

HasType returns a boolean if a field has been set.

func (*Dependency) HasValidAllowedPlanItemId

func (o *Dependency) HasValidAllowedPlanItemId() bool

HasValidAllowedPlanItemId returns a boolean if a field has been set.

func (Dependency) MarshalJSON

func (o Dependency) MarshalJSON() ([]byte, error)

func (*Dependency) SetAborted

func (o *Dependency) SetAborted(v bool)

SetAborted gets a reference to the given bool and assigns it to the Aborted field.

func (*Dependency) SetArchived

func (o *Dependency) SetArchived(v bool)

SetArchived gets a reference to the given bool and assigns it to the Archived field.

func (*Dependency) SetArchivedAsResolved

func (o *Dependency) SetArchivedAsResolved(v bool)

SetArchivedAsResolved gets a reference to the given bool and assigns it to the ArchivedAsResolved field.

func (*Dependency) SetArchivedTargetId

func (o *Dependency) SetArchivedTargetId(v string)

SetArchivedTargetId gets a reference to the given string and assigns it to the ArchivedTargetId field.

func (*Dependency) SetArchivedTargetTitle

func (o *Dependency) SetArchivedTargetTitle(v string)

SetArchivedTargetTitle gets a reference to the given string and assigns it to the ArchivedTargetTitle field.

func (*Dependency) SetDone

func (o *Dependency) SetDone(v bool)

SetDone gets a reference to the given bool and assigns it to the Done field.

func (*Dependency) SetGateTask

func (o *Dependency) SetGateTask(v GateTask)

SetGateTask gets a reference to the given GateTask and assigns it to the GateTask field.

func (*Dependency) SetId

func (o *Dependency) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Dependency) SetMetadata

func (o *Dependency) SetMetadata(v map[string]map[string]interface{})

SetMetadata gets a reference to the given map[string]map[string]interface{} and assigns it to the Metadata field.

func (*Dependency) SetTarget

func (o *Dependency) SetTarget(v PlanItem)

SetTarget gets a reference to the given PlanItem and assigns it to the Target field.

func (*Dependency) SetTargetDisplayPath

func (o *Dependency) SetTargetDisplayPath(v string)

SetTargetDisplayPath gets a reference to the given string and assigns it to the TargetDisplayPath field.

func (*Dependency) SetTargetId

func (o *Dependency) SetTargetId(v string)

SetTargetId gets a reference to the given string and assigns it to the TargetId field.

func (*Dependency) SetTargetTitle

func (o *Dependency) SetTargetTitle(v string)

SetTargetTitle gets a reference to the given string and assigns it to the TargetTitle field.

func (*Dependency) SetType

func (o *Dependency) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Dependency) SetValidAllowedPlanItemId

func (o *Dependency) SetValidAllowedPlanItemId(v bool)

SetValidAllowedPlanItemId gets a reference to the given bool and assigns it to the ValidAllowedPlanItemId field.

func (Dependency) ToMap

func (o Dependency) ToMap() (map[string]interface{}, error)

type DslApiService

type DslApiService service

DslApiService DslApi service

func (*DslApiService) ExportTemplateToXFile

func (a *DslApiService) ExportTemplateToXFile(ctx context.Context, templateId string) ApiExportTemplateToXFileRequest

ExportTemplateToXFile Method for ExportTemplateToXFile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param templateId
@return ApiExportTemplateToXFileRequest

func (*DslApiService) ExportTemplateToXFileExecute

func (a *DslApiService) ExportTemplateToXFileExecute(r ApiExportTemplateToXFileRequest) (*http.Response, error)

Execute executes the request

func (*DslApiService) PreviewExportTemplateToXFile

func (a *DslApiService) PreviewExportTemplateToXFile(ctx context.Context, templateId string) ApiPreviewExportTemplateToXFileRequest

PreviewExportTemplateToXFile Method for PreviewExportTemplateToXFile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param templateId
@return ApiPreviewExportTemplateToXFileRequest

func (*DslApiService) PreviewExportTemplateToXFileExecute

func (a *DslApiService) PreviewExportTemplateToXFileExecute(r ApiPreviewExportTemplateToXFileRequest) (*http.Response, error)

Execute executes the request

type DuplicateDeliveryPattern

type DuplicateDeliveryPattern struct {
	Title       *string `json:"title,omitempty"`
	Description *string `json:"description,omitempty"`
}

DuplicateDeliveryPattern struct for DuplicateDeliveryPattern

func NewDuplicateDeliveryPattern

func NewDuplicateDeliveryPattern() *DuplicateDeliveryPattern

NewDuplicateDeliveryPattern instantiates a new DuplicateDeliveryPattern object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDuplicateDeliveryPatternWithDefaults

func NewDuplicateDeliveryPatternWithDefaults() *DuplicateDeliveryPattern

NewDuplicateDeliveryPatternWithDefaults instantiates a new DuplicateDeliveryPattern object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DuplicateDeliveryPattern) GetDescription

func (o *DuplicateDeliveryPattern) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*DuplicateDeliveryPattern) GetDescriptionOk

func (o *DuplicateDeliveryPattern) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DuplicateDeliveryPattern) GetTitle

func (o *DuplicateDeliveryPattern) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*DuplicateDeliveryPattern) GetTitleOk

func (o *DuplicateDeliveryPattern) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DuplicateDeliveryPattern) HasDescription

func (o *DuplicateDeliveryPattern) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DuplicateDeliveryPattern) HasTitle

func (o *DuplicateDeliveryPattern) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (DuplicateDeliveryPattern) MarshalJSON

func (o DuplicateDeliveryPattern) MarshalJSON() ([]byte, error)

func (*DuplicateDeliveryPattern) SetDescription

func (o *DuplicateDeliveryPattern) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*DuplicateDeliveryPattern) SetTitle

func (o *DuplicateDeliveryPattern) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (DuplicateDeliveryPattern) ToMap

func (o DuplicateDeliveryPattern) ToMap() (map[string]interface{}, error)

type EnvironmentApiService

type EnvironmentApiService service

EnvironmentApiService EnvironmentApi service

func (*EnvironmentApiService) CreateEnvironment

CreateEnvironment Method for CreateEnvironment

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateEnvironmentRequest

func (*EnvironmentApiService) CreateEnvironmentExecute

Execute executes the request

@return EnvironmentView

func (*EnvironmentApiService) DeleteEnvironment

func (a *EnvironmentApiService) DeleteEnvironment(ctx context.Context, environmentId string) ApiDeleteEnvironmentRequest

DeleteEnvironment Method for DeleteEnvironment

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentId
@return ApiDeleteEnvironmentRequest

func (*EnvironmentApiService) DeleteEnvironmentExecute

func (a *EnvironmentApiService) DeleteEnvironmentExecute(r ApiDeleteEnvironmentRequest) (*http.Response, error)

Execute executes the request

func (*EnvironmentApiService) GetDeployableApplicationsForEnvironment

func (a *EnvironmentApiService) GetDeployableApplicationsForEnvironment(ctx context.Context, environmentId string) ApiGetDeployableApplicationsForEnvironmentRequest

GetDeployableApplicationsForEnvironment Method for GetDeployableApplicationsForEnvironment

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentId
@return ApiGetDeployableApplicationsForEnvironmentRequest

func (*EnvironmentApiService) GetDeployableApplicationsForEnvironmentExecute

func (a *EnvironmentApiService) GetDeployableApplicationsForEnvironmentExecute(r ApiGetDeployableApplicationsForEnvironmentRequest) ([]BaseApplicationView, *http.Response, error)

Execute executes the request

@return []BaseApplicationView

func (*EnvironmentApiService) GetEnvironment

func (a *EnvironmentApiService) GetEnvironment(ctx context.Context, environmentId string) ApiGetEnvironmentRequest

GetEnvironment Method for GetEnvironment

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentId
@return ApiGetEnvironmentRequest

func (*EnvironmentApiService) GetEnvironmentExecute

Execute executes the request

@return EnvironmentView

func (*EnvironmentApiService) GetReservationsForEnvironment

func (a *EnvironmentApiService) GetReservationsForEnvironment(ctx context.Context, environmentId string) ApiGetReservationsForEnvironmentRequest

GetReservationsForEnvironment Method for GetReservationsForEnvironment

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentId
@return ApiGetReservationsForEnvironmentRequest

func (*EnvironmentApiService) GetReservationsForEnvironmentExecute

Execute executes the request

@return []EnvironmentReservationView

func (*EnvironmentApiService) SearchEnvironments

SearchEnvironments Method for SearchEnvironments

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchEnvironmentsRequest

func (*EnvironmentApiService) SearchEnvironmentsExecute

Execute executes the request

@return []EnvironmentView

func (*EnvironmentApiService) UpdateEnvironment

func (a *EnvironmentApiService) UpdateEnvironment(ctx context.Context, environmentId string) ApiUpdateEnvironmentRequest

UpdateEnvironment Method for UpdateEnvironment

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentId
@return ApiUpdateEnvironmentRequest

func (*EnvironmentApiService) UpdateEnvironmentExecute

Execute executes the request

@return EnvironmentView

type EnvironmentFilters

type EnvironmentFilters struct {
	Title  *string  `json:"title,omitempty"`
	Stage  *string  `json:"stage,omitempty"`
	Labels []string `json:"labels,omitempty"`
}

EnvironmentFilters struct for EnvironmentFilters

func NewEnvironmentFilters

func NewEnvironmentFilters() *EnvironmentFilters

NewEnvironmentFilters instantiates a new EnvironmentFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentFiltersWithDefaults

func NewEnvironmentFiltersWithDefaults() *EnvironmentFilters

NewEnvironmentFiltersWithDefaults instantiates a new EnvironmentFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentFilters) GetLabels

func (o *EnvironmentFilters) GetLabels() []string

GetLabels returns the Labels field value if set, zero value otherwise.

func (*EnvironmentFilters) GetLabelsOk

func (o *EnvironmentFilters) GetLabelsOk() ([]string, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentFilters) GetStage

func (o *EnvironmentFilters) GetStage() string

GetStage returns the Stage field value if set, zero value otherwise.

func (*EnvironmentFilters) GetStageOk

func (o *EnvironmentFilters) GetStageOk() (*string, bool)

GetStageOk returns a tuple with the Stage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentFilters) GetTitle

func (o *EnvironmentFilters) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*EnvironmentFilters) GetTitleOk

func (o *EnvironmentFilters) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentFilters) HasLabels

func (o *EnvironmentFilters) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*EnvironmentFilters) HasStage

func (o *EnvironmentFilters) HasStage() bool

HasStage returns a boolean if a field has been set.

func (*EnvironmentFilters) HasTitle

func (o *EnvironmentFilters) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (EnvironmentFilters) MarshalJSON

func (o EnvironmentFilters) MarshalJSON() ([]byte, error)

func (*EnvironmentFilters) SetLabels

func (o *EnvironmentFilters) SetLabels(v []string)

SetLabels gets a reference to the given []string and assigns it to the Labels field.

func (*EnvironmentFilters) SetStage

func (o *EnvironmentFilters) SetStage(v string)

SetStage gets a reference to the given string and assigns it to the Stage field.

func (*EnvironmentFilters) SetTitle

func (o *EnvironmentFilters) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (EnvironmentFilters) ToMap

func (o EnvironmentFilters) ToMap() (map[string]interface{}, error)

type EnvironmentForm

type EnvironmentForm struct {
	Title       *string  `json:"title,omitempty"`
	Description *string  `json:"description,omitempty"`
	StageId     *string  `json:"stageId,omitempty"`
	LabelIds    []string `json:"labelIds,omitempty"`
}

EnvironmentForm struct for EnvironmentForm

func NewEnvironmentForm

func NewEnvironmentForm() *EnvironmentForm

NewEnvironmentForm instantiates a new EnvironmentForm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentFormWithDefaults

func NewEnvironmentFormWithDefaults() *EnvironmentForm

NewEnvironmentFormWithDefaults instantiates a new EnvironmentForm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentForm) GetDescription

func (o *EnvironmentForm) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*EnvironmentForm) GetDescriptionOk

func (o *EnvironmentForm) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentForm) GetLabelIds

func (o *EnvironmentForm) GetLabelIds() []string

GetLabelIds returns the LabelIds field value if set, zero value otherwise.

func (*EnvironmentForm) GetLabelIdsOk

func (o *EnvironmentForm) GetLabelIdsOk() ([]string, bool)

GetLabelIdsOk returns a tuple with the LabelIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentForm) GetStageId

func (o *EnvironmentForm) GetStageId() string

GetStageId returns the StageId field value if set, zero value otherwise.

func (*EnvironmentForm) GetStageIdOk

func (o *EnvironmentForm) GetStageIdOk() (*string, bool)

GetStageIdOk returns a tuple with the StageId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentForm) GetTitle

func (o *EnvironmentForm) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*EnvironmentForm) GetTitleOk

func (o *EnvironmentForm) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentForm) HasDescription

func (o *EnvironmentForm) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*EnvironmentForm) HasLabelIds

func (o *EnvironmentForm) HasLabelIds() bool

HasLabelIds returns a boolean if a field has been set.

func (*EnvironmentForm) HasStageId

func (o *EnvironmentForm) HasStageId() bool

HasStageId returns a boolean if a field has been set.

func (*EnvironmentForm) HasTitle

func (o *EnvironmentForm) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (EnvironmentForm) MarshalJSON

func (o EnvironmentForm) MarshalJSON() ([]byte, error)

func (*EnvironmentForm) SetDescription

func (o *EnvironmentForm) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*EnvironmentForm) SetLabelIds

func (o *EnvironmentForm) SetLabelIds(v []string)

SetLabelIds gets a reference to the given []string and assigns it to the LabelIds field.

func (*EnvironmentForm) SetStageId

func (o *EnvironmentForm) SetStageId(v string)

SetStageId gets a reference to the given string and assigns it to the StageId field.

func (*EnvironmentForm) SetTitle

func (o *EnvironmentForm) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (EnvironmentForm) ToMap

func (o EnvironmentForm) ToMap() (map[string]interface{}, error)

type EnvironmentLabelApiService

type EnvironmentLabelApiService service

EnvironmentLabelApiService EnvironmentLabelApi service

func (*EnvironmentLabelApiService) CreateLabel

CreateLabel Method for CreateLabel

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateLabelRequest

func (*EnvironmentLabelApiService) CreateLabelExecute

Execute executes the request

@return EnvironmentLabelView

func (*EnvironmentLabelApiService) DeleteEnvironmentLabel

func (a *EnvironmentLabelApiService) DeleteEnvironmentLabel(ctx context.Context, environmentLabelId string) ApiDeleteEnvironmentLabelRequest

DeleteEnvironmentLabel Method for DeleteEnvironmentLabel

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentLabelId
@return ApiDeleteEnvironmentLabelRequest

func (*EnvironmentLabelApiService) DeleteEnvironmentLabelExecute

func (a *EnvironmentLabelApiService) DeleteEnvironmentLabelExecute(r ApiDeleteEnvironmentLabelRequest) (*http.Response, error)

Execute executes the request

func (*EnvironmentLabelApiService) GetLabelById

func (a *EnvironmentLabelApiService) GetLabelById(ctx context.Context, environmentLabelId string) ApiGetLabelByIdRequest

GetLabelById Method for GetLabelById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentLabelId
@return ApiGetLabelByIdRequest

func (*EnvironmentLabelApiService) GetLabelByIdExecute

Execute executes the request

@return EnvironmentLabelView

func (*EnvironmentLabelApiService) SearchLabels

SearchLabels Method for SearchLabels

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchLabelsRequest

func (*EnvironmentLabelApiService) SearchLabelsExecute

Execute executes the request

@return []EnvironmentLabelView

func (*EnvironmentLabelApiService) UpdateLabel

func (a *EnvironmentLabelApiService) UpdateLabel(ctx context.Context, environmentLabelId string) ApiUpdateLabelRequest

UpdateLabel Method for UpdateLabel

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentLabelId
@return ApiUpdateLabelRequest

func (*EnvironmentLabelApiService) UpdateLabelExecute

Execute executes the request

@return EnvironmentLabelView

type EnvironmentLabelFilters

type EnvironmentLabelFilters struct {
	Title *string `json:"title,omitempty"`
}

EnvironmentLabelFilters struct for EnvironmentLabelFilters

func NewEnvironmentLabelFilters

func NewEnvironmentLabelFilters() *EnvironmentLabelFilters

NewEnvironmentLabelFilters instantiates a new EnvironmentLabelFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentLabelFiltersWithDefaults

func NewEnvironmentLabelFiltersWithDefaults() *EnvironmentLabelFilters

NewEnvironmentLabelFiltersWithDefaults instantiates a new EnvironmentLabelFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentLabelFilters) GetTitle

func (o *EnvironmentLabelFilters) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*EnvironmentLabelFilters) GetTitleOk

func (o *EnvironmentLabelFilters) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLabelFilters) HasTitle

func (o *EnvironmentLabelFilters) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (EnvironmentLabelFilters) MarshalJSON

func (o EnvironmentLabelFilters) MarshalJSON() ([]byte, error)

func (*EnvironmentLabelFilters) SetTitle

func (o *EnvironmentLabelFilters) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (EnvironmentLabelFilters) ToMap

func (o EnvironmentLabelFilters) ToMap() (map[string]interface{}, error)

type EnvironmentLabelForm

type EnvironmentLabelForm struct {
	Title *string `json:"title,omitempty"`
	Color *string `json:"color,omitempty"`
}

EnvironmentLabelForm struct for EnvironmentLabelForm

func NewEnvironmentLabelForm

func NewEnvironmentLabelForm() *EnvironmentLabelForm

NewEnvironmentLabelForm instantiates a new EnvironmentLabelForm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentLabelFormWithDefaults

func NewEnvironmentLabelFormWithDefaults() *EnvironmentLabelForm

NewEnvironmentLabelFormWithDefaults instantiates a new EnvironmentLabelForm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentLabelForm) GetColor

func (o *EnvironmentLabelForm) GetColor() string

GetColor returns the Color field value if set, zero value otherwise.

func (*EnvironmentLabelForm) GetColorOk

func (o *EnvironmentLabelForm) GetColorOk() (*string, bool)

GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLabelForm) GetTitle

func (o *EnvironmentLabelForm) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*EnvironmentLabelForm) GetTitleOk

func (o *EnvironmentLabelForm) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLabelForm) HasColor

func (o *EnvironmentLabelForm) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*EnvironmentLabelForm) HasTitle

func (o *EnvironmentLabelForm) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (EnvironmentLabelForm) MarshalJSON

func (o EnvironmentLabelForm) MarshalJSON() ([]byte, error)

func (*EnvironmentLabelForm) SetColor

func (o *EnvironmentLabelForm) SetColor(v string)

SetColor gets a reference to the given string and assigns it to the Color field.

func (*EnvironmentLabelForm) SetTitle

func (o *EnvironmentLabelForm) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (EnvironmentLabelForm) ToMap

func (o EnvironmentLabelForm) ToMap() (map[string]interface{}, error)

type EnvironmentLabelView

type EnvironmentLabelView struct {
	Id    *string `json:"id,omitempty"`
	Title *string `json:"title,omitempty"`
	Color *string `json:"color,omitempty"`
}

EnvironmentLabelView struct for EnvironmentLabelView

func NewEnvironmentLabelView

func NewEnvironmentLabelView() *EnvironmentLabelView

NewEnvironmentLabelView instantiates a new EnvironmentLabelView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentLabelViewWithDefaults

func NewEnvironmentLabelViewWithDefaults() *EnvironmentLabelView

NewEnvironmentLabelViewWithDefaults instantiates a new EnvironmentLabelView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentLabelView) GetColor

func (o *EnvironmentLabelView) GetColor() string

GetColor returns the Color field value if set, zero value otherwise.

func (*EnvironmentLabelView) GetColorOk

func (o *EnvironmentLabelView) GetColorOk() (*string, bool)

GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLabelView) GetId

func (o *EnvironmentLabelView) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*EnvironmentLabelView) GetIdOk

func (o *EnvironmentLabelView) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLabelView) GetTitle

func (o *EnvironmentLabelView) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*EnvironmentLabelView) GetTitleOk

func (o *EnvironmentLabelView) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLabelView) HasColor

func (o *EnvironmentLabelView) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*EnvironmentLabelView) HasId

func (o *EnvironmentLabelView) HasId() bool

HasId returns a boolean if a field has been set.

func (*EnvironmentLabelView) HasTitle

func (o *EnvironmentLabelView) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (EnvironmentLabelView) MarshalJSON

func (o EnvironmentLabelView) MarshalJSON() ([]byte, error)

func (*EnvironmentLabelView) SetColor

func (o *EnvironmentLabelView) SetColor(v string)

SetColor gets a reference to the given string and assigns it to the Color field.

func (*EnvironmentLabelView) SetId

func (o *EnvironmentLabelView) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*EnvironmentLabelView) SetTitle

func (o *EnvironmentLabelView) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (EnvironmentLabelView) ToMap

func (o EnvironmentLabelView) ToMap() (map[string]interface{}, error)

type EnvironmentReservationApiService

type EnvironmentReservationApiService service

EnvironmentReservationApiService EnvironmentReservationApi service

func (*EnvironmentReservationApiService) AddApplication

func (a *EnvironmentReservationApiService) AddApplication(ctx context.Context, environmentReservationId string) ApiAddApplicationRequest

AddApplication Method for AddApplication

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentReservationId
@return ApiAddApplicationRequest

func (*EnvironmentReservationApiService) AddApplicationExecute

Execute executes the request

func (*EnvironmentReservationApiService) CreateReservation

CreateReservation Method for CreateReservation

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateReservationRequest

func (*EnvironmentReservationApiService) CreateReservationExecute

Execute executes the request

@return EnvironmentReservationView

func (*EnvironmentReservationApiService) DeleteEnvironmentReservation

func (a *EnvironmentReservationApiService) DeleteEnvironmentReservation(ctx context.Context, environmentReservationId string) ApiDeleteEnvironmentReservationRequest

DeleteEnvironmentReservation Method for DeleteEnvironmentReservation

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentReservationId
@return ApiDeleteEnvironmentReservationRequest

func (*EnvironmentReservationApiService) DeleteEnvironmentReservationExecute

func (a *EnvironmentReservationApiService) DeleteEnvironmentReservationExecute(r ApiDeleteEnvironmentReservationRequest) (*http.Response, error)

Execute executes the request

func (*EnvironmentReservationApiService) GetReservation

func (a *EnvironmentReservationApiService) GetReservation(ctx context.Context, environmentReservationId string) ApiGetReservationRequest

GetReservation Method for GetReservation

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentReservationId
@return ApiGetReservationRequest

func (*EnvironmentReservationApiService) GetReservationExecute

Execute executes the request

@return EnvironmentReservationView

func (*EnvironmentReservationApiService) SearchReservations

SearchReservations Method for SearchReservations

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchReservationsRequest

func (*EnvironmentReservationApiService) SearchReservationsExecute

Execute executes the request

@return []EnvironmentReservationSearchView

func (*EnvironmentReservationApiService) UpdateReservation

func (a *EnvironmentReservationApiService) UpdateReservation(ctx context.Context, environmentReservationId string) ApiUpdateReservationRequest

UpdateReservation Method for UpdateReservation

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentReservationId
@return ApiUpdateReservationRequest

func (*EnvironmentReservationApiService) UpdateReservationExecute

Execute executes the request

@return EnvironmentReservationView

type EnvironmentReservationForm

type EnvironmentReservationForm struct {
	StartDate      *time.Time `json:"startDate,omitempty"`
	EndDate        *time.Time `json:"endDate,omitempty"`
	Note           *string    `json:"note,omitempty"`
	EnvironmentId  *string    `json:"environmentId,omitempty"`
	ApplicationIds []string   `json:"applicationIds,omitempty"`
}

EnvironmentReservationForm struct for EnvironmentReservationForm

func NewEnvironmentReservationForm

func NewEnvironmentReservationForm() *EnvironmentReservationForm

NewEnvironmentReservationForm instantiates a new EnvironmentReservationForm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentReservationFormWithDefaults

func NewEnvironmentReservationFormWithDefaults() *EnvironmentReservationForm

NewEnvironmentReservationFormWithDefaults instantiates a new EnvironmentReservationForm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentReservationForm) GetApplicationIds

func (o *EnvironmentReservationForm) GetApplicationIds() []string

GetApplicationIds returns the ApplicationIds field value if set, zero value otherwise.

func (*EnvironmentReservationForm) GetApplicationIdsOk

func (o *EnvironmentReservationForm) GetApplicationIdsOk() ([]string, bool)

GetApplicationIdsOk returns a tuple with the ApplicationIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationForm) GetEndDate

func (o *EnvironmentReservationForm) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*EnvironmentReservationForm) GetEndDateOk

func (o *EnvironmentReservationForm) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationForm) GetEnvironmentId

func (o *EnvironmentReservationForm) GetEnvironmentId() string

GetEnvironmentId returns the EnvironmentId field value if set, zero value otherwise.

func (*EnvironmentReservationForm) GetEnvironmentIdOk

func (o *EnvironmentReservationForm) GetEnvironmentIdOk() (*string, bool)

GetEnvironmentIdOk returns a tuple with the EnvironmentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationForm) GetNote

func (o *EnvironmentReservationForm) GetNote() string

GetNote returns the Note field value if set, zero value otherwise.

func (*EnvironmentReservationForm) GetNoteOk

func (o *EnvironmentReservationForm) GetNoteOk() (*string, bool)

GetNoteOk returns a tuple with the Note field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationForm) GetStartDate

func (o *EnvironmentReservationForm) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*EnvironmentReservationForm) GetStartDateOk

func (o *EnvironmentReservationForm) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationForm) HasApplicationIds

func (o *EnvironmentReservationForm) HasApplicationIds() bool

HasApplicationIds returns a boolean if a field has been set.

func (*EnvironmentReservationForm) HasEndDate

func (o *EnvironmentReservationForm) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*EnvironmentReservationForm) HasEnvironmentId

func (o *EnvironmentReservationForm) HasEnvironmentId() bool

HasEnvironmentId returns a boolean if a field has been set.

func (*EnvironmentReservationForm) HasNote

func (o *EnvironmentReservationForm) HasNote() bool

HasNote returns a boolean if a field has been set.

func (*EnvironmentReservationForm) HasStartDate

func (o *EnvironmentReservationForm) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (EnvironmentReservationForm) MarshalJSON

func (o EnvironmentReservationForm) MarshalJSON() ([]byte, error)

func (*EnvironmentReservationForm) SetApplicationIds

func (o *EnvironmentReservationForm) SetApplicationIds(v []string)

SetApplicationIds gets a reference to the given []string and assigns it to the ApplicationIds field.

func (*EnvironmentReservationForm) SetEndDate

func (o *EnvironmentReservationForm) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*EnvironmentReservationForm) SetEnvironmentId

func (o *EnvironmentReservationForm) SetEnvironmentId(v string)

SetEnvironmentId gets a reference to the given string and assigns it to the EnvironmentId field.

func (*EnvironmentReservationForm) SetNote

func (o *EnvironmentReservationForm) SetNote(v string)

SetNote gets a reference to the given string and assigns it to the Note field.

func (*EnvironmentReservationForm) SetStartDate

func (o *EnvironmentReservationForm) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (EnvironmentReservationForm) ToMap

func (o EnvironmentReservationForm) ToMap() (map[string]interface{}, error)

type EnvironmentReservationSearchView

type EnvironmentReservationSearchView struct {
	Id           *string                 `json:"id,omitempty"`
	Title        *string                 `json:"title,omitempty"`
	Description  *string                 `json:"description,omitempty"`
	Stage        *EnvironmentStageView   `json:"stage,omitempty"`
	Labels       []EnvironmentLabelView  `json:"labels,omitempty"`
	Reservations []ReservationSearchView `json:"reservations,omitempty"`
}

EnvironmentReservationSearchView struct for EnvironmentReservationSearchView

func NewEnvironmentReservationSearchView

func NewEnvironmentReservationSearchView() *EnvironmentReservationSearchView

NewEnvironmentReservationSearchView instantiates a new EnvironmentReservationSearchView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentReservationSearchViewWithDefaults

func NewEnvironmentReservationSearchViewWithDefaults() *EnvironmentReservationSearchView

NewEnvironmentReservationSearchViewWithDefaults instantiates a new EnvironmentReservationSearchView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentReservationSearchView) GetDescription

func (o *EnvironmentReservationSearchView) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*EnvironmentReservationSearchView) GetDescriptionOk

func (o *EnvironmentReservationSearchView) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationSearchView) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*EnvironmentReservationSearchView) GetIdOk

func (o *EnvironmentReservationSearchView) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationSearchView) GetLabels

GetLabels returns the Labels field value if set, zero value otherwise.

func (*EnvironmentReservationSearchView) GetLabelsOk

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationSearchView) GetReservations

GetReservations returns the Reservations field value if set, zero value otherwise.

func (*EnvironmentReservationSearchView) GetReservationsOk

func (o *EnvironmentReservationSearchView) GetReservationsOk() ([]ReservationSearchView, bool)

GetReservationsOk returns a tuple with the Reservations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationSearchView) GetStage

GetStage returns the Stage field value if set, zero value otherwise.

func (*EnvironmentReservationSearchView) GetStageOk

GetStageOk returns a tuple with the Stage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationSearchView) GetTitle

GetTitle returns the Title field value if set, zero value otherwise.

func (*EnvironmentReservationSearchView) GetTitleOk

func (o *EnvironmentReservationSearchView) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationSearchView) HasDescription

func (o *EnvironmentReservationSearchView) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*EnvironmentReservationSearchView) HasId

HasId returns a boolean if a field has been set.

func (*EnvironmentReservationSearchView) HasLabels

func (o *EnvironmentReservationSearchView) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*EnvironmentReservationSearchView) HasReservations

func (o *EnvironmentReservationSearchView) HasReservations() bool

HasReservations returns a boolean if a field has been set.

func (*EnvironmentReservationSearchView) HasStage

func (o *EnvironmentReservationSearchView) HasStage() bool

HasStage returns a boolean if a field has been set.

func (*EnvironmentReservationSearchView) HasTitle

func (o *EnvironmentReservationSearchView) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (EnvironmentReservationSearchView) MarshalJSON

func (o EnvironmentReservationSearchView) MarshalJSON() ([]byte, error)

func (*EnvironmentReservationSearchView) SetDescription

func (o *EnvironmentReservationSearchView) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*EnvironmentReservationSearchView) SetId

SetId gets a reference to the given string and assigns it to the Id field.

func (*EnvironmentReservationSearchView) SetLabels

SetLabels gets a reference to the given []EnvironmentLabelView and assigns it to the Labels field.

func (*EnvironmentReservationSearchView) SetReservations

SetReservations gets a reference to the given []ReservationSearchView and assigns it to the Reservations field.

func (*EnvironmentReservationSearchView) SetStage

SetStage gets a reference to the given EnvironmentStageView and assigns it to the Stage field.

func (*EnvironmentReservationSearchView) SetTitle

SetTitle gets a reference to the given string and assigns it to the Title field.

func (EnvironmentReservationSearchView) ToMap

func (o EnvironmentReservationSearchView) ToMap() (map[string]interface{}, error)

type EnvironmentReservationView

type EnvironmentReservationView struct {
	Id           *string               `json:"id,omitempty"`
	StartDate    *time.Time            `json:"startDate,omitempty"`
	EndDate      *time.Time            `json:"endDate,omitempty"`
	Note         *string               `json:"note,omitempty"`
	Environment  *EnvironmentView      `json:"environment,omitempty"`
	Applications []BaseApplicationView `json:"applications,omitempty"`
}

EnvironmentReservationView struct for EnvironmentReservationView

func NewEnvironmentReservationView

func NewEnvironmentReservationView() *EnvironmentReservationView

NewEnvironmentReservationView instantiates a new EnvironmentReservationView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentReservationViewWithDefaults

func NewEnvironmentReservationViewWithDefaults() *EnvironmentReservationView

NewEnvironmentReservationViewWithDefaults instantiates a new EnvironmentReservationView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentReservationView) GetApplications

func (o *EnvironmentReservationView) GetApplications() []BaseApplicationView

GetApplications returns the Applications field value if set, zero value otherwise.

func (*EnvironmentReservationView) GetApplicationsOk

func (o *EnvironmentReservationView) GetApplicationsOk() ([]BaseApplicationView, bool)

GetApplicationsOk returns a tuple with the Applications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationView) GetEndDate

func (o *EnvironmentReservationView) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*EnvironmentReservationView) GetEndDateOk

func (o *EnvironmentReservationView) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationView) GetEnvironment

func (o *EnvironmentReservationView) GetEnvironment() EnvironmentView

GetEnvironment returns the Environment field value if set, zero value otherwise.

func (*EnvironmentReservationView) GetEnvironmentOk

func (o *EnvironmentReservationView) GetEnvironmentOk() (*EnvironmentView, bool)

GetEnvironmentOk returns a tuple with the Environment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationView) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*EnvironmentReservationView) GetIdOk

func (o *EnvironmentReservationView) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationView) GetNote

func (o *EnvironmentReservationView) GetNote() string

GetNote returns the Note field value if set, zero value otherwise.

func (*EnvironmentReservationView) GetNoteOk

func (o *EnvironmentReservationView) GetNoteOk() (*string, bool)

GetNoteOk returns a tuple with the Note field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationView) GetStartDate

func (o *EnvironmentReservationView) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*EnvironmentReservationView) GetStartDateOk

func (o *EnvironmentReservationView) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReservationView) HasApplications

func (o *EnvironmentReservationView) HasApplications() bool

HasApplications returns a boolean if a field has been set.

func (*EnvironmentReservationView) HasEndDate

func (o *EnvironmentReservationView) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*EnvironmentReservationView) HasEnvironment

func (o *EnvironmentReservationView) HasEnvironment() bool

HasEnvironment returns a boolean if a field has been set.

func (*EnvironmentReservationView) HasId

func (o *EnvironmentReservationView) HasId() bool

HasId returns a boolean if a field has been set.

func (*EnvironmentReservationView) HasNote

func (o *EnvironmentReservationView) HasNote() bool

HasNote returns a boolean if a field has been set.

func (*EnvironmentReservationView) HasStartDate

func (o *EnvironmentReservationView) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (EnvironmentReservationView) MarshalJSON

func (o EnvironmentReservationView) MarshalJSON() ([]byte, error)

func (*EnvironmentReservationView) SetApplications

func (o *EnvironmentReservationView) SetApplications(v []BaseApplicationView)

SetApplications gets a reference to the given []BaseApplicationView and assigns it to the Applications field.

func (*EnvironmentReservationView) SetEndDate

func (o *EnvironmentReservationView) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*EnvironmentReservationView) SetEnvironment

func (o *EnvironmentReservationView) SetEnvironment(v EnvironmentView)

SetEnvironment gets a reference to the given EnvironmentView and assigns it to the Environment field.

func (*EnvironmentReservationView) SetId

func (o *EnvironmentReservationView) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*EnvironmentReservationView) SetNote

func (o *EnvironmentReservationView) SetNote(v string)

SetNote gets a reference to the given string and assigns it to the Note field.

func (*EnvironmentReservationView) SetStartDate

func (o *EnvironmentReservationView) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (EnvironmentReservationView) ToMap

func (o EnvironmentReservationView) ToMap() (map[string]interface{}, error)

type EnvironmentStageApiService

type EnvironmentStageApiService service

EnvironmentStageApiService EnvironmentStageApi service

func (*EnvironmentStageApiService) CreateStage3

CreateStage3 Method for CreateStage3

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateStage3Request

func (*EnvironmentStageApiService) CreateStage3Execute

Execute executes the request

@return EnvironmentStageView

func (*EnvironmentStageApiService) DeleteEnvironmentStage

func (a *EnvironmentStageApiService) DeleteEnvironmentStage(ctx context.Context, environmentStageId string) ApiDeleteEnvironmentStageRequest

DeleteEnvironmentStage Method for DeleteEnvironmentStage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentStageId
@return ApiDeleteEnvironmentStageRequest

func (*EnvironmentStageApiService) DeleteEnvironmentStageExecute

func (a *EnvironmentStageApiService) DeleteEnvironmentStageExecute(r ApiDeleteEnvironmentStageRequest) (*http.Response, error)

Execute executes the request

func (*EnvironmentStageApiService) GetStageById

func (a *EnvironmentStageApiService) GetStageById(ctx context.Context, environmentStageId string) ApiGetStageByIdRequest

GetStageById Method for GetStageById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentStageId
@return ApiGetStageByIdRequest

func (*EnvironmentStageApiService) GetStageByIdExecute

Execute executes the request

@return EnvironmentStageView

func (*EnvironmentStageApiService) SearchStages

SearchStages Method for SearchStages

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchStagesRequest

func (*EnvironmentStageApiService) SearchStagesExecute

Execute executes the request

@return []EnvironmentStageView

func (*EnvironmentStageApiService) UpdateStageInEnvironment

func (a *EnvironmentStageApiService) UpdateStageInEnvironment(ctx context.Context, environmentStageId string) ApiUpdateStageInEnvironmentRequest

UpdateStageInEnvironment Method for UpdateStageInEnvironment

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentStageId
@return ApiUpdateStageInEnvironmentRequest

func (*EnvironmentStageApiService) UpdateStageInEnvironmentExecute

Execute executes the request

@return EnvironmentStageView

type EnvironmentStageFilters

type EnvironmentStageFilters struct {
	Title *string `json:"title,omitempty"`
}

EnvironmentStageFilters struct for EnvironmentStageFilters

func NewEnvironmentStageFilters

func NewEnvironmentStageFilters() *EnvironmentStageFilters

NewEnvironmentStageFilters instantiates a new EnvironmentStageFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentStageFiltersWithDefaults

func NewEnvironmentStageFiltersWithDefaults() *EnvironmentStageFilters

NewEnvironmentStageFiltersWithDefaults instantiates a new EnvironmentStageFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentStageFilters) GetTitle

func (o *EnvironmentStageFilters) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*EnvironmentStageFilters) GetTitleOk

func (o *EnvironmentStageFilters) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentStageFilters) HasTitle

func (o *EnvironmentStageFilters) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (EnvironmentStageFilters) MarshalJSON

func (o EnvironmentStageFilters) MarshalJSON() ([]byte, error)

func (*EnvironmentStageFilters) SetTitle

func (o *EnvironmentStageFilters) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (EnvironmentStageFilters) ToMap

func (o EnvironmentStageFilters) ToMap() (map[string]interface{}, error)

type EnvironmentStageForm

type EnvironmentStageForm struct {
	Title *string `json:"title,omitempty"`
}

EnvironmentStageForm struct for EnvironmentStageForm

func NewEnvironmentStageForm

func NewEnvironmentStageForm() *EnvironmentStageForm

NewEnvironmentStageForm instantiates a new EnvironmentStageForm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentStageFormWithDefaults

func NewEnvironmentStageFormWithDefaults() *EnvironmentStageForm

NewEnvironmentStageFormWithDefaults instantiates a new EnvironmentStageForm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentStageForm) GetTitle

func (o *EnvironmentStageForm) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*EnvironmentStageForm) GetTitleOk

func (o *EnvironmentStageForm) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentStageForm) HasTitle

func (o *EnvironmentStageForm) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (EnvironmentStageForm) MarshalJSON

func (o EnvironmentStageForm) MarshalJSON() ([]byte, error)

func (*EnvironmentStageForm) SetTitle

func (o *EnvironmentStageForm) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (EnvironmentStageForm) ToMap

func (o EnvironmentStageForm) ToMap() (map[string]interface{}, error)

type EnvironmentStageView

type EnvironmentStageView struct {
	Id    *string `json:"id,omitempty"`
	Title *string `json:"title,omitempty"`
}

EnvironmentStageView struct for EnvironmentStageView

func NewEnvironmentStageView

func NewEnvironmentStageView() *EnvironmentStageView

NewEnvironmentStageView instantiates a new EnvironmentStageView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentStageViewWithDefaults

func NewEnvironmentStageViewWithDefaults() *EnvironmentStageView

NewEnvironmentStageViewWithDefaults instantiates a new EnvironmentStageView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentStageView) GetId

func (o *EnvironmentStageView) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*EnvironmentStageView) GetIdOk

func (o *EnvironmentStageView) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentStageView) GetTitle

func (o *EnvironmentStageView) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*EnvironmentStageView) GetTitleOk

func (o *EnvironmentStageView) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentStageView) HasId

func (o *EnvironmentStageView) HasId() bool

HasId returns a boolean if a field has been set.

func (*EnvironmentStageView) HasTitle

func (o *EnvironmentStageView) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (EnvironmentStageView) MarshalJSON

func (o EnvironmentStageView) MarshalJSON() ([]byte, error)

func (*EnvironmentStageView) SetId

func (o *EnvironmentStageView) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*EnvironmentStageView) SetTitle

func (o *EnvironmentStageView) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (EnvironmentStageView) ToMap

func (o EnvironmentStageView) ToMap() (map[string]interface{}, error)

type EnvironmentView

type EnvironmentView struct {
	Id          *string                `json:"id,omitempty"`
	Title       *string                `json:"title,omitempty"`
	Description *string                `json:"description,omitempty"`
	Stage       *EnvironmentStageView  `json:"stage,omitempty"`
	Labels      []EnvironmentLabelView `json:"labels,omitempty"`
}

EnvironmentView struct for EnvironmentView

func NewEnvironmentView

func NewEnvironmentView() *EnvironmentView

NewEnvironmentView instantiates a new EnvironmentView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentViewWithDefaults

func NewEnvironmentViewWithDefaults() *EnvironmentView

NewEnvironmentViewWithDefaults instantiates a new EnvironmentView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentView) GetDescription

func (o *EnvironmentView) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*EnvironmentView) GetDescriptionOk

func (o *EnvironmentView) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentView) GetId

func (o *EnvironmentView) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*EnvironmentView) GetIdOk

func (o *EnvironmentView) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentView) GetLabels

func (o *EnvironmentView) GetLabels() []EnvironmentLabelView

GetLabels returns the Labels field value if set, zero value otherwise.

func (*EnvironmentView) GetLabelsOk

func (o *EnvironmentView) GetLabelsOk() ([]EnvironmentLabelView, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentView) GetStage

func (o *EnvironmentView) GetStage() EnvironmentStageView

GetStage returns the Stage field value if set, zero value otherwise.

func (*EnvironmentView) GetStageOk

func (o *EnvironmentView) GetStageOk() (*EnvironmentStageView, bool)

GetStageOk returns a tuple with the Stage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentView) GetTitle

func (o *EnvironmentView) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*EnvironmentView) GetTitleOk

func (o *EnvironmentView) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentView) HasDescription

func (o *EnvironmentView) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*EnvironmentView) HasId

func (o *EnvironmentView) HasId() bool

HasId returns a boolean if a field has been set.

func (*EnvironmentView) HasLabels

func (o *EnvironmentView) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*EnvironmentView) HasStage

func (o *EnvironmentView) HasStage() bool

HasStage returns a boolean if a field has been set.

func (*EnvironmentView) HasTitle

func (o *EnvironmentView) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (EnvironmentView) MarshalJSON

func (o EnvironmentView) MarshalJSON() ([]byte, error)

func (*EnvironmentView) SetDescription

func (o *EnvironmentView) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*EnvironmentView) SetId

func (o *EnvironmentView) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*EnvironmentView) SetLabels

func (o *EnvironmentView) SetLabels(v []EnvironmentLabelView)

SetLabels gets a reference to the given []EnvironmentLabelView and assigns it to the Labels field.

func (*EnvironmentView) SetStage

func (o *EnvironmentView) SetStage(v EnvironmentStageView)

SetStage gets a reference to the given EnvironmentStageView and assigns it to the Stage field.

func (*EnvironmentView) SetTitle

func (o *EnvironmentView) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (EnvironmentView) ToMap

func (o EnvironmentView) ToMap() (map[string]interface{}, error)

type ExternalVariableValue

type ExternalVariableValue struct {
	Server      *string `json:"server,omitempty"`
	ServerType  *string `json:"serverType,omitempty"`
	Path        *string `json:"path,omitempty"`
	ExternalKey *string `json:"externalKey,omitempty"`
}

ExternalVariableValue struct for ExternalVariableValue

func NewExternalVariableValue

func NewExternalVariableValue() *ExternalVariableValue

NewExternalVariableValue instantiates a new ExternalVariableValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalVariableValueWithDefaults

func NewExternalVariableValueWithDefaults() *ExternalVariableValue

NewExternalVariableValueWithDefaults instantiates a new ExternalVariableValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalVariableValue) GetExternalKey

func (o *ExternalVariableValue) GetExternalKey() string

GetExternalKey returns the ExternalKey field value if set, zero value otherwise.

func (*ExternalVariableValue) GetExternalKeyOk

func (o *ExternalVariableValue) GetExternalKeyOk() (*string, bool)

GetExternalKeyOk returns a tuple with the ExternalKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalVariableValue) GetPath

func (o *ExternalVariableValue) GetPath() string

GetPath returns the Path field value if set, zero value otherwise.

func (*ExternalVariableValue) GetPathOk

func (o *ExternalVariableValue) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalVariableValue) GetServer

func (o *ExternalVariableValue) GetServer() string

GetServer returns the Server field value if set, zero value otherwise.

func (*ExternalVariableValue) GetServerOk

func (o *ExternalVariableValue) GetServerOk() (*string, bool)

GetServerOk returns a tuple with the Server field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalVariableValue) GetServerType

func (o *ExternalVariableValue) GetServerType() string

GetServerType returns the ServerType field value if set, zero value otherwise.

func (*ExternalVariableValue) GetServerTypeOk

func (o *ExternalVariableValue) GetServerTypeOk() (*string, bool)

GetServerTypeOk returns a tuple with the ServerType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalVariableValue) HasExternalKey

func (o *ExternalVariableValue) HasExternalKey() bool

HasExternalKey returns a boolean if a field has been set.

func (*ExternalVariableValue) HasPath

func (o *ExternalVariableValue) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*ExternalVariableValue) HasServer

func (o *ExternalVariableValue) HasServer() bool

HasServer returns a boolean if a field has been set.

func (*ExternalVariableValue) HasServerType

func (o *ExternalVariableValue) HasServerType() bool

HasServerType returns a boolean if a field has been set.

func (ExternalVariableValue) MarshalJSON

func (o ExternalVariableValue) MarshalJSON() ([]byte, error)

func (*ExternalVariableValue) SetExternalKey

func (o *ExternalVariableValue) SetExternalKey(v string)

SetExternalKey gets a reference to the given string and assigns it to the ExternalKey field.

func (*ExternalVariableValue) SetPath

func (o *ExternalVariableValue) SetPath(v string)

SetPath gets a reference to the given string and assigns it to the Path field.

func (*ExternalVariableValue) SetServer

func (o *ExternalVariableValue) SetServer(v string)

SetServer gets a reference to the given string and assigns it to the Server field.

func (*ExternalVariableValue) SetServerType

func (o *ExternalVariableValue) SetServerType(v string)

SetServerType gets a reference to the given string and assigns it to the ServerType field.

func (ExternalVariableValue) ToMap

func (o ExternalVariableValue) ToMap() (map[string]interface{}, error)

type Facet

type Facet struct {
	Id                      *string            `json:"id,omitempty"`
	Type                    *string            `json:"type,omitempty"`
	Scope                   *FacetScope        `json:"scope,omitempty"`
	TargetId                *string            `json:"targetId,omitempty"`
	ConfigurationUri        *string            `json:"configurationUri,omitempty"`
	VariableMapping         *map[string]string `json:"variableMapping,omitempty"`
	VariableUsages          []UsagePoint       `json:"variableUsages,omitempty"`
	PropertiesWithVariables []interface{}      `json:"propertiesWithVariables,omitempty"`
}

Facet struct for Facet

func NewFacet

func NewFacet() *Facet

NewFacet instantiates a new Facet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFacetWithDefaults

func NewFacetWithDefaults() *Facet

NewFacetWithDefaults instantiates a new Facet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Facet) GetConfigurationUri

func (o *Facet) GetConfigurationUri() string

GetConfigurationUri returns the ConfigurationUri field value if set, zero value otherwise.

func (*Facet) GetConfigurationUriOk

func (o *Facet) GetConfigurationUriOk() (*string, bool)

GetConfigurationUriOk returns a tuple with the ConfigurationUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Facet) GetId

func (o *Facet) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Facet) GetIdOk

func (o *Facet) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Facet) GetPropertiesWithVariables

func (o *Facet) GetPropertiesWithVariables() []interface{}

GetPropertiesWithVariables returns the PropertiesWithVariables field value if set, zero value otherwise.

func (*Facet) GetPropertiesWithVariablesOk

func (o *Facet) GetPropertiesWithVariablesOk() ([]interface{}, bool)

GetPropertiesWithVariablesOk returns a tuple with the PropertiesWithVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Facet) GetScope

func (o *Facet) GetScope() FacetScope

GetScope returns the Scope field value if set, zero value otherwise.

func (*Facet) GetScopeOk

func (o *Facet) GetScopeOk() (*FacetScope, bool)

GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Facet) GetTargetId

func (o *Facet) GetTargetId() string

GetTargetId returns the TargetId field value if set, zero value otherwise.

func (*Facet) GetTargetIdOk

func (o *Facet) GetTargetIdOk() (*string, bool)

GetTargetIdOk returns a tuple with the TargetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Facet) GetType

func (o *Facet) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Facet) GetTypeOk

func (o *Facet) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Facet) GetVariableMapping

func (o *Facet) GetVariableMapping() map[string]string

GetVariableMapping returns the VariableMapping field value if set, zero value otherwise.

func (*Facet) GetVariableMappingOk

func (o *Facet) GetVariableMappingOk() (*map[string]string, bool)

GetVariableMappingOk returns a tuple with the VariableMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Facet) GetVariableUsages

func (o *Facet) GetVariableUsages() []UsagePoint

GetVariableUsages returns the VariableUsages field value if set, zero value otherwise.

func (*Facet) GetVariableUsagesOk

func (o *Facet) GetVariableUsagesOk() ([]UsagePoint, bool)

GetVariableUsagesOk returns a tuple with the VariableUsages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Facet) HasConfigurationUri

func (o *Facet) HasConfigurationUri() bool

HasConfigurationUri returns a boolean if a field has been set.

func (*Facet) HasId

func (o *Facet) HasId() bool

HasId returns a boolean if a field has been set.

func (*Facet) HasPropertiesWithVariables

func (o *Facet) HasPropertiesWithVariables() bool

HasPropertiesWithVariables returns a boolean if a field has been set.

func (*Facet) HasScope

func (o *Facet) HasScope() bool

HasScope returns a boolean if a field has been set.

func (*Facet) HasTargetId

func (o *Facet) HasTargetId() bool

HasTargetId returns a boolean if a field has been set.

func (*Facet) HasType

func (o *Facet) HasType() bool

HasType returns a boolean if a field has been set.

func (*Facet) HasVariableMapping

func (o *Facet) HasVariableMapping() bool

HasVariableMapping returns a boolean if a field has been set.

func (*Facet) HasVariableUsages

func (o *Facet) HasVariableUsages() bool

HasVariableUsages returns a boolean if a field has been set.

func (Facet) MarshalJSON

func (o Facet) MarshalJSON() ([]byte, error)

func (*Facet) SetConfigurationUri

func (o *Facet) SetConfigurationUri(v string)

SetConfigurationUri gets a reference to the given string and assigns it to the ConfigurationUri field.

func (*Facet) SetId

func (o *Facet) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Facet) SetPropertiesWithVariables

func (o *Facet) SetPropertiesWithVariables(v []interface{})

SetPropertiesWithVariables gets a reference to the given []interface{} and assigns it to the PropertiesWithVariables field.

func (*Facet) SetScope

func (o *Facet) SetScope(v FacetScope)

SetScope gets a reference to the given FacetScope and assigns it to the Scope field.

func (*Facet) SetTargetId

func (o *Facet) SetTargetId(v string)

SetTargetId gets a reference to the given string and assigns it to the TargetId field.

func (*Facet) SetType

func (o *Facet) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Facet) SetVariableMapping

func (o *Facet) SetVariableMapping(v map[string]string)

SetVariableMapping gets a reference to the given map[string]string and assigns it to the VariableMapping field.

func (*Facet) SetVariableUsages

func (o *Facet) SetVariableUsages(v []UsagePoint)

SetVariableUsages gets a reference to the given []UsagePoint and assigns it to the VariableUsages field.

func (Facet) ToMap

func (o Facet) ToMap() (map[string]interface{}, error)

type FacetApiService

type FacetApiService service

FacetApiService FacetApi service

func (*FacetApiService) CreateFacet

CreateFacet Method for CreateFacet

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateFacetRequest

func (*FacetApiService) CreateFacetExecute

func (a *FacetApiService) CreateFacetExecute(r ApiCreateFacetRequest) (*Facet, *http.Response, error)

Execute executes the request

@return Facet

func (*FacetApiService) DeleteFacet

func (a *FacetApiService) DeleteFacet(ctx context.Context, facetId string) ApiDeleteFacetRequest

DeleteFacet Method for DeleteFacet

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param facetId
@return ApiDeleteFacetRequest

func (*FacetApiService) DeleteFacetExecute

func (a *FacetApiService) DeleteFacetExecute(r ApiDeleteFacetRequest) (*http.Response, error)

Execute executes the request

func (*FacetApiService) GetFacet

func (a *FacetApiService) GetFacet(ctx context.Context, facetId string) ApiGetFacetRequest

GetFacet Method for GetFacet

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param facetId
@return ApiGetFacetRequest

func (*FacetApiService) GetFacetExecute

func (a *FacetApiService) GetFacetExecute(r ApiGetFacetRequest) (*Facet, *http.Response, error)

Execute executes the request

@return Facet

func (*FacetApiService) GetFacetTypes

GetFacetTypes Method for GetFacetTypes

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetFacetTypesRequest

func (*FacetApiService) GetFacetTypesExecute

func (a *FacetApiService) GetFacetTypesExecute(r ApiGetFacetTypesRequest) ([]interface{}, *http.Response, error)

Execute executes the request

@return []interface{}

func (*FacetApiService) SearchFacets

SearchFacets Method for SearchFacets

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchFacetsRequest

func (*FacetApiService) SearchFacetsExecute

func (a *FacetApiService) SearchFacetsExecute(r ApiSearchFacetsRequest) ([]Facet, *http.Response, error)

Execute executes the request

@return []Facet

func (*FacetApiService) UpdateFacet

func (a *FacetApiService) UpdateFacet(ctx context.Context, facetId string) ApiUpdateFacetRequest

UpdateFacet Method for UpdateFacet

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param facetId
@return ApiUpdateFacetRequest

func (*FacetApiService) UpdateFacetExecute

func (a *FacetApiService) UpdateFacetExecute(r ApiUpdateFacetRequest) (*Facet, *http.Response, error)

Execute executes the request

@return Facet

type FacetFilters

type FacetFilters struct {
	ParentId *string       `json:"parentId,omitempty"`
	TargetId *string       `json:"targetId,omitempty"`
	Types    []interface{} `json:"types,omitempty"`
}

FacetFilters struct for FacetFilters

func NewFacetFilters

func NewFacetFilters() *FacetFilters

NewFacetFilters instantiates a new FacetFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFacetFiltersWithDefaults

func NewFacetFiltersWithDefaults() *FacetFilters

NewFacetFiltersWithDefaults instantiates a new FacetFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FacetFilters) GetParentId

func (o *FacetFilters) GetParentId() string

GetParentId returns the ParentId field value if set, zero value otherwise.

func (*FacetFilters) GetParentIdOk

func (o *FacetFilters) GetParentIdOk() (*string, bool)

GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacetFilters) GetTargetId

func (o *FacetFilters) GetTargetId() string

GetTargetId returns the TargetId field value if set, zero value otherwise.

func (*FacetFilters) GetTargetIdOk

func (o *FacetFilters) GetTargetIdOk() (*string, bool)

GetTargetIdOk returns a tuple with the TargetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacetFilters) GetTypes

func (o *FacetFilters) GetTypes() []interface{}

GetTypes returns the Types field value if set, zero value otherwise.

func (*FacetFilters) GetTypesOk

func (o *FacetFilters) GetTypesOk() ([]interface{}, bool)

GetTypesOk returns a tuple with the Types field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FacetFilters) HasParentId

func (o *FacetFilters) HasParentId() bool

HasParentId returns a boolean if a field has been set.

func (*FacetFilters) HasTargetId

func (o *FacetFilters) HasTargetId() bool

HasTargetId returns a boolean if a field has been set.

func (*FacetFilters) HasTypes

func (o *FacetFilters) HasTypes() bool

HasTypes returns a boolean if a field has been set.

func (FacetFilters) MarshalJSON

func (o FacetFilters) MarshalJSON() ([]byte, error)

func (*FacetFilters) SetParentId

func (o *FacetFilters) SetParentId(v string)

SetParentId gets a reference to the given string and assigns it to the ParentId field.

func (*FacetFilters) SetTargetId

func (o *FacetFilters) SetTargetId(v string)

SetTargetId gets a reference to the given string and assigns it to the TargetId field.

func (*FacetFilters) SetTypes

func (o *FacetFilters) SetTypes(v []interface{})

SetTypes gets a reference to the given []interface{} and assigns it to the Types field.

func (FacetFilters) ToMap

func (o FacetFilters) ToMap() (map[string]interface{}, error)

type FacetScope

type FacetScope string

FacetScope the model 'FacetScope'

const (
	FACETSCOPE_TASK FacetScope = "TASK"
)

List of FacetScope

func NewFacetScopeFromValue

func NewFacetScopeFromValue(v string) (*FacetScope, error)

NewFacetScopeFromValue returns a pointer to a valid FacetScope for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FacetScope) IsValid

func (v FacetScope) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FacetScope) Ptr

func (v FacetScope) Ptr() *FacetScope

Ptr returns reference to FacetScope value

func (*FacetScope) UnmarshalJSON

func (v *FacetScope) UnmarshalJSON(src []byte) error

type FlagStatus

type FlagStatus string

FlagStatus the model 'FlagStatus'

const (
	FLAGSTATUS_OK               FlagStatus = "OK"
	FLAGSTATUS_ATTENTION_NEEDED FlagStatus = "ATTENTION_NEEDED"
	FLAGSTATUS_AT_RISK          FlagStatus = "AT_RISK"
)

List of FlagStatus

func NewFlagStatusFromValue

func NewFlagStatusFromValue(v string) (*FlagStatus, error)

NewFlagStatusFromValue returns a pointer to a valid FlagStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FlagStatus) IsValid

func (v FlagStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FlagStatus) Ptr

func (v FlagStatus) Ptr() *FlagStatus

Ptr returns reference to FlagStatus value

func (*FlagStatus) UnmarshalJSON

func (v *FlagStatus) UnmarshalJSON(src []byte) error

type Folder

type Folder struct {
	Id              *string                            `json:"id,omitempty"`
	Type            *string                            `json:"type,omitempty"`
	Title           *string                            `json:"title,omitempty"`
	Children        []Folder                           `json:"children,omitempty"`
	Metadata        *map[string]map[string]interface{} `json:"$metadata,omitempty"`
	AllVariables    []Variable                         `json:"allVariables,omitempty"`
	FolderVariables *FolderVariables                   `json:"folderVariables,omitempty"`
}

Folder struct for Folder

func NewFolder

func NewFolder() *Folder

NewFolder instantiates a new Folder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFolderWithDefaults

func NewFolderWithDefaults() *Folder

NewFolderWithDefaults instantiates a new Folder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Folder) GetAllVariables

func (o *Folder) GetAllVariables() []Variable

GetAllVariables returns the AllVariables field value if set, zero value otherwise.

func (*Folder) GetAllVariablesOk

func (o *Folder) GetAllVariablesOk() ([]Variable, bool)

GetAllVariablesOk returns a tuple with the AllVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Folder) GetChildren

func (o *Folder) GetChildren() []Folder

GetChildren returns the Children field value if set, zero value otherwise.

func (*Folder) GetChildrenOk

func (o *Folder) GetChildrenOk() ([]Folder, bool)

GetChildrenOk returns a tuple with the Children field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Folder) GetFolderVariables

func (o *Folder) GetFolderVariables() FolderVariables

GetFolderVariables returns the FolderVariables field value if set, zero value otherwise.

func (*Folder) GetFolderVariablesOk

func (o *Folder) GetFolderVariablesOk() (*FolderVariables, bool)

GetFolderVariablesOk returns a tuple with the FolderVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Folder) GetId

func (o *Folder) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Folder) GetIdOk

func (o *Folder) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Folder) GetMetadata

func (o *Folder) GetMetadata() map[string]map[string]interface{}

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*Folder) GetMetadataOk

func (o *Folder) GetMetadataOk() (*map[string]map[string]interface{}, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Folder) GetTitle

func (o *Folder) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*Folder) GetTitleOk

func (o *Folder) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Folder) GetType

func (o *Folder) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Folder) GetTypeOk

func (o *Folder) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Folder) HasAllVariables

func (o *Folder) HasAllVariables() bool

HasAllVariables returns a boolean if a field has been set.

func (*Folder) HasChildren

func (o *Folder) HasChildren() bool

HasChildren returns a boolean if a field has been set.

func (*Folder) HasFolderVariables

func (o *Folder) HasFolderVariables() bool

HasFolderVariables returns a boolean if a field has been set.

func (*Folder) HasId

func (o *Folder) HasId() bool

HasId returns a boolean if a field has been set.

func (*Folder) HasMetadata

func (o *Folder) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*Folder) HasTitle

func (o *Folder) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*Folder) HasType

func (o *Folder) HasType() bool

HasType returns a boolean if a field has been set.

func (Folder) MarshalJSON

func (o Folder) MarshalJSON() ([]byte, error)

func (*Folder) SetAllVariables

func (o *Folder) SetAllVariables(v []Variable)

SetAllVariables gets a reference to the given []Variable and assigns it to the AllVariables field.

func (*Folder) SetChildren

func (o *Folder) SetChildren(v []Folder)

SetChildren gets a reference to the given []Folder and assigns it to the Children field.

func (*Folder) SetFolderVariables

func (o *Folder) SetFolderVariables(v FolderVariables)

SetFolderVariables gets a reference to the given FolderVariables and assigns it to the FolderVariables field.

func (*Folder) SetId

func (o *Folder) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Folder) SetMetadata

func (o *Folder) SetMetadata(v map[string]map[string]interface{})

SetMetadata gets a reference to the given map[string]map[string]interface{} and assigns it to the Metadata field.

func (*Folder) SetTitle

func (o *Folder) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*Folder) SetType

func (o *Folder) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (Folder) ToMap

func (o Folder) ToMap() (map[string]interface{}, error)

type FolderApiService

type FolderApiService service

FolderApiService FolderApi service

func (*FolderApiService) AddFolder

func (a *FolderApiService) AddFolder(ctx context.Context, folderId string) ApiAddFolderRequest

AddFolder Method for AddFolder

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@return ApiAddFolderRequest

func (*FolderApiService) AddFolderExecute

func (a *FolderApiService) AddFolderExecute(r ApiAddFolderRequest) (*Folder, *http.Response, error)

Execute executes the request

@return Folder

func (*FolderApiService) CreateFolderVariable

func (a *FolderApiService) CreateFolderVariable(ctx context.Context, folderId string) ApiCreateFolderVariableRequest

CreateFolderVariable Method for CreateFolderVariable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@return ApiCreateFolderVariableRequest

func (*FolderApiService) CreateFolderVariableExecute

func (a *FolderApiService) CreateFolderVariableExecute(r ApiCreateFolderVariableRequest) (*Variable, *http.Response, error)

Execute executes the request

@return Variable

func (*FolderApiService) DeleteFolder

func (a *FolderApiService) DeleteFolder(ctx context.Context, folderId string) ApiDeleteFolderRequest

DeleteFolder Method for DeleteFolder

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@return ApiDeleteFolderRequest

func (*FolderApiService) DeleteFolderExecute

func (a *FolderApiService) DeleteFolderExecute(r ApiDeleteFolderRequest) (*http.Response, error)

Execute executes the request

func (*FolderApiService) DeleteFolderVariable

func (a *FolderApiService) DeleteFolderVariable(ctx context.Context, folderId string, variableId string) ApiDeleteFolderVariableRequest

DeleteFolderVariable Method for DeleteFolderVariable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@param variableId
@return ApiDeleteFolderVariableRequest

func (*FolderApiService) DeleteFolderVariableExecute

func (a *FolderApiService) DeleteFolderVariableExecute(r ApiDeleteFolderVariableRequest) (*http.Response, error)

Execute executes the request

func (*FolderApiService) Find

Find Method for Find

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiFindRequest

func (*FolderApiService) FindExecute

func (a *FolderApiService) FindExecute(r ApiFindRequest) (*Folder, *http.Response, error)

Execute executes the request

@return Folder

func (*FolderApiService) GetFolder

func (a *FolderApiService) GetFolder(ctx context.Context, folderId string) ApiGetFolderRequest

GetFolder Method for GetFolder

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@return ApiGetFolderRequest

func (*FolderApiService) GetFolderExecute

func (a *FolderApiService) GetFolderExecute(r ApiGetFolderRequest) (*Folder, *http.Response, error)

Execute executes the request

@return Folder

func (*FolderApiService) GetFolderPermissions

func (a *FolderApiService) GetFolderPermissions(ctx context.Context) ApiGetFolderPermissionsRequest

GetFolderPermissions Method for GetFolderPermissions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetFolderPermissionsRequest

func (*FolderApiService) GetFolderPermissionsExecute

func (a *FolderApiService) GetFolderPermissionsExecute(r ApiGetFolderPermissionsRequest) ([]string, *http.Response, error)

Execute executes the request

@return []string

func (*FolderApiService) GetFolderTeams

func (a *FolderApiService) GetFolderTeams(ctx context.Context, folderId string) ApiGetFolderTeamsRequest

GetFolderTeams Method for GetFolderTeams

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@return ApiGetFolderTeamsRequest

func (*FolderApiService) GetFolderTeamsExecute

func (a *FolderApiService) GetFolderTeamsExecute(r ApiGetFolderTeamsRequest) ([]TeamView, *http.Response, error)

Execute executes the request

@return []TeamView

func (*FolderApiService) GetFolderTemplates

func (a *FolderApiService) GetFolderTemplates(ctx context.Context, folderId string) ApiGetFolderTemplatesRequest

GetFolderTemplates Method for GetFolderTemplates

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@return ApiGetFolderTemplatesRequest

func (*FolderApiService) GetFolderTemplatesExecute

func (a *FolderApiService) GetFolderTemplatesExecute(r ApiGetFolderTemplatesRequest) ([]Release, *http.Response, error)

Execute executes the request

@return []Release

func (*FolderApiService) GetFolderVariable

func (a *FolderApiService) GetFolderVariable(ctx context.Context, folderId string, variableId string) ApiGetFolderVariableRequest

GetFolderVariable Method for GetFolderVariable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@param variableId
@return ApiGetFolderVariableRequest

func (*FolderApiService) GetFolderVariableExecute

func (a *FolderApiService) GetFolderVariableExecute(r ApiGetFolderVariableRequest) (*Variable, *http.Response, error)

Execute executes the request

@return Variable

func (*FolderApiService) IsFolderOwner

func (a *FolderApiService) IsFolderOwner(ctx context.Context, folderId string) ApiIsFolderOwnerRequest

IsFolderOwner Method for IsFolderOwner

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@return ApiIsFolderOwnerRequest

func (*FolderApiService) IsFolderOwnerExecute

func (a *FolderApiService) IsFolderOwnerExecute(r ApiIsFolderOwnerRequest) (bool, *http.Response, error)

Execute executes the request

@return bool

func (*FolderApiService) List

func (a *FolderApiService) List(ctx context.Context, folderId string) ApiListRequest

List Method for List

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@return ApiListRequest

func (*FolderApiService) ListExecute

func (a *FolderApiService) ListExecute(r ApiListRequest) ([]Folder, *http.Response, error)

Execute executes the request

@return []Folder

func (*FolderApiService) ListRoot

ListRoot Method for ListRoot

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListRootRequest

func (*FolderApiService) ListRootExecute

func (a *FolderApiService) ListRootExecute(r ApiListRootRequest) ([]Folder, *http.Response, error)

Execute executes the request

@return []Folder

func (*FolderApiService) ListVariableValues

func (a *FolderApiService) ListVariableValues(ctx context.Context, folderId string) ApiListVariableValuesRequest

ListVariableValues Method for ListVariableValues

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@return ApiListVariableValuesRequest

func (*FolderApiService) ListVariableValuesExecute

func (a *FolderApiService) ListVariableValuesExecute(r ApiListVariableValuesRequest) (map[string]string, *http.Response, error)

Execute executes the request

@return map[string]string

func (*FolderApiService) ListVariables

func (a *FolderApiService) ListVariables(ctx context.Context, folderId string) ApiListVariablesRequest

ListVariables Method for ListVariables

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@return ApiListVariablesRequest

func (*FolderApiService) ListVariablesExecute

func (a *FolderApiService) ListVariablesExecute(r ApiListVariablesRequest) ([]Variable, *http.Response, error)

Execute executes the request

@return []Variable

func (*FolderApiService) Move

func (a *FolderApiService) Move(ctx context.Context, folderId string) ApiMoveRequest

Move Method for Move

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@return ApiMoveRequest

func (*FolderApiService) MoveExecute

func (a *FolderApiService) MoveExecute(r ApiMoveRequest) (*http.Response, error)

Execute executes the request

func (*FolderApiService) MoveTemplate

func (a *FolderApiService) MoveTemplate(ctx context.Context, folderId string, templateId string) ApiMoveTemplateRequest

MoveTemplate Method for MoveTemplate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@param templateId
@return ApiMoveTemplateRequest

func (*FolderApiService) MoveTemplateExecute

func (a *FolderApiService) MoveTemplateExecute(r ApiMoveTemplateRequest) (*http.Response, error)

Execute executes the request

func (*FolderApiService) RenameFolder

func (a *FolderApiService) RenameFolder(ctx context.Context, folderId string) ApiRenameFolderRequest

RenameFolder Method for RenameFolder

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@return ApiRenameFolderRequest

func (*FolderApiService) RenameFolderExecute

func (a *FolderApiService) RenameFolderExecute(r ApiRenameFolderRequest) (*http.Response, error)

Execute executes the request

func (*FolderApiService) SearchReleasesFolder

func (a *FolderApiService) SearchReleasesFolder(ctx context.Context, folderId string) ApiSearchReleasesFolderRequest

SearchReleasesFolder Method for SearchReleasesFolder

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@return ApiSearchReleasesFolderRequest

func (*FolderApiService) SearchReleasesFolderExecute

func (a *FolderApiService) SearchReleasesFolderExecute(r ApiSearchReleasesFolderRequest) ([]Release, *http.Response, error)

Execute executes the request

@return []Release

func (*FolderApiService) SetFolderTeams

func (a *FolderApiService) SetFolderTeams(ctx context.Context, folderId string) ApiSetFolderTeamsRequest

SetFolderTeams Method for SetFolderTeams

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@return ApiSetFolderTeamsRequest

func (*FolderApiService) SetFolderTeamsExecute

func (a *FolderApiService) SetFolderTeamsExecute(r ApiSetFolderTeamsRequest) ([]TeamView, *http.Response, error)

Execute executes the request

@return []TeamView

func (*FolderApiService) UpdateFolderVariable

func (a *FolderApiService) UpdateFolderVariable(ctx context.Context, folderId string, variableId string) ApiUpdateFolderVariableRequest

UpdateFolderVariable Method for UpdateFolderVariable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@param variableId
@return ApiUpdateFolderVariableRequest

func (*FolderApiService) UpdateFolderVariableExecute

func (a *FolderApiService) UpdateFolderVariableExecute(r ApiUpdateFolderVariableRequest) (*Variable, *http.Response, error)

Execute executes the request

@return Variable

type FolderVariables

type FolderVariables struct {
	Id                     *string              `json:"id,omitempty"`
	Type                   *string              `json:"type,omitempty"`
	Variables              []Variable           `json:"variables,omitempty"`
	StringVariableValues   *map[string]string   `json:"stringVariableValues,omitempty"`
	PasswordVariableValues *map[string]string   `json:"passwordVariableValues,omitempty"`
	VariablesByKeys        *map[string]Variable `json:"variablesByKeys,omitempty"`
}

FolderVariables struct for FolderVariables

func NewFolderVariables

func NewFolderVariables() *FolderVariables

NewFolderVariables instantiates a new FolderVariables object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFolderVariablesWithDefaults

func NewFolderVariablesWithDefaults() *FolderVariables

NewFolderVariablesWithDefaults instantiates a new FolderVariables object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FolderVariables) GetId

func (o *FolderVariables) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*FolderVariables) GetIdOk

func (o *FolderVariables) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FolderVariables) GetPasswordVariableValues

func (o *FolderVariables) GetPasswordVariableValues() map[string]string

GetPasswordVariableValues returns the PasswordVariableValues field value if set, zero value otherwise.

func (*FolderVariables) GetPasswordVariableValuesOk

func (o *FolderVariables) GetPasswordVariableValuesOk() (*map[string]string, bool)

GetPasswordVariableValuesOk returns a tuple with the PasswordVariableValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FolderVariables) GetStringVariableValues

func (o *FolderVariables) GetStringVariableValues() map[string]string

GetStringVariableValues returns the StringVariableValues field value if set, zero value otherwise.

func (*FolderVariables) GetStringVariableValuesOk

func (o *FolderVariables) GetStringVariableValuesOk() (*map[string]string, bool)

GetStringVariableValuesOk returns a tuple with the StringVariableValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FolderVariables) GetType

func (o *FolderVariables) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*FolderVariables) GetTypeOk

func (o *FolderVariables) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FolderVariables) GetVariables

func (o *FolderVariables) GetVariables() []Variable

GetVariables returns the Variables field value if set, zero value otherwise.

func (*FolderVariables) GetVariablesByKeys

func (o *FolderVariables) GetVariablesByKeys() map[string]Variable

GetVariablesByKeys returns the VariablesByKeys field value if set, zero value otherwise.

func (*FolderVariables) GetVariablesByKeysOk

func (o *FolderVariables) GetVariablesByKeysOk() (*map[string]Variable, bool)

GetVariablesByKeysOk returns a tuple with the VariablesByKeys field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FolderVariables) GetVariablesOk

func (o *FolderVariables) GetVariablesOk() ([]Variable, bool)

GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FolderVariables) HasId

func (o *FolderVariables) HasId() bool

HasId returns a boolean if a field has been set.

func (*FolderVariables) HasPasswordVariableValues

func (o *FolderVariables) HasPasswordVariableValues() bool

HasPasswordVariableValues returns a boolean if a field has been set.

func (*FolderVariables) HasStringVariableValues

func (o *FolderVariables) HasStringVariableValues() bool

HasStringVariableValues returns a boolean if a field has been set.

func (*FolderVariables) HasType

func (o *FolderVariables) HasType() bool

HasType returns a boolean if a field has been set.

func (*FolderVariables) HasVariables

func (o *FolderVariables) HasVariables() bool

HasVariables returns a boolean if a field has been set.

func (*FolderVariables) HasVariablesByKeys

func (o *FolderVariables) HasVariablesByKeys() bool

HasVariablesByKeys returns a boolean if a field has been set.

func (FolderVariables) MarshalJSON

func (o FolderVariables) MarshalJSON() ([]byte, error)

func (*FolderVariables) SetId

func (o *FolderVariables) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*FolderVariables) SetPasswordVariableValues

func (o *FolderVariables) SetPasswordVariableValues(v map[string]string)

SetPasswordVariableValues gets a reference to the given map[string]string and assigns it to the PasswordVariableValues field.

func (*FolderVariables) SetStringVariableValues

func (o *FolderVariables) SetStringVariableValues(v map[string]string)

SetStringVariableValues gets a reference to the given map[string]string and assigns it to the StringVariableValues field.

func (*FolderVariables) SetType

func (o *FolderVariables) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*FolderVariables) SetVariables

func (o *FolderVariables) SetVariables(v []Variable)

SetVariables gets a reference to the given []Variable and assigns it to the Variables field.

func (*FolderVariables) SetVariablesByKeys

func (o *FolderVariables) SetVariablesByKeys(v map[string]Variable)

SetVariablesByKeys gets a reference to the given map[string]Variable and assigns it to the VariablesByKeys field.

func (FolderVariables) ToMap

func (o FolderVariables) ToMap() (map[string]interface{}, error)

type GateCondition

type GateCondition struct {
	Id      *string `json:"id,omitempty"`
	Type    *string `json:"type,omitempty"`
	Title   *string `json:"title,omitempty"`
	Checked *bool   `json:"checked,omitempty"`
}

GateCondition struct for GateCondition

func NewGateCondition

func NewGateCondition() *GateCondition

NewGateCondition instantiates a new GateCondition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGateConditionWithDefaults

func NewGateConditionWithDefaults() *GateCondition

NewGateConditionWithDefaults instantiates a new GateCondition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GateCondition) GetChecked

func (o *GateCondition) GetChecked() bool

GetChecked returns the Checked field value if set, zero value otherwise.

func (*GateCondition) GetCheckedOk

func (o *GateCondition) GetCheckedOk() (*bool, bool)

GetCheckedOk returns a tuple with the Checked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateCondition) GetId

func (o *GateCondition) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*GateCondition) GetIdOk

func (o *GateCondition) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateCondition) GetTitle

func (o *GateCondition) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*GateCondition) GetTitleOk

func (o *GateCondition) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateCondition) GetType

func (o *GateCondition) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*GateCondition) GetTypeOk

func (o *GateCondition) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateCondition) HasChecked

func (o *GateCondition) HasChecked() bool

HasChecked returns a boolean if a field has been set.

func (*GateCondition) HasId

func (o *GateCondition) HasId() bool

HasId returns a boolean if a field has been set.

func (*GateCondition) HasTitle

func (o *GateCondition) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*GateCondition) HasType

func (o *GateCondition) HasType() bool

HasType returns a boolean if a field has been set.

func (GateCondition) MarshalJSON

func (o GateCondition) MarshalJSON() ([]byte, error)

func (*GateCondition) SetChecked

func (o *GateCondition) SetChecked(v bool)

SetChecked gets a reference to the given bool and assigns it to the Checked field.

func (*GateCondition) SetId

func (o *GateCondition) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*GateCondition) SetTitle

func (o *GateCondition) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*GateCondition) SetType

func (o *GateCondition) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (GateCondition) ToMap

func (o GateCondition) ToMap() (map[string]interface{}, error)

type GateTask

type GateTask struct {
	Id                                    *string                `json:"id,omitempty"`
	Type                                  *string                `json:"type,omitempty"`
	ScheduledStartDate                    *time.Time             `json:"scheduledStartDate,omitempty"`
	FlagStatus                            *FlagStatus            `json:"flagStatus,omitempty"`
	Title                                 *string                `json:"title,omitempty"`
	Description                           *string                `json:"description,omitempty"`
	Owner                                 *string                `json:"owner,omitempty"`
	DueDate                               *time.Time             `json:"dueDate,omitempty"`
	StartDate                             *time.Time             `json:"startDate,omitempty"`
	EndDate                               *time.Time             `json:"endDate,omitempty"`
	PlannedDuration                       *int32                 `json:"plannedDuration,omitempty"`
	FlagComment                           *string                `json:"flagComment,omitempty"`
	OverdueNotified                       *bool                  `json:"overdueNotified,omitempty"`
	Flagged                               *bool                  `json:"flagged,omitempty"`
	StartOrScheduledDate                  *time.Time             `json:"startOrScheduledDate,omitempty"`
	EndOrDueDate                          *time.Time             `json:"endOrDueDate,omitempty"`
	Overdue                               *bool                  `json:"overdue,omitempty"`
	OrCalculateDueDate                    NullableTime           `json:"orCalculateDueDate,omitempty"`
	ComputedPlannedDuration               map[string]interface{} `json:"computedPlannedDuration,omitempty"`
	ActualDuration                        map[string]interface{} `json:"actualDuration,omitempty"`
	ReleaseUid                            *int32                 `json:"releaseUid,omitempty"`
	CiUid                                 *int32                 `json:"ciUid,omitempty"`
	Comments                              []Comment              `json:"comments,omitempty"`
	Container                             *TaskContainer         `json:"container,omitempty"`
	Facets                                []Facet                `json:"facets,omitempty"`
	Attachments                           []Attachment           `json:"attachments,omitempty"`
	Status                                *TaskStatus            `json:"status,omitempty"`
	Team                                  *string                `json:"team,omitempty"`
	Watchers                              []string               `json:"watchers,omitempty"`
	WaitForScheduledStartDate             *bool                  `json:"waitForScheduledStartDate,omitempty"`
	DelayDuringBlackout                   *bool                  `json:"delayDuringBlackout,omitempty"`
	PostponedDueToBlackout                *bool                  `json:"postponedDueToBlackout,omitempty"`
	PostponedUntilEnvironmentsAreReserved *bool                  `json:"postponedUntilEnvironmentsAreReserved,omitempty"`
	OriginalScheduledStartDate            *time.Time             `json:"originalScheduledStartDate,omitempty"`
	HasBeenFlagged                        *bool                  `json:"hasBeenFlagged,omitempty"`
	HasBeenDelayed                        *bool                  `json:"hasBeenDelayed,omitempty"`
	Precondition                          *string                `json:"precondition,omitempty"`
	FailureHandler                        *string                `json:"failureHandler,omitempty"`
	TaskFailureHandlerEnabled             *bool                  `json:"taskFailureHandlerEnabled,omitempty"`
	TaskRecoverOp                         *TaskRecoverOp         `json:"taskRecoverOp,omitempty"`
	FailuresCount                         *int32                 `json:"failuresCount,omitempty"`
	ExecutionId                           *string                `json:"executionId,omitempty"`
	VariableMapping                       *map[string]string     `json:"variableMapping,omitempty"`
	ExternalVariableMapping               *map[string]string     `json:"externalVariableMapping,omitempty"`
	MaxCommentSize                        *int32                 `json:"maxCommentSize,omitempty"`
	Tags                                  []string               `json:"tags,omitempty"`
	ConfigurationUri                      *string                `json:"configurationUri,omitempty"`
	DueSoonNotified                       *bool                  `json:"dueSoonNotified,omitempty"`
	Locked                                *bool                  `json:"locked,omitempty"`
	CheckAttributes                       *bool                  `json:"checkAttributes,omitempty"`
	AbortScript                           *string                `json:"abortScript,omitempty"`
	Phase                                 *Phase                 `json:"phase,omitempty"`
	BlackoutMetadata                      *BlackoutMetadata      `json:"blackoutMetadata,omitempty"`
	FlaggedCount                          *int32                 `json:"flaggedCount,omitempty"`
	DelayedCount                          *int32                 `json:"delayedCount,omitempty"`
	Done                                  *bool                  `json:"done,omitempty"`
	DoneInAdvance                         *bool                  `json:"doneInAdvance,omitempty"`
	Defunct                               *bool                  `json:"defunct,omitempty"`
	Updatable                             *bool                  `json:"updatable,omitempty"`
	Aborted                               *bool                  `json:"aborted,omitempty"`
	NotYetReached                         *bool                  `json:"notYetReached,omitempty"`
	Planned                               *bool                  `json:"planned,omitempty"`
	Active                                *bool                  `json:"active,omitempty"`
	InProgress                            *bool                  `json:"inProgress,omitempty"`
	Pending                               *bool                  `json:"pending,omitempty"`
	WaitingForInput                       *bool                  `json:"waitingForInput,omitempty"`
	Failed                                *bool                  `json:"failed,omitempty"`
	Failing                               *bool                  `json:"failing,omitempty"`
	CompletedInAdvance                    *bool                  `json:"completedInAdvance,omitempty"`
	Skipped                               *bool                  `json:"skipped,omitempty"`
	SkippedInAdvance                      *bool                  `json:"skippedInAdvance,omitempty"`
	PreconditionInProgress                *bool                  `json:"preconditionInProgress,omitempty"`
	FailureHandlerInProgress              *bool                  `json:"failureHandlerInProgress,omitempty"`
	AbortScriptInProgress                 *bool                  `json:"abortScriptInProgress,omitempty"`
	FacetInProgress                       *bool                  `json:"facetInProgress,omitempty"`
	Movable                               *bool                  `json:"movable,omitempty"`
	Gate                                  *bool                  `json:"gate,omitempty"`
	TaskGroup                             *bool                  `json:"taskGroup,omitempty"`
	ParallelGroup                         *bool                  `json:"parallelGroup,omitempty"`
	PreconditionEnabled                   *bool                  `json:"preconditionEnabled,omitempty"`
	FailureHandlerEnabled                 *bool                  `json:"failureHandlerEnabled,omitempty"`
	Release                               *Release               `json:"release,omitempty"`
	DisplayPath                           *string                `json:"displayPath,omitempty"`
	ReleaseOwner                          *string                `json:"releaseOwner,omitempty"`
	AllTasks                              []Task                 `json:"allTasks,omitempty"`
	Children                              []PlanItem             `json:"children,omitempty"`
	InputVariables                        []Variable             `json:"inputVariables,omitempty"`
	ReferencedVariables                   []Variable             `json:"referencedVariables,omitempty"`
	UnboundRequiredVariables              []string               `json:"unboundRequiredVariables,omitempty"`
	Automated                             *bool                  `json:"automated,omitempty"`
	TaskType                              map[string]interface{} `json:"taskType,omitempty"`
	DueSoon                               *bool                  `json:"dueSoon,omitempty"`
	ElapsedDurationFraction               *float64               `json:"elapsedDurationFraction,omitempty"`
	Url                                   *string                `json:"url,omitempty"`
	Conditions                            []GateCondition        `json:"conditions,omitempty"`
	Dependencies                          []Dependency           `json:"dependencies,omitempty"`
	Open                                  *bool                  `json:"open,omitempty"`
	OpenInAdvance                         *bool                  `json:"openInAdvance,omitempty"`
	Completable                           *bool                  `json:"completable,omitempty"`
	AbortedDependencyTitles               *string                `json:"abortedDependencyTitles,omitempty"`
	VariableUsages                        []UsagePoint           `json:"variableUsages,omitempty"`
}

GateTask struct for GateTask

func NewGateTask

func NewGateTask() *GateTask

NewGateTask instantiates a new GateTask object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGateTaskWithDefaults

func NewGateTaskWithDefaults() *GateTask

NewGateTaskWithDefaults instantiates a new GateTask object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GateTask) GetAbortScript

func (o *GateTask) GetAbortScript() string

GetAbortScript returns the AbortScript field value if set, zero value otherwise.

func (*GateTask) GetAbortScriptInProgress

func (o *GateTask) GetAbortScriptInProgress() bool

GetAbortScriptInProgress returns the AbortScriptInProgress field value if set, zero value otherwise.

func (*GateTask) GetAbortScriptInProgressOk

func (o *GateTask) GetAbortScriptInProgressOk() (*bool, bool)

GetAbortScriptInProgressOk returns a tuple with the AbortScriptInProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetAbortScriptOk

func (o *GateTask) GetAbortScriptOk() (*string, bool)

GetAbortScriptOk returns a tuple with the AbortScript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetAborted

func (o *GateTask) GetAborted() bool

GetAborted returns the Aborted field value if set, zero value otherwise.

func (*GateTask) GetAbortedDependencyTitles

func (o *GateTask) GetAbortedDependencyTitles() string

GetAbortedDependencyTitles returns the AbortedDependencyTitles field value if set, zero value otherwise.

func (*GateTask) GetAbortedDependencyTitlesOk

func (o *GateTask) GetAbortedDependencyTitlesOk() (*string, bool)

GetAbortedDependencyTitlesOk returns a tuple with the AbortedDependencyTitles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetAbortedOk

func (o *GateTask) GetAbortedOk() (*bool, bool)

GetAbortedOk returns a tuple with the Aborted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetActive

func (o *GateTask) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*GateTask) GetActiveOk

func (o *GateTask) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetActualDuration

func (o *GateTask) GetActualDuration() map[string]interface{}

GetActualDuration returns the ActualDuration field value if set, zero value otherwise.

func (*GateTask) GetActualDurationOk

func (o *GateTask) GetActualDurationOk() (map[string]interface{}, bool)

GetActualDurationOk returns a tuple with the ActualDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetAllTasks

func (o *GateTask) GetAllTasks() []Task

GetAllTasks returns the AllTasks field value if set, zero value otherwise.

func (*GateTask) GetAllTasksOk

func (o *GateTask) GetAllTasksOk() ([]Task, bool)

GetAllTasksOk returns a tuple with the AllTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetAttachments

func (o *GateTask) GetAttachments() []Attachment

GetAttachments returns the Attachments field value if set, zero value otherwise.

func (*GateTask) GetAttachmentsOk

func (o *GateTask) GetAttachmentsOk() ([]Attachment, bool)

GetAttachmentsOk returns a tuple with the Attachments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetAutomated

func (o *GateTask) GetAutomated() bool

GetAutomated returns the Automated field value if set, zero value otherwise.

func (*GateTask) GetAutomatedOk

func (o *GateTask) GetAutomatedOk() (*bool, bool)

GetAutomatedOk returns a tuple with the Automated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetBlackoutMetadata

func (o *GateTask) GetBlackoutMetadata() BlackoutMetadata

GetBlackoutMetadata returns the BlackoutMetadata field value if set, zero value otherwise.

func (*GateTask) GetBlackoutMetadataOk

func (o *GateTask) GetBlackoutMetadataOk() (*BlackoutMetadata, bool)

GetBlackoutMetadataOk returns a tuple with the BlackoutMetadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetCheckAttributes

func (o *GateTask) GetCheckAttributes() bool

GetCheckAttributes returns the CheckAttributes field value if set, zero value otherwise.

func (*GateTask) GetCheckAttributesOk

func (o *GateTask) GetCheckAttributesOk() (*bool, bool)

GetCheckAttributesOk returns a tuple with the CheckAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetChildren

func (o *GateTask) GetChildren() []PlanItem

GetChildren returns the Children field value if set, zero value otherwise.

func (*GateTask) GetChildrenOk

func (o *GateTask) GetChildrenOk() ([]PlanItem, bool)

GetChildrenOk returns a tuple with the Children field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetCiUid

func (o *GateTask) GetCiUid() int32

GetCiUid returns the CiUid field value if set, zero value otherwise.

func (*GateTask) GetCiUidOk

func (o *GateTask) GetCiUidOk() (*int32, bool)

GetCiUidOk returns a tuple with the CiUid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetComments

func (o *GateTask) GetComments() []Comment

GetComments returns the Comments field value if set, zero value otherwise.

func (*GateTask) GetCommentsOk

func (o *GateTask) GetCommentsOk() ([]Comment, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetCompletable

func (o *GateTask) GetCompletable() bool

GetCompletable returns the Completable field value if set, zero value otherwise.

func (*GateTask) GetCompletableOk

func (o *GateTask) GetCompletableOk() (*bool, bool)

GetCompletableOk returns a tuple with the Completable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetCompletedInAdvance

func (o *GateTask) GetCompletedInAdvance() bool

GetCompletedInAdvance returns the CompletedInAdvance field value if set, zero value otherwise.

func (*GateTask) GetCompletedInAdvanceOk

func (o *GateTask) GetCompletedInAdvanceOk() (*bool, bool)

GetCompletedInAdvanceOk returns a tuple with the CompletedInAdvance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetComputedPlannedDuration

func (o *GateTask) GetComputedPlannedDuration() map[string]interface{}

GetComputedPlannedDuration returns the ComputedPlannedDuration field value if set, zero value otherwise.

func (*GateTask) GetComputedPlannedDurationOk

func (o *GateTask) GetComputedPlannedDurationOk() (map[string]interface{}, bool)

GetComputedPlannedDurationOk returns a tuple with the ComputedPlannedDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetConditions

func (o *GateTask) GetConditions() []GateCondition

GetConditions returns the Conditions field value if set, zero value otherwise.

func (*GateTask) GetConditionsOk

func (o *GateTask) GetConditionsOk() ([]GateCondition, bool)

GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetConfigurationUri

func (o *GateTask) GetConfigurationUri() string

GetConfigurationUri returns the ConfigurationUri field value if set, zero value otherwise.

func (*GateTask) GetConfigurationUriOk

func (o *GateTask) GetConfigurationUriOk() (*string, bool)

GetConfigurationUriOk returns a tuple with the ConfigurationUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetContainer

func (o *GateTask) GetContainer() TaskContainer

GetContainer returns the Container field value if set, zero value otherwise.

func (*GateTask) GetContainerOk

func (o *GateTask) GetContainerOk() (*TaskContainer, bool)

GetContainerOk returns a tuple with the Container field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetDefunct

func (o *GateTask) GetDefunct() bool

GetDefunct returns the Defunct field value if set, zero value otherwise.

func (*GateTask) GetDefunctOk

func (o *GateTask) GetDefunctOk() (*bool, bool)

GetDefunctOk returns a tuple with the Defunct field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetDelayDuringBlackout

func (o *GateTask) GetDelayDuringBlackout() bool

GetDelayDuringBlackout returns the DelayDuringBlackout field value if set, zero value otherwise.

func (*GateTask) GetDelayDuringBlackoutOk

func (o *GateTask) GetDelayDuringBlackoutOk() (*bool, bool)

GetDelayDuringBlackoutOk returns a tuple with the DelayDuringBlackout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetDelayedCount

func (o *GateTask) GetDelayedCount() int32

GetDelayedCount returns the DelayedCount field value if set, zero value otherwise.

func (*GateTask) GetDelayedCountOk

func (o *GateTask) GetDelayedCountOk() (*int32, bool)

GetDelayedCountOk returns a tuple with the DelayedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetDependencies

func (o *GateTask) GetDependencies() []Dependency

GetDependencies returns the Dependencies field value if set, zero value otherwise.

func (*GateTask) GetDependenciesOk

func (o *GateTask) GetDependenciesOk() ([]Dependency, bool)

GetDependenciesOk returns a tuple with the Dependencies field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetDescription

func (o *GateTask) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*GateTask) GetDescriptionOk

func (o *GateTask) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetDisplayPath

func (o *GateTask) GetDisplayPath() string

GetDisplayPath returns the DisplayPath field value if set, zero value otherwise.

func (*GateTask) GetDisplayPathOk

func (o *GateTask) GetDisplayPathOk() (*string, bool)

GetDisplayPathOk returns a tuple with the DisplayPath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetDone

func (o *GateTask) GetDone() bool

GetDone returns the Done field value if set, zero value otherwise.

func (*GateTask) GetDoneInAdvance

func (o *GateTask) GetDoneInAdvance() bool

GetDoneInAdvance returns the DoneInAdvance field value if set, zero value otherwise.

func (*GateTask) GetDoneInAdvanceOk

func (o *GateTask) GetDoneInAdvanceOk() (*bool, bool)

GetDoneInAdvanceOk returns a tuple with the DoneInAdvance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetDoneOk

func (o *GateTask) GetDoneOk() (*bool, bool)

GetDoneOk returns a tuple with the Done field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetDueDate

func (o *GateTask) GetDueDate() time.Time

GetDueDate returns the DueDate field value if set, zero value otherwise.

func (*GateTask) GetDueDateOk

func (o *GateTask) GetDueDateOk() (*time.Time, bool)

GetDueDateOk returns a tuple with the DueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetDueSoon

func (o *GateTask) GetDueSoon() bool

GetDueSoon returns the DueSoon field value if set, zero value otherwise.

func (*GateTask) GetDueSoonNotified

func (o *GateTask) GetDueSoonNotified() bool

GetDueSoonNotified returns the DueSoonNotified field value if set, zero value otherwise.

func (*GateTask) GetDueSoonNotifiedOk

func (o *GateTask) GetDueSoonNotifiedOk() (*bool, bool)

GetDueSoonNotifiedOk returns a tuple with the DueSoonNotified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetDueSoonOk

func (o *GateTask) GetDueSoonOk() (*bool, bool)

GetDueSoonOk returns a tuple with the DueSoon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetElapsedDurationFraction

func (o *GateTask) GetElapsedDurationFraction() float64

GetElapsedDurationFraction returns the ElapsedDurationFraction field value if set, zero value otherwise.

func (*GateTask) GetElapsedDurationFractionOk

func (o *GateTask) GetElapsedDurationFractionOk() (*float64, bool)

GetElapsedDurationFractionOk returns a tuple with the ElapsedDurationFraction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetEndDate

func (o *GateTask) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*GateTask) GetEndDateOk

func (o *GateTask) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetEndOrDueDate

func (o *GateTask) GetEndOrDueDate() time.Time

GetEndOrDueDate returns the EndOrDueDate field value if set, zero value otherwise.

func (*GateTask) GetEndOrDueDateOk

func (o *GateTask) GetEndOrDueDateOk() (*time.Time, bool)

GetEndOrDueDateOk returns a tuple with the EndOrDueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetExecutionId

func (o *GateTask) GetExecutionId() string

GetExecutionId returns the ExecutionId field value if set, zero value otherwise.

func (*GateTask) GetExecutionIdOk

func (o *GateTask) GetExecutionIdOk() (*string, bool)

GetExecutionIdOk returns a tuple with the ExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetExternalVariableMapping

func (o *GateTask) GetExternalVariableMapping() map[string]string

GetExternalVariableMapping returns the ExternalVariableMapping field value if set, zero value otherwise.

func (*GateTask) GetExternalVariableMappingOk

func (o *GateTask) GetExternalVariableMappingOk() (*map[string]string, bool)

GetExternalVariableMappingOk returns a tuple with the ExternalVariableMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetFacetInProgress

func (o *GateTask) GetFacetInProgress() bool

GetFacetInProgress returns the FacetInProgress field value if set, zero value otherwise.

func (*GateTask) GetFacetInProgressOk

func (o *GateTask) GetFacetInProgressOk() (*bool, bool)

GetFacetInProgressOk returns a tuple with the FacetInProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetFacets

func (o *GateTask) GetFacets() []Facet

GetFacets returns the Facets field value if set, zero value otherwise.

func (*GateTask) GetFacetsOk

func (o *GateTask) GetFacetsOk() ([]Facet, bool)

GetFacetsOk returns a tuple with the Facets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetFailed

func (o *GateTask) GetFailed() bool

GetFailed returns the Failed field value if set, zero value otherwise.

func (*GateTask) GetFailedOk

func (o *GateTask) GetFailedOk() (*bool, bool)

GetFailedOk returns a tuple with the Failed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetFailing

func (o *GateTask) GetFailing() bool

GetFailing returns the Failing field value if set, zero value otherwise.

func (*GateTask) GetFailingOk

func (o *GateTask) GetFailingOk() (*bool, bool)

GetFailingOk returns a tuple with the Failing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetFailureHandler

func (o *GateTask) GetFailureHandler() string

GetFailureHandler returns the FailureHandler field value if set, zero value otherwise.

func (*GateTask) GetFailureHandlerEnabled

func (o *GateTask) GetFailureHandlerEnabled() bool

GetFailureHandlerEnabled returns the FailureHandlerEnabled field value if set, zero value otherwise.

func (*GateTask) GetFailureHandlerEnabledOk

func (o *GateTask) GetFailureHandlerEnabledOk() (*bool, bool)

GetFailureHandlerEnabledOk returns a tuple with the FailureHandlerEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetFailureHandlerInProgress

func (o *GateTask) GetFailureHandlerInProgress() bool

GetFailureHandlerInProgress returns the FailureHandlerInProgress field value if set, zero value otherwise.

func (*GateTask) GetFailureHandlerInProgressOk

func (o *GateTask) GetFailureHandlerInProgressOk() (*bool, bool)

GetFailureHandlerInProgressOk returns a tuple with the FailureHandlerInProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetFailureHandlerOk

func (o *GateTask) GetFailureHandlerOk() (*string, bool)

GetFailureHandlerOk returns a tuple with the FailureHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetFailuresCount

func (o *GateTask) GetFailuresCount() int32

GetFailuresCount returns the FailuresCount field value if set, zero value otherwise.

func (*GateTask) GetFailuresCountOk

func (o *GateTask) GetFailuresCountOk() (*int32, bool)

GetFailuresCountOk returns a tuple with the FailuresCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetFlagComment

func (o *GateTask) GetFlagComment() string

GetFlagComment returns the FlagComment field value if set, zero value otherwise.

func (*GateTask) GetFlagCommentOk

func (o *GateTask) GetFlagCommentOk() (*string, bool)

GetFlagCommentOk returns a tuple with the FlagComment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetFlagStatus

func (o *GateTask) GetFlagStatus() FlagStatus

GetFlagStatus returns the FlagStatus field value if set, zero value otherwise.

func (*GateTask) GetFlagStatusOk

func (o *GateTask) GetFlagStatusOk() (*FlagStatus, bool)

GetFlagStatusOk returns a tuple with the FlagStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetFlagged

func (o *GateTask) GetFlagged() bool

GetFlagged returns the Flagged field value if set, zero value otherwise.

func (*GateTask) GetFlaggedCount

func (o *GateTask) GetFlaggedCount() int32

GetFlaggedCount returns the FlaggedCount field value if set, zero value otherwise.

func (*GateTask) GetFlaggedCountOk

func (o *GateTask) GetFlaggedCountOk() (*int32, bool)

GetFlaggedCountOk returns a tuple with the FlaggedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetFlaggedOk

func (o *GateTask) GetFlaggedOk() (*bool, bool)

GetFlaggedOk returns a tuple with the Flagged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetGate

func (o *GateTask) GetGate() bool

GetGate returns the Gate field value if set, zero value otherwise.

func (*GateTask) GetGateOk

func (o *GateTask) GetGateOk() (*bool, bool)

GetGateOk returns a tuple with the Gate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetHasBeenDelayed

func (o *GateTask) GetHasBeenDelayed() bool

GetHasBeenDelayed returns the HasBeenDelayed field value if set, zero value otherwise.

func (*GateTask) GetHasBeenDelayedOk

func (o *GateTask) GetHasBeenDelayedOk() (*bool, bool)

GetHasBeenDelayedOk returns a tuple with the HasBeenDelayed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetHasBeenFlagged

func (o *GateTask) GetHasBeenFlagged() bool

GetHasBeenFlagged returns the HasBeenFlagged field value if set, zero value otherwise.

func (*GateTask) GetHasBeenFlaggedOk

func (o *GateTask) GetHasBeenFlaggedOk() (*bool, bool)

GetHasBeenFlaggedOk returns a tuple with the HasBeenFlagged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetId

func (o *GateTask) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*GateTask) GetIdOk

func (o *GateTask) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetInProgress

func (o *GateTask) GetInProgress() bool

GetInProgress returns the InProgress field value if set, zero value otherwise.

func (*GateTask) GetInProgressOk

func (o *GateTask) GetInProgressOk() (*bool, bool)

GetInProgressOk returns a tuple with the InProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetInputVariables

func (o *GateTask) GetInputVariables() []Variable

GetInputVariables returns the InputVariables field value if set, zero value otherwise.

func (*GateTask) GetInputVariablesOk

func (o *GateTask) GetInputVariablesOk() ([]Variable, bool)

GetInputVariablesOk returns a tuple with the InputVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetLocked

func (o *GateTask) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*GateTask) GetLockedOk

func (o *GateTask) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetMaxCommentSize

func (o *GateTask) GetMaxCommentSize() int32

GetMaxCommentSize returns the MaxCommentSize field value if set, zero value otherwise.

func (*GateTask) GetMaxCommentSizeOk

func (o *GateTask) GetMaxCommentSizeOk() (*int32, bool)

GetMaxCommentSizeOk returns a tuple with the MaxCommentSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetMovable

func (o *GateTask) GetMovable() bool

GetMovable returns the Movable field value if set, zero value otherwise.

func (*GateTask) GetMovableOk

func (o *GateTask) GetMovableOk() (*bool, bool)

GetMovableOk returns a tuple with the Movable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetNotYetReached

func (o *GateTask) GetNotYetReached() bool

GetNotYetReached returns the NotYetReached field value if set, zero value otherwise.

func (*GateTask) GetNotYetReachedOk

func (o *GateTask) GetNotYetReachedOk() (*bool, bool)

GetNotYetReachedOk returns a tuple with the NotYetReached field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetOpen

func (o *GateTask) GetOpen() bool

GetOpen returns the Open field value if set, zero value otherwise.

func (*GateTask) GetOpenInAdvance

func (o *GateTask) GetOpenInAdvance() bool

GetOpenInAdvance returns the OpenInAdvance field value if set, zero value otherwise.

func (*GateTask) GetOpenInAdvanceOk

func (o *GateTask) GetOpenInAdvanceOk() (*bool, bool)

GetOpenInAdvanceOk returns a tuple with the OpenInAdvance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetOpenOk

func (o *GateTask) GetOpenOk() (*bool, bool)

GetOpenOk returns a tuple with the Open field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetOrCalculateDueDate

func (o *GateTask) GetOrCalculateDueDate() time.Time

GetOrCalculateDueDate returns the OrCalculateDueDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GateTask) GetOrCalculateDueDateOk

func (o *GateTask) GetOrCalculateDueDateOk() (*time.Time, bool)

GetOrCalculateDueDateOk returns a tuple with the OrCalculateDueDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GateTask) GetOriginalScheduledStartDate

func (o *GateTask) GetOriginalScheduledStartDate() time.Time

GetOriginalScheduledStartDate returns the OriginalScheduledStartDate field value if set, zero value otherwise.

func (*GateTask) GetOriginalScheduledStartDateOk

func (o *GateTask) GetOriginalScheduledStartDateOk() (*time.Time, bool)

GetOriginalScheduledStartDateOk returns a tuple with the OriginalScheduledStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetOverdue

func (o *GateTask) GetOverdue() bool

GetOverdue returns the Overdue field value if set, zero value otherwise.

func (*GateTask) GetOverdueNotified

func (o *GateTask) GetOverdueNotified() bool

GetOverdueNotified returns the OverdueNotified field value if set, zero value otherwise.

func (*GateTask) GetOverdueNotifiedOk

func (o *GateTask) GetOverdueNotifiedOk() (*bool, bool)

GetOverdueNotifiedOk returns a tuple with the OverdueNotified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetOverdueOk

func (o *GateTask) GetOverdueOk() (*bool, bool)

GetOverdueOk returns a tuple with the Overdue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetOwner

func (o *GateTask) GetOwner() string

GetOwner returns the Owner field value if set, zero value otherwise.

func (*GateTask) GetOwnerOk

func (o *GateTask) GetOwnerOk() (*string, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetParallelGroup

func (o *GateTask) GetParallelGroup() bool

GetParallelGroup returns the ParallelGroup field value if set, zero value otherwise.

func (*GateTask) GetParallelGroupOk

func (o *GateTask) GetParallelGroupOk() (*bool, bool)

GetParallelGroupOk returns a tuple with the ParallelGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetPending

func (o *GateTask) GetPending() bool

GetPending returns the Pending field value if set, zero value otherwise.

func (*GateTask) GetPendingOk

func (o *GateTask) GetPendingOk() (*bool, bool)

GetPendingOk returns a tuple with the Pending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetPhase

func (o *GateTask) GetPhase() Phase

GetPhase returns the Phase field value if set, zero value otherwise.

func (*GateTask) GetPhaseOk

func (o *GateTask) GetPhaseOk() (*Phase, bool)

GetPhaseOk returns a tuple with the Phase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetPlanned

func (o *GateTask) GetPlanned() bool

GetPlanned returns the Planned field value if set, zero value otherwise.

func (*GateTask) GetPlannedDuration

func (o *GateTask) GetPlannedDuration() int32

GetPlannedDuration returns the PlannedDuration field value if set, zero value otherwise.

func (*GateTask) GetPlannedDurationOk

func (o *GateTask) GetPlannedDurationOk() (*int32, bool)

GetPlannedDurationOk returns a tuple with the PlannedDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetPlannedOk

func (o *GateTask) GetPlannedOk() (*bool, bool)

GetPlannedOk returns a tuple with the Planned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetPostponedDueToBlackout

func (o *GateTask) GetPostponedDueToBlackout() bool

GetPostponedDueToBlackout returns the PostponedDueToBlackout field value if set, zero value otherwise.

func (*GateTask) GetPostponedDueToBlackoutOk

func (o *GateTask) GetPostponedDueToBlackoutOk() (*bool, bool)

GetPostponedDueToBlackoutOk returns a tuple with the PostponedDueToBlackout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetPostponedUntilEnvironmentsAreReserved

func (o *GateTask) GetPostponedUntilEnvironmentsAreReserved() bool

GetPostponedUntilEnvironmentsAreReserved returns the PostponedUntilEnvironmentsAreReserved field value if set, zero value otherwise.

func (*GateTask) GetPostponedUntilEnvironmentsAreReservedOk

func (o *GateTask) GetPostponedUntilEnvironmentsAreReservedOk() (*bool, bool)

GetPostponedUntilEnvironmentsAreReservedOk returns a tuple with the PostponedUntilEnvironmentsAreReserved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetPrecondition

func (o *GateTask) GetPrecondition() string

GetPrecondition returns the Precondition field value if set, zero value otherwise.

func (*GateTask) GetPreconditionEnabled

func (o *GateTask) GetPreconditionEnabled() bool

GetPreconditionEnabled returns the PreconditionEnabled field value if set, zero value otherwise.

func (*GateTask) GetPreconditionEnabledOk

func (o *GateTask) GetPreconditionEnabledOk() (*bool, bool)

GetPreconditionEnabledOk returns a tuple with the PreconditionEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetPreconditionInProgress

func (o *GateTask) GetPreconditionInProgress() bool

GetPreconditionInProgress returns the PreconditionInProgress field value if set, zero value otherwise.

func (*GateTask) GetPreconditionInProgressOk

func (o *GateTask) GetPreconditionInProgressOk() (*bool, bool)

GetPreconditionInProgressOk returns a tuple with the PreconditionInProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetPreconditionOk

func (o *GateTask) GetPreconditionOk() (*string, bool)

GetPreconditionOk returns a tuple with the Precondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetReferencedVariables

func (o *GateTask) GetReferencedVariables() []Variable

GetReferencedVariables returns the ReferencedVariables field value if set, zero value otherwise.

func (*GateTask) GetReferencedVariablesOk

func (o *GateTask) GetReferencedVariablesOk() ([]Variable, bool)

GetReferencedVariablesOk returns a tuple with the ReferencedVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetRelease

func (o *GateTask) GetRelease() Release

GetRelease returns the Release field value if set, zero value otherwise.

func (*GateTask) GetReleaseOk

func (o *GateTask) GetReleaseOk() (*Release, bool)

GetReleaseOk returns a tuple with the Release field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetReleaseOwner

func (o *GateTask) GetReleaseOwner() string

GetReleaseOwner returns the ReleaseOwner field value if set, zero value otherwise.

func (*GateTask) GetReleaseOwnerOk

func (o *GateTask) GetReleaseOwnerOk() (*string, bool)

GetReleaseOwnerOk returns a tuple with the ReleaseOwner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetReleaseUid

func (o *GateTask) GetReleaseUid() int32

GetReleaseUid returns the ReleaseUid field value if set, zero value otherwise.

func (*GateTask) GetReleaseUidOk

func (o *GateTask) GetReleaseUidOk() (*int32, bool)

GetReleaseUidOk returns a tuple with the ReleaseUid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetScheduledStartDate

func (o *GateTask) GetScheduledStartDate() time.Time

GetScheduledStartDate returns the ScheduledStartDate field value if set, zero value otherwise.

func (*GateTask) GetScheduledStartDateOk

func (o *GateTask) GetScheduledStartDateOk() (*time.Time, bool)

GetScheduledStartDateOk returns a tuple with the ScheduledStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetSkipped

func (o *GateTask) GetSkipped() bool

GetSkipped returns the Skipped field value if set, zero value otherwise.

func (*GateTask) GetSkippedInAdvance

func (o *GateTask) GetSkippedInAdvance() bool

GetSkippedInAdvance returns the SkippedInAdvance field value if set, zero value otherwise.

func (*GateTask) GetSkippedInAdvanceOk

func (o *GateTask) GetSkippedInAdvanceOk() (*bool, bool)

GetSkippedInAdvanceOk returns a tuple with the SkippedInAdvance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetSkippedOk

func (o *GateTask) GetSkippedOk() (*bool, bool)

GetSkippedOk returns a tuple with the Skipped field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetStartDate

func (o *GateTask) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*GateTask) GetStartDateOk

func (o *GateTask) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetStartOrScheduledDate

func (o *GateTask) GetStartOrScheduledDate() time.Time

GetStartOrScheduledDate returns the StartOrScheduledDate field value if set, zero value otherwise.

func (*GateTask) GetStartOrScheduledDateOk

func (o *GateTask) GetStartOrScheduledDateOk() (*time.Time, bool)

GetStartOrScheduledDateOk returns a tuple with the StartOrScheduledDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetStatus

func (o *GateTask) GetStatus() TaskStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*GateTask) GetStatusOk

func (o *GateTask) GetStatusOk() (*TaskStatus, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetTags

func (o *GateTask) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*GateTask) GetTagsOk

func (o *GateTask) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetTaskFailureHandlerEnabled

func (o *GateTask) GetTaskFailureHandlerEnabled() bool

GetTaskFailureHandlerEnabled returns the TaskFailureHandlerEnabled field value if set, zero value otherwise.

func (*GateTask) GetTaskFailureHandlerEnabledOk

func (o *GateTask) GetTaskFailureHandlerEnabledOk() (*bool, bool)

GetTaskFailureHandlerEnabledOk returns a tuple with the TaskFailureHandlerEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetTaskGroup

func (o *GateTask) GetTaskGroup() bool

GetTaskGroup returns the TaskGroup field value if set, zero value otherwise.

func (*GateTask) GetTaskGroupOk

func (o *GateTask) GetTaskGroupOk() (*bool, bool)

GetTaskGroupOk returns a tuple with the TaskGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetTaskRecoverOp

func (o *GateTask) GetTaskRecoverOp() TaskRecoverOp

GetTaskRecoverOp returns the TaskRecoverOp field value if set, zero value otherwise.

func (*GateTask) GetTaskRecoverOpOk

func (o *GateTask) GetTaskRecoverOpOk() (*TaskRecoverOp, bool)

GetTaskRecoverOpOk returns a tuple with the TaskRecoverOp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetTaskType

func (o *GateTask) GetTaskType() map[string]interface{}

GetTaskType returns the TaskType field value if set, zero value otherwise.

func (*GateTask) GetTaskTypeOk

func (o *GateTask) GetTaskTypeOk() (map[string]interface{}, bool)

GetTaskTypeOk returns a tuple with the TaskType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetTeam

func (o *GateTask) GetTeam() string

GetTeam returns the Team field value if set, zero value otherwise.

func (*GateTask) GetTeamOk

func (o *GateTask) GetTeamOk() (*string, bool)

GetTeamOk returns a tuple with the Team field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetTitle

func (o *GateTask) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*GateTask) GetTitleOk

func (o *GateTask) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetType

func (o *GateTask) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*GateTask) GetTypeOk

func (o *GateTask) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetUnboundRequiredVariables

func (o *GateTask) GetUnboundRequiredVariables() []string

GetUnboundRequiredVariables returns the UnboundRequiredVariables field value if set, zero value otherwise.

func (*GateTask) GetUnboundRequiredVariablesOk

func (o *GateTask) GetUnboundRequiredVariablesOk() ([]string, bool)

GetUnboundRequiredVariablesOk returns a tuple with the UnboundRequiredVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetUpdatable

func (o *GateTask) GetUpdatable() bool

GetUpdatable returns the Updatable field value if set, zero value otherwise.

func (*GateTask) GetUpdatableOk

func (o *GateTask) GetUpdatableOk() (*bool, bool)

GetUpdatableOk returns a tuple with the Updatable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetUrl

func (o *GateTask) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*GateTask) GetUrlOk

func (o *GateTask) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetVariableMapping

func (o *GateTask) GetVariableMapping() map[string]string

GetVariableMapping returns the VariableMapping field value if set, zero value otherwise.

func (*GateTask) GetVariableMappingOk

func (o *GateTask) GetVariableMappingOk() (*map[string]string, bool)

GetVariableMappingOk returns a tuple with the VariableMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetVariableUsages

func (o *GateTask) GetVariableUsages() []UsagePoint

GetVariableUsages returns the VariableUsages field value if set, zero value otherwise.

func (*GateTask) GetVariableUsagesOk

func (o *GateTask) GetVariableUsagesOk() ([]UsagePoint, bool)

GetVariableUsagesOk returns a tuple with the VariableUsages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetWaitForScheduledStartDate

func (o *GateTask) GetWaitForScheduledStartDate() bool

GetWaitForScheduledStartDate returns the WaitForScheduledStartDate field value if set, zero value otherwise.

func (*GateTask) GetWaitForScheduledStartDateOk

func (o *GateTask) GetWaitForScheduledStartDateOk() (*bool, bool)

GetWaitForScheduledStartDateOk returns a tuple with the WaitForScheduledStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetWaitingForInput

func (o *GateTask) GetWaitingForInput() bool

GetWaitingForInput returns the WaitingForInput field value if set, zero value otherwise.

func (*GateTask) GetWaitingForInputOk

func (o *GateTask) GetWaitingForInputOk() (*bool, bool)

GetWaitingForInputOk returns a tuple with the WaitingForInput field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) GetWatchers

func (o *GateTask) GetWatchers() []string

GetWatchers returns the Watchers field value if set, zero value otherwise.

func (*GateTask) GetWatchersOk

func (o *GateTask) GetWatchersOk() ([]string, bool)

GetWatchersOk returns a tuple with the Watchers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GateTask) HasAbortScript

func (o *GateTask) HasAbortScript() bool

HasAbortScript returns a boolean if a field has been set.

func (*GateTask) HasAbortScriptInProgress

func (o *GateTask) HasAbortScriptInProgress() bool

HasAbortScriptInProgress returns a boolean if a field has been set.

func (*GateTask) HasAborted

func (o *GateTask) HasAborted() bool

HasAborted returns a boolean if a field has been set.

func (*GateTask) HasAbortedDependencyTitles

func (o *GateTask) HasAbortedDependencyTitles() bool

HasAbortedDependencyTitles returns a boolean if a field has been set.

func (*GateTask) HasActive

func (o *GateTask) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*GateTask) HasActualDuration

func (o *GateTask) HasActualDuration() bool

HasActualDuration returns a boolean if a field has been set.

func (*GateTask) HasAllTasks

func (o *GateTask) HasAllTasks() bool

HasAllTasks returns a boolean if a field has been set.

func (*GateTask) HasAttachments

func (o *GateTask) HasAttachments() bool

HasAttachments returns a boolean if a field has been set.

func (*GateTask) HasAutomated

func (o *GateTask) HasAutomated() bool

HasAutomated returns a boolean if a field has been set.

func (*GateTask) HasBlackoutMetadata

func (o *GateTask) HasBlackoutMetadata() bool

HasBlackoutMetadata returns a boolean if a field has been set.

func (*GateTask) HasCheckAttributes

func (o *GateTask) HasCheckAttributes() bool

HasCheckAttributes returns a boolean if a field has been set.

func (*GateTask) HasChildren

func (o *GateTask) HasChildren() bool

HasChildren returns a boolean if a field has been set.

func (*GateTask) HasCiUid

func (o *GateTask) HasCiUid() bool

HasCiUid returns a boolean if a field has been set.

func (*GateTask) HasComments

func (o *GateTask) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*GateTask) HasCompletable

func (o *GateTask) HasCompletable() bool

HasCompletable returns a boolean if a field has been set.

func (*GateTask) HasCompletedInAdvance

func (o *GateTask) HasCompletedInAdvance() bool

HasCompletedInAdvance returns a boolean if a field has been set.

func (*GateTask) HasComputedPlannedDuration

func (o *GateTask) HasComputedPlannedDuration() bool

HasComputedPlannedDuration returns a boolean if a field has been set.

func (*GateTask) HasConditions

func (o *GateTask) HasConditions() bool

HasConditions returns a boolean if a field has been set.

func (*GateTask) HasConfigurationUri

func (o *GateTask) HasConfigurationUri() bool

HasConfigurationUri returns a boolean if a field has been set.

func (*GateTask) HasContainer

func (o *GateTask) HasContainer() bool

HasContainer returns a boolean if a field has been set.

func (*GateTask) HasDefunct

func (o *GateTask) HasDefunct() bool

HasDefunct returns a boolean if a field has been set.

func (*GateTask) HasDelayDuringBlackout

func (o *GateTask) HasDelayDuringBlackout() bool

HasDelayDuringBlackout returns a boolean if a field has been set.

func (*GateTask) HasDelayedCount

func (o *GateTask) HasDelayedCount() bool

HasDelayedCount returns a boolean if a field has been set.

func (*GateTask) HasDependencies

func (o *GateTask) HasDependencies() bool

HasDependencies returns a boolean if a field has been set.

func (*GateTask) HasDescription

func (o *GateTask) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*GateTask) HasDisplayPath

func (o *GateTask) HasDisplayPath() bool

HasDisplayPath returns a boolean if a field has been set.

func (*GateTask) HasDone

func (o *GateTask) HasDone() bool

HasDone returns a boolean if a field has been set.

func (*GateTask) HasDoneInAdvance

func (o *GateTask) HasDoneInAdvance() bool

HasDoneInAdvance returns a boolean if a field has been set.

func (*GateTask) HasDueDate

func (o *GateTask) HasDueDate() bool

HasDueDate returns a boolean if a field has been set.

func (*GateTask) HasDueSoon

func (o *GateTask) HasDueSoon() bool

HasDueSoon returns a boolean if a field has been set.

func (*GateTask) HasDueSoonNotified

func (o *GateTask) HasDueSoonNotified() bool

HasDueSoonNotified returns a boolean if a field has been set.

func (*GateTask) HasElapsedDurationFraction

func (o *GateTask) HasElapsedDurationFraction() bool

HasElapsedDurationFraction returns a boolean if a field has been set.

func (*GateTask) HasEndDate

func (o *GateTask) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*GateTask) HasEndOrDueDate

func (o *GateTask) HasEndOrDueDate() bool

HasEndOrDueDate returns a boolean if a field has been set.

func (*GateTask) HasExecutionId

func (o *GateTask) HasExecutionId() bool

HasExecutionId returns a boolean if a field has been set.

func (*GateTask) HasExternalVariableMapping

func (o *GateTask) HasExternalVariableMapping() bool

HasExternalVariableMapping returns a boolean if a field has been set.

func (*GateTask) HasFacetInProgress

func (o *GateTask) HasFacetInProgress() bool

HasFacetInProgress returns a boolean if a field has been set.

func (*GateTask) HasFacets

func (o *GateTask) HasFacets() bool

HasFacets returns a boolean if a field has been set.

func (*GateTask) HasFailed

func (o *GateTask) HasFailed() bool

HasFailed returns a boolean if a field has been set.

func (*GateTask) HasFailing

func (o *GateTask) HasFailing() bool

HasFailing returns a boolean if a field has been set.

func (*GateTask) HasFailureHandler

func (o *GateTask) HasFailureHandler() bool

HasFailureHandler returns a boolean if a field has been set.

func (*GateTask) HasFailureHandlerEnabled

func (o *GateTask) HasFailureHandlerEnabled() bool

HasFailureHandlerEnabled returns a boolean if a field has been set.

func (*GateTask) HasFailureHandlerInProgress

func (o *GateTask) HasFailureHandlerInProgress() bool

HasFailureHandlerInProgress returns a boolean if a field has been set.

func (*GateTask) HasFailuresCount

func (o *GateTask) HasFailuresCount() bool

HasFailuresCount returns a boolean if a field has been set.

func (*GateTask) HasFlagComment

func (o *GateTask) HasFlagComment() bool

HasFlagComment returns a boolean if a field has been set.

func (*GateTask) HasFlagStatus

func (o *GateTask) HasFlagStatus() bool

HasFlagStatus returns a boolean if a field has been set.

func (*GateTask) HasFlagged

func (o *GateTask) HasFlagged() bool

HasFlagged returns a boolean if a field has been set.

func (*GateTask) HasFlaggedCount

func (o *GateTask) HasFlaggedCount() bool

HasFlaggedCount returns a boolean if a field has been set.

func (*GateTask) HasGate

func (o *GateTask) HasGate() bool

HasGate returns a boolean if a field has been set.

func (*GateTask) HasHasBeenDelayed

func (o *GateTask) HasHasBeenDelayed() bool

HasHasBeenDelayed returns a boolean if a field has been set.

func (*GateTask) HasHasBeenFlagged

func (o *GateTask) HasHasBeenFlagged() bool

HasHasBeenFlagged returns a boolean if a field has been set.

func (*GateTask) HasId

func (o *GateTask) HasId() bool

HasId returns a boolean if a field has been set.

func (*GateTask) HasInProgress

func (o *GateTask) HasInProgress() bool

HasInProgress returns a boolean if a field has been set.

func (*GateTask) HasInputVariables

func (o *GateTask) HasInputVariables() bool

HasInputVariables returns a boolean if a field has been set.

func (*GateTask) HasLocked

func (o *GateTask) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*GateTask) HasMaxCommentSize

func (o *GateTask) HasMaxCommentSize() bool

HasMaxCommentSize returns a boolean if a field has been set.

func (*GateTask) HasMovable

func (o *GateTask) HasMovable() bool

HasMovable returns a boolean if a field has been set.

func (*GateTask) HasNotYetReached

func (o *GateTask) HasNotYetReached() bool

HasNotYetReached returns a boolean if a field has been set.

func (*GateTask) HasOpen

func (o *GateTask) HasOpen() bool

HasOpen returns a boolean if a field has been set.

func (*GateTask) HasOpenInAdvance

func (o *GateTask) HasOpenInAdvance() bool

HasOpenInAdvance returns a boolean if a field has been set.

func (*GateTask) HasOrCalculateDueDate

func (o *GateTask) HasOrCalculateDueDate() bool

HasOrCalculateDueDate returns a boolean if a field has been set.

func (*GateTask) HasOriginalScheduledStartDate

func (o *GateTask) HasOriginalScheduledStartDate() bool

HasOriginalScheduledStartDate returns a boolean if a field has been set.

func (*GateTask) HasOverdue

func (o *GateTask) HasOverdue() bool

HasOverdue returns a boolean if a field has been set.

func (*GateTask) HasOverdueNotified

func (o *GateTask) HasOverdueNotified() bool

HasOverdueNotified returns a boolean if a field has been set.

func (*GateTask) HasOwner

func (o *GateTask) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*GateTask) HasParallelGroup

func (o *GateTask) HasParallelGroup() bool

HasParallelGroup returns a boolean if a field has been set.

func (*GateTask) HasPending

func (o *GateTask) HasPending() bool

HasPending returns a boolean if a field has been set.

func (*GateTask) HasPhase

func (o *GateTask) HasPhase() bool

HasPhase returns a boolean if a field has been set.

func (*GateTask) HasPlanned

func (o *GateTask) HasPlanned() bool

HasPlanned returns a boolean if a field has been set.

func (*GateTask) HasPlannedDuration

func (o *GateTask) HasPlannedDuration() bool

HasPlannedDuration returns a boolean if a field has been set.

func (*GateTask) HasPostponedDueToBlackout

func (o *GateTask) HasPostponedDueToBlackout() bool

HasPostponedDueToBlackout returns a boolean if a field has been set.

func (*GateTask) HasPostponedUntilEnvironmentsAreReserved

func (o *GateTask) HasPostponedUntilEnvironmentsAreReserved() bool

HasPostponedUntilEnvironmentsAreReserved returns a boolean if a field has been set.

func (*GateTask) HasPrecondition

func (o *GateTask) HasPrecondition() bool

HasPrecondition returns a boolean if a field has been set.

func (*GateTask) HasPreconditionEnabled

func (o *GateTask) HasPreconditionEnabled() bool

HasPreconditionEnabled returns a boolean if a field has been set.

func (*GateTask) HasPreconditionInProgress

func (o *GateTask) HasPreconditionInProgress() bool

HasPreconditionInProgress returns a boolean if a field has been set.

func (*GateTask) HasReferencedVariables

func (o *GateTask) HasReferencedVariables() bool

HasReferencedVariables returns a boolean if a field has been set.

func (*GateTask) HasRelease

func (o *GateTask) HasRelease() bool

HasRelease returns a boolean if a field has been set.

func (*GateTask) HasReleaseOwner

func (o *GateTask) HasReleaseOwner() bool

HasReleaseOwner returns a boolean if a field has been set.

func (*GateTask) HasReleaseUid

func (o *GateTask) HasReleaseUid() bool

HasReleaseUid returns a boolean if a field has been set.

func (*GateTask) HasScheduledStartDate

func (o *GateTask) HasScheduledStartDate() bool

HasScheduledStartDate returns a boolean if a field has been set.

func (*GateTask) HasSkipped

func (o *GateTask) HasSkipped() bool

HasSkipped returns a boolean if a field has been set.

func (*GateTask) HasSkippedInAdvance

func (o *GateTask) HasSkippedInAdvance() bool

HasSkippedInAdvance returns a boolean if a field has been set.

func (*GateTask) HasStartDate

func (o *GateTask) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*GateTask) HasStartOrScheduledDate

func (o *GateTask) HasStartOrScheduledDate() bool

HasStartOrScheduledDate returns a boolean if a field has been set.

func (*GateTask) HasStatus

func (o *GateTask) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*GateTask) HasTags

func (o *GateTask) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*GateTask) HasTaskFailureHandlerEnabled

func (o *GateTask) HasTaskFailureHandlerEnabled() bool

HasTaskFailureHandlerEnabled returns a boolean if a field has been set.

func (*GateTask) HasTaskGroup

func (o *GateTask) HasTaskGroup() bool

HasTaskGroup returns a boolean if a field has been set.

func (*GateTask) HasTaskRecoverOp

func (o *GateTask) HasTaskRecoverOp() bool

HasTaskRecoverOp returns a boolean if a field has been set.

func (*GateTask) HasTaskType

func (o *GateTask) HasTaskType() bool

HasTaskType returns a boolean if a field has been set.

func (*GateTask) HasTeam

func (o *GateTask) HasTeam() bool

HasTeam returns a boolean if a field has been set.

func (*GateTask) HasTitle

func (o *GateTask) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*GateTask) HasType

func (o *GateTask) HasType() bool

HasType returns a boolean if a field has been set.

func (*GateTask) HasUnboundRequiredVariables

func (o *GateTask) HasUnboundRequiredVariables() bool

HasUnboundRequiredVariables returns a boolean if a field has been set.

func (*GateTask) HasUpdatable

func (o *GateTask) HasUpdatable() bool

HasUpdatable returns a boolean if a field has been set.

func (*GateTask) HasUrl

func (o *GateTask) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (*GateTask) HasVariableMapping

func (o *GateTask) HasVariableMapping() bool

HasVariableMapping returns a boolean if a field has been set.

func (*GateTask) HasVariableUsages

func (o *GateTask) HasVariableUsages() bool

HasVariableUsages returns a boolean if a field has been set.

func (*GateTask) HasWaitForScheduledStartDate

func (o *GateTask) HasWaitForScheduledStartDate() bool

HasWaitForScheduledStartDate returns a boolean if a field has been set.

func (*GateTask) HasWaitingForInput

func (o *GateTask) HasWaitingForInput() bool

HasWaitingForInput returns a boolean if a field has been set.

func (*GateTask) HasWatchers

func (o *GateTask) HasWatchers() bool

HasWatchers returns a boolean if a field has been set.

func (GateTask) MarshalJSON

func (o GateTask) MarshalJSON() ([]byte, error)

func (*GateTask) SetAbortScript

func (o *GateTask) SetAbortScript(v string)

SetAbortScript gets a reference to the given string and assigns it to the AbortScript field.

func (*GateTask) SetAbortScriptInProgress

func (o *GateTask) SetAbortScriptInProgress(v bool)

SetAbortScriptInProgress gets a reference to the given bool and assigns it to the AbortScriptInProgress field.

func (*GateTask) SetAborted

func (o *GateTask) SetAborted(v bool)

SetAborted gets a reference to the given bool and assigns it to the Aborted field.

func (*GateTask) SetAbortedDependencyTitles

func (o *GateTask) SetAbortedDependencyTitles(v string)

SetAbortedDependencyTitles gets a reference to the given string and assigns it to the AbortedDependencyTitles field.

func (*GateTask) SetActive

func (o *GateTask) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*GateTask) SetActualDuration

func (o *GateTask) SetActualDuration(v map[string]interface{})

SetActualDuration gets a reference to the given map[string]interface{} and assigns it to the ActualDuration field.

func (*GateTask) SetAllTasks

func (o *GateTask) SetAllTasks(v []Task)

SetAllTasks gets a reference to the given []Task and assigns it to the AllTasks field.

func (*GateTask) SetAttachments

func (o *GateTask) SetAttachments(v []Attachment)

SetAttachments gets a reference to the given []Attachment and assigns it to the Attachments field.

func (*GateTask) SetAutomated

func (o *GateTask) SetAutomated(v bool)

SetAutomated gets a reference to the given bool and assigns it to the Automated field.

func (*GateTask) SetBlackoutMetadata

func (o *GateTask) SetBlackoutMetadata(v BlackoutMetadata)

SetBlackoutMetadata gets a reference to the given BlackoutMetadata and assigns it to the BlackoutMetadata field.

func (*GateTask) SetCheckAttributes

func (o *GateTask) SetCheckAttributes(v bool)

SetCheckAttributes gets a reference to the given bool and assigns it to the CheckAttributes field.

func (*GateTask) SetChildren

func (o *GateTask) SetChildren(v []PlanItem)

SetChildren gets a reference to the given []PlanItem and assigns it to the Children field.

func (*GateTask) SetCiUid

func (o *GateTask) SetCiUid(v int32)

SetCiUid gets a reference to the given int32 and assigns it to the CiUid field.

func (*GateTask) SetComments

func (o *GateTask) SetComments(v []Comment)

SetComments gets a reference to the given []Comment and assigns it to the Comments field.

func (*GateTask) SetCompletable

func (o *GateTask) SetCompletable(v bool)

SetCompletable gets a reference to the given bool and assigns it to the Completable field.

func (*GateTask) SetCompletedInAdvance

func (o *GateTask) SetCompletedInAdvance(v bool)

SetCompletedInAdvance gets a reference to the given bool and assigns it to the CompletedInAdvance field.

func (*GateTask) SetComputedPlannedDuration

func (o *GateTask) SetComputedPlannedDuration(v map[string]interface{})

SetComputedPlannedDuration gets a reference to the given map[string]interface{} and assigns it to the ComputedPlannedDuration field.

func (*GateTask) SetConditions

func (o *GateTask) SetConditions(v []GateCondition)

SetConditions gets a reference to the given []GateCondition and assigns it to the Conditions field.

func (*GateTask) SetConfigurationUri

func (o *GateTask) SetConfigurationUri(v string)

SetConfigurationUri gets a reference to the given string and assigns it to the ConfigurationUri field.

func (*GateTask) SetContainer

func (o *GateTask) SetContainer(v TaskContainer)

SetContainer gets a reference to the given TaskContainer and assigns it to the Container field.

func (*GateTask) SetDefunct

func (o *GateTask) SetDefunct(v bool)

SetDefunct gets a reference to the given bool and assigns it to the Defunct field.

func (*GateTask) SetDelayDuringBlackout

func (o *GateTask) SetDelayDuringBlackout(v bool)

SetDelayDuringBlackout gets a reference to the given bool and assigns it to the DelayDuringBlackout field.

func (*GateTask) SetDelayedCount

func (o *GateTask) SetDelayedCount(v int32)

SetDelayedCount gets a reference to the given int32 and assigns it to the DelayedCount field.

func (*GateTask) SetDependencies

func (o *GateTask) SetDependencies(v []Dependency)

SetDependencies gets a reference to the given []Dependency and assigns it to the Dependencies field.

func (*GateTask) SetDescription

func (o *GateTask) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*GateTask) SetDisplayPath

func (o *GateTask) SetDisplayPath(v string)

SetDisplayPath gets a reference to the given string and assigns it to the DisplayPath field.

func (*GateTask) SetDone

func (o *GateTask) SetDone(v bool)

SetDone gets a reference to the given bool and assigns it to the Done field.

func (*GateTask) SetDoneInAdvance

func (o *GateTask) SetDoneInAdvance(v bool)

SetDoneInAdvance gets a reference to the given bool and assigns it to the DoneInAdvance field.

func (*GateTask) SetDueDate

func (o *GateTask) SetDueDate(v time.Time)

SetDueDate gets a reference to the given time.Time and assigns it to the DueDate field.

func (*GateTask) SetDueSoon

func (o *GateTask) SetDueSoon(v bool)

SetDueSoon gets a reference to the given bool and assigns it to the DueSoon field.

func (*GateTask) SetDueSoonNotified

func (o *GateTask) SetDueSoonNotified(v bool)

SetDueSoonNotified gets a reference to the given bool and assigns it to the DueSoonNotified field.

func (*GateTask) SetElapsedDurationFraction

func (o *GateTask) SetElapsedDurationFraction(v float64)

SetElapsedDurationFraction gets a reference to the given float64 and assigns it to the ElapsedDurationFraction field.

func (*GateTask) SetEndDate

func (o *GateTask) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*GateTask) SetEndOrDueDate

func (o *GateTask) SetEndOrDueDate(v time.Time)

SetEndOrDueDate gets a reference to the given time.Time and assigns it to the EndOrDueDate field.

func (*GateTask) SetExecutionId

func (o *GateTask) SetExecutionId(v string)

SetExecutionId gets a reference to the given string and assigns it to the ExecutionId field.

func (*GateTask) SetExternalVariableMapping

func (o *GateTask) SetExternalVariableMapping(v map[string]string)

SetExternalVariableMapping gets a reference to the given map[string]string and assigns it to the ExternalVariableMapping field.

func (*GateTask) SetFacetInProgress

func (o *GateTask) SetFacetInProgress(v bool)

SetFacetInProgress gets a reference to the given bool and assigns it to the FacetInProgress field.

func (*GateTask) SetFacets

func (o *GateTask) SetFacets(v []Facet)

SetFacets gets a reference to the given []Facet and assigns it to the Facets field.

func (*GateTask) SetFailed

func (o *GateTask) SetFailed(v bool)

SetFailed gets a reference to the given bool and assigns it to the Failed field.

func (*GateTask) SetFailing

func (o *GateTask) SetFailing(v bool)

SetFailing gets a reference to the given bool and assigns it to the Failing field.

func (*GateTask) SetFailureHandler

func (o *GateTask) SetFailureHandler(v string)

SetFailureHandler gets a reference to the given string and assigns it to the FailureHandler field.

func (*GateTask) SetFailureHandlerEnabled

func (o *GateTask) SetFailureHandlerEnabled(v bool)

SetFailureHandlerEnabled gets a reference to the given bool and assigns it to the FailureHandlerEnabled field.

func (*GateTask) SetFailureHandlerInProgress

func (o *GateTask) SetFailureHandlerInProgress(v bool)

SetFailureHandlerInProgress gets a reference to the given bool and assigns it to the FailureHandlerInProgress field.

func (*GateTask) SetFailuresCount

func (o *GateTask) SetFailuresCount(v int32)

SetFailuresCount gets a reference to the given int32 and assigns it to the FailuresCount field.

func (*GateTask) SetFlagComment

func (o *GateTask) SetFlagComment(v string)

SetFlagComment gets a reference to the given string and assigns it to the FlagComment field.

func (*GateTask) SetFlagStatus

func (o *GateTask) SetFlagStatus(v FlagStatus)

SetFlagStatus gets a reference to the given FlagStatus and assigns it to the FlagStatus field.

func (*GateTask) SetFlagged

func (o *GateTask) SetFlagged(v bool)

SetFlagged gets a reference to the given bool and assigns it to the Flagged field.

func (*GateTask) SetFlaggedCount

func (o *GateTask) SetFlaggedCount(v int32)

SetFlaggedCount gets a reference to the given int32 and assigns it to the FlaggedCount field.

func (*GateTask) SetGate

func (o *GateTask) SetGate(v bool)

SetGate gets a reference to the given bool and assigns it to the Gate field.

func (*GateTask) SetHasBeenDelayed

func (o *GateTask) SetHasBeenDelayed(v bool)

SetHasBeenDelayed gets a reference to the given bool and assigns it to the HasBeenDelayed field.

func (*GateTask) SetHasBeenFlagged

func (o *GateTask) SetHasBeenFlagged(v bool)

SetHasBeenFlagged gets a reference to the given bool and assigns it to the HasBeenFlagged field.

func (*GateTask) SetId

func (o *GateTask) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*GateTask) SetInProgress

func (o *GateTask) SetInProgress(v bool)

SetInProgress gets a reference to the given bool and assigns it to the InProgress field.

func (*GateTask) SetInputVariables

func (o *GateTask) SetInputVariables(v []Variable)

SetInputVariables gets a reference to the given []Variable and assigns it to the InputVariables field.

func (*GateTask) SetLocked

func (o *GateTask) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*GateTask) SetMaxCommentSize

func (o *GateTask) SetMaxCommentSize(v int32)

SetMaxCommentSize gets a reference to the given int32 and assigns it to the MaxCommentSize field.

func (*GateTask) SetMovable

func (o *GateTask) SetMovable(v bool)

SetMovable gets a reference to the given bool and assigns it to the Movable field.

func (*GateTask) SetNotYetReached

func (o *GateTask) SetNotYetReached(v bool)

SetNotYetReached gets a reference to the given bool and assigns it to the NotYetReached field.

func (*GateTask) SetOpen

func (o *GateTask) SetOpen(v bool)

SetOpen gets a reference to the given bool and assigns it to the Open field.

func (*GateTask) SetOpenInAdvance

func (o *GateTask) SetOpenInAdvance(v bool)

SetOpenInAdvance gets a reference to the given bool and assigns it to the OpenInAdvance field.

func (*GateTask) SetOrCalculateDueDate

func (o *GateTask) SetOrCalculateDueDate(v time.Time)

SetOrCalculateDueDate gets a reference to the given NullableTime and assigns it to the OrCalculateDueDate field.

func (*GateTask) SetOrCalculateDueDateNil

func (o *GateTask) SetOrCalculateDueDateNil()

SetOrCalculateDueDateNil sets the value for OrCalculateDueDate to be an explicit nil

func (*GateTask) SetOriginalScheduledStartDate

func (o *GateTask) SetOriginalScheduledStartDate(v time.Time)

SetOriginalScheduledStartDate gets a reference to the given time.Time and assigns it to the OriginalScheduledStartDate field.

func (*GateTask) SetOverdue

func (o *GateTask) SetOverdue(v bool)

SetOverdue gets a reference to the given bool and assigns it to the Overdue field.

func (*GateTask) SetOverdueNotified

func (o *GateTask) SetOverdueNotified(v bool)

SetOverdueNotified gets a reference to the given bool and assigns it to the OverdueNotified field.

func (*GateTask) SetOwner

func (o *GateTask) SetOwner(v string)

SetOwner gets a reference to the given string and assigns it to the Owner field.

func (*GateTask) SetParallelGroup

func (o *GateTask) SetParallelGroup(v bool)

SetParallelGroup gets a reference to the given bool and assigns it to the ParallelGroup field.

func (*GateTask) SetPending

func (o *GateTask) SetPending(v bool)

SetPending gets a reference to the given bool and assigns it to the Pending field.

func (*GateTask) SetPhase

func (o *GateTask) SetPhase(v Phase)

SetPhase gets a reference to the given Phase and assigns it to the Phase field.

func (*GateTask) SetPlanned

func (o *GateTask) SetPlanned(v bool)

SetPlanned gets a reference to the given bool and assigns it to the Planned field.

func (*GateTask) SetPlannedDuration

func (o *GateTask) SetPlannedDuration(v int32)

SetPlannedDuration gets a reference to the given int32 and assigns it to the PlannedDuration field.

func (*GateTask) SetPostponedDueToBlackout

func (o *GateTask) SetPostponedDueToBlackout(v bool)

SetPostponedDueToBlackout gets a reference to the given bool and assigns it to the PostponedDueToBlackout field.

func (*GateTask) SetPostponedUntilEnvironmentsAreReserved

func (o *GateTask) SetPostponedUntilEnvironmentsAreReserved(v bool)

SetPostponedUntilEnvironmentsAreReserved gets a reference to the given bool and assigns it to the PostponedUntilEnvironmentsAreReserved field.

func (*GateTask) SetPrecondition

func (o *GateTask) SetPrecondition(v string)

SetPrecondition gets a reference to the given string and assigns it to the Precondition field.

func (*GateTask) SetPreconditionEnabled

func (o *GateTask) SetPreconditionEnabled(v bool)

SetPreconditionEnabled gets a reference to the given bool and assigns it to the PreconditionEnabled field.

func (*GateTask) SetPreconditionInProgress

func (o *GateTask) SetPreconditionInProgress(v bool)

SetPreconditionInProgress gets a reference to the given bool and assigns it to the PreconditionInProgress field.

func (*GateTask) SetReferencedVariables

func (o *GateTask) SetReferencedVariables(v []Variable)

SetReferencedVariables gets a reference to the given []Variable and assigns it to the ReferencedVariables field.

func (*GateTask) SetRelease

func (o *GateTask) SetRelease(v Release)

SetRelease gets a reference to the given Release and assigns it to the Release field.

func (*GateTask) SetReleaseOwner

func (o *GateTask) SetReleaseOwner(v string)

SetReleaseOwner gets a reference to the given string and assigns it to the ReleaseOwner field.

func (*GateTask) SetReleaseUid

func (o *GateTask) SetReleaseUid(v int32)

SetReleaseUid gets a reference to the given int32 and assigns it to the ReleaseUid field.

func (*GateTask) SetScheduledStartDate

func (o *GateTask) SetScheduledStartDate(v time.Time)

SetScheduledStartDate gets a reference to the given time.Time and assigns it to the ScheduledStartDate field.

func (*GateTask) SetSkipped

func (o *GateTask) SetSkipped(v bool)

SetSkipped gets a reference to the given bool and assigns it to the Skipped field.

func (*GateTask) SetSkippedInAdvance

func (o *GateTask) SetSkippedInAdvance(v bool)

SetSkippedInAdvance gets a reference to the given bool and assigns it to the SkippedInAdvance field.

func (*GateTask) SetStartDate

func (o *GateTask) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*GateTask) SetStartOrScheduledDate

func (o *GateTask) SetStartOrScheduledDate(v time.Time)

SetStartOrScheduledDate gets a reference to the given time.Time and assigns it to the StartOrScheduledDate field.

func (*GateTask) SetStatus

func (o *GateTask) SetStatus(v TaskStatus)

SetStatus gets a reference to the given TaskStatus and assigns it to the Status field.

func (*GateTask) SetTags

func (o *GateTask) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*GateTask) SetTaskFailureHandlerEnabled

func (o *GateTask) SetTaskFailureHandlerEnabled(v bool)

SetTaskFailureHandlerEnabled gets a reference to the given bool and assigns it to the TaskFailureHandlerEnabled field.

func (*GateTask) SetTaskGroup

func (o *GateTask) SetTaskGroup(v bool)

SetTaskGroup gets a reference to the given bool and assigns it to the TaskGroup field.

func (*GateTask) SetTaskRecoverOp

func (o *GateTask) SetTaskRecoverOp(v TaskRecoverOp)

SetTaskRecoverOp gets a reference to the given TaskRecoverOp and assigns it to the TaskRecoverOp field.

func (*GateTask) SetTaskType

func (o *GateTask) SetTaskType(v map[string]interface{})

SetTaskType gets a reference to the given map[string]interface{} and assigns it to the TaskType field.

func (*GateTask) SetTeam

func (o *GateTask) SetTeam(v string)

SetTeam gets a reference to the given string and assigns it to the Team field.

func (*GateTask) SetTitle

func (o *GateTask) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*GateTask) SetType

func (o *GateTask) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*GateTask) SetUnboundRequiredVariables

func (o *GateTask) SetUnboundRequiredVariables(v []string)

SetUnboundRequiredVariables gets a reference to the given []string and assigns it to the UnboundRequiredVariables field.

func (*GateTask) SetUpdatable

func (o *GateTask) SetUpdatable(v bool)

SetUpdatable gets a reference to the given bool and assigns it to the Updatable field.

func (*GateTask) SetUrl

func (o *GateTask) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (*GateTask) SetVariableMapping

func (o *GateTask) SetVariableMapping(v map[string]string)

SetVariableMapping gets a reference to the given map[string]string and assigns it to the VariableMapping field.

func (*GateTask) SetVariableUsages

func (o *GateTask) SetVariableUsages(v []UsagePoint)

SetVariableUsages gets a reference to the given []UsagePoint and assigns it to the VariableUsages field.

func (*GateTask) SetWaitForScheduledStartDate

func (o *GateTask) SetWaitForScheduledStartDate(v bool)

SetWaitForScheduledStartDate gets a reference to the given bool and assigns it to the WaitForScheduledStartDate field.

func (*GateTask) SetWaitingForInput

func (o *GateTask) SetWaitingForInput(v bool)

SetWaitingForInput gets a reference to the given bool and assigns it to the WaitingForInput field.

func (*GateTask) SetWatchers

func (o *GateTask) SetWatchers(v []string)

SetWatchers gets a reference to the given []string and assigns it to the Watchers field.

func (GateTask) ToMap

func (o GateTask) ToMap() (map[string]interface{}, error)

func (*GateTask) UnsetOrCalculateDueDate

func (o *GateTask) UnsetOrCalculateDueDate()

UnsetOrCalculateDueDate ensures that no value is present for OrCalculateDueDate, not even an explicit nil

type GenericOpenAPIError

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type GlobalVariables

type GlobalVariables struct {
	Id                     *string              `json:"id,omitempty"`
	Type                   *string              `json:"type,omitempty"`
	Variables              []Variable           `json:"variables,omitempty"`
	VariablesByKeys        *map[string]Variable `json:"variablesByKeys,omitempty"`
	StringVariableValues   *map[string]string   `json:"stringVariableValues,omitempty"`
	PasswordVariableValues *map[string]string   `json:"passwordVariableValues,omitempty"`
}

GlobalVariables struct for GlobalVariables

func NewGlobalVariables

func NewGlobalVariables() *GlobalVariables

NewGlobalVariables instantiates a new GlobalVariables object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGlobalVariablesWithDefaults

func NewGlobalVariablesWithDefaults() *GlobalVariables

NewGlobalVariablesWithDefaults instantiates a new GlobalVariables object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GlobalVariables) GetId

func (o *GlobalVariables) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*GlobalVariables) GetIdOk

func (o *GlobalVariables) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalVariables) GetPasswordVariableValues

func (o *GlobalVariables) GetPasswordVariableValues() map[string]string

GetPasswordVariableValues returns the PasswordVariableValues field value if set, zero value otherwise.

func (*GlobalVariables) GetPasswordVariableValuesOk

func (o *GlobalVariables) GetPasswordVariableValuesOk() (*map[string]string, bool)

GetPasswordVariableValuesOk returns a tuple with the PasswordVariableValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalVariables) GetStringVariableValues

func (o *GlobalVariables) GetStringVariableValues() map[string]string

GetStringVariableValues returns the StringVariableValues field value if set, zero value otherwise.

func (*GlobalVariables) GetStringVariableValuesOk

func (o *GlobalVariables) GetStringVariableValuesOk() (*map[string]string, bool)

GetStringVariableValuesOk returns a tuple with the StringVariableValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalVariables) GetType

func (o *GlobalVariables) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*GlobalVariables) GetTypeOk

func (o *GlobalVariables) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalVariables) GetVariables

func (o *GlobalVariables) GetVariables() []Variable

GetVariables returns the Variables field value if set, zero value otherwise.

func (*GlobalVariables) GetVariablesByKeys

func (o *GlobalVariables) GetVariablesByKeys() map[string]Variable

GetVariablesByKeys returns the VariablesByKeys field value if set, zero value otherwise.

func (*GlobalVariables) GetVariablesByKeysOk

func (o *GlobalVariables) GetVariablesByKeysOk() (*map[string]Variable, bool)

GetVariablesByKeysOk returns a tuple with the VariablesByKeys field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalVariables) GetVariablesOk

func (o *GlobalVariables) GetVariablesOk() ([]Variable, bool)

GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalVariables) HasId

func (o *GlobalVariables) HasId() bool

HasId returns a boolean if a field has been set.

func (*GlobalVariables) HasPasswordVariableValues

func (o *GlobalVariables) HasPasswordVariableValues() bool

HasPasswordVariableValues returns a boolean if a field has been set.

func (*GlobalVariables) HasStringVariableValues

func (o *GlobalVariables) HasStringVariableValues() bool

HasStringVariableValues returns a boolean if a field has been set.

func (*GlobalVariables) HasType

func (o *GlobalVariables) HasType() bool

HasType returns a boolean if a field has been set.

func (*GlobalVariables) HasVariables

func (o *GlobalVariables) HasVariables() bool

HasVariables returns a boolean if a field has been set.

func (*GlobalVariables) HasVariablesByKeys

func (o *GlobalVariables) HasVariablesByKeys() bool

HasVariablesByKeys returns a boolean if a field has been set.

func (GlobalVariables) MarshalJSON

func (o GlobalVariables) MarshalJSON() ([]byte, error)

func (*GlobalVariables) SetId

func (o *GlobalVariables) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*GlobalVariables) SetPasswordVariableValues

func (o *GlobalVariables) SetPasswordVariableValues(v map[string]string)

SetPasswordVariableValues gets a reference to the given map[string]string and assigns it to the PasswordVariableValues field.

func (*GlobalVariables) SetStringVariableValues

func (o *GlobalVariables) SetStringVariableValues(v map[string]string)

SetStringVariableValues gets a reference to the given map[string]string and assigns it to the StringVariableValues field.

func (*GlobalVariables) SetType

func (o *GlobalVariables) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*GlobalVariables) SetVariables

func (o *GlobalVariables) SetVariables(v []Variable)

SetVariables gets a reference to the given []Variable and assigns it to the Variables field.

func (*GlobalVariables) SetVariablesByKeys

func (o *GlobalVariables) SetVariablesByKeys(v map[string]Variable)

SetVariablesByKeys gets a reference to the given map[string]Variable and assigns it to the VariablesByKeys field.

func (GlobalVariables) ToMap

func (o GlobalVariables) ToMap() (map[string]interface{}, error)

type ImportResult

type ImportResult struct {
	Id       *string  `json:"id,omitempty"`
	Title    *string  `json:"title,omitempty"`
	Warnings []string `json:"warnings,omitempty"`
}

ImportResult struct for ImportResult

func NewImportResult

func NewImportResult() *ImportResult

NewImportResult instantiates a new ImportResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewImportResultWithDefaults

func NewImportResultWithDefaults() *ImportResult

NewImportResultWithDefaults instantiates a new ImportResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ImportResult) GetId

func (o *ImportResult) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ImportResult) GetIdOk

func (o *ImportResult) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportResult) GetTitle

func (o *ImportResult) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ImportResult) GetTitleOk

func (o *ImportResult) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportResult) GetWarnings

func (o *ImportResult) GetWarnings() []string

GetWarnings returns the Warnings field value if set, zero value otherwise.

func (*ImportResult) GetWarningsOk

func (o *ImportResult) GetWarningsOk() ([]string, bool)

GetWarningsOk returns a tuple with the Warnings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportResult) HasId

func (o *ImportResult) HasId() bool

HasId returns a boolean if a field has been set.

func (*ImportResult) HasTitle

func (o *ImportResult) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*ImportResult) HasWarnings

func (o *ImportResult) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

func (ImportResult) MarshalJSON

func (o ImportResult) MarshalJSON() ([]byte, error)

func (*ImportResult) SetId

func (o *ImportResult) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ImportResult) SetTitle

func (o *ImportResult) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*ImportResult) SetWarnings

func (o *ImportResult) SetWarnings(v []string)

SetWarnings gets a reference to the given []string and assigns it to the Warnings field.

func (ImportResult) ToMap

func (o ImportResult) ToMap() (map[string]interface{}, error)

type MappedNullable

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type MemberType

type MemberType string

MemberType the model 'MemberType'

const (
	MEMBERTYPE_PRINCIPAL MemberType = "PRINCIPAL"
	MEMBERTYPE_ROLE      MemberType = "ROLE"
)

List of MemberType

func NewMemberTypeFromValue

func NewMemberTypeFromValue(v string) (*MemberType, error)

NewMemberTypeFromValue returns a pointer to a valid MemberType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (MemberType) IsValid

func (v MemberType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (MemberType) Ptr

func (v MemberType) Ptr() *MemberType

Ptr returns reference to MemberType value

func (*MemberType) UnmarshalJSON

func (v *MemberType) UnmarshalJSON(src []byte) error

type NullableAbortRelease

type NullableAbortRelease struct {
	// contains filtered or unexported fields
}

func NewNullableAbortRelease

func NewNullableAbortRelease(val *AbortRelease) *NullableAbortRelease

func (NullableAbortRelease) Get

func (NullableAbortRelease) IsSet

func (v NullableAbortRelease) IsSet() bool

func (NullableAbortRelease) MarshalJSON

func (v NullableAbortRelease) MarshalJSON() ([]byte, error)

func (*NullableAbortRelease) Set

func (v *NullableAbortRelease) Set(val *AbortRelease)

func (*NullableAbortRelease) UnmarshalJSON

func (v *NullableAbortRelease) UnmarshalJSON(src []byte) error

func (*NullableAbortRelease) Unset

func (v *NullableAbortRelease) Unset()

type NullableActivityLogEntry

type NullableActivityLogEntry struct {
	// contains filtered or unexported fields
}

func NewNullableActivityLogEntry

func NewNullableActivityLogEntry(val *ActivityLogEntry) *NullableActivityLogEntry

func (NullableActivityLogEntry) Get

func (NullableActivityLogEntry) IsSet

func (v NullableActivityLogEntry) IsSet() bool

func (NullableActivityLogEntry) MarshalJSON

func (v NullableActivityLogEntry) MarshalJSON() ([]byte, error)

func (*NullableActivityLogEntry) Set

func (*NullableActivityLogEntry) UnmarshalJSON

func (v *NullableActivityLogEntry) UnmarshalJSON(src []byte) error

func (*NullableActivityLogEntry) Unset

func (v *NullableActivityLogEntry) Unset()

type NullableApplicationFilters

type NullableApplicationFilters struct {
	// contains filtered or unexported fields
}

func NewNullableApplicationFilters

func NewNullableApplicationFilters(val *ApplicationFilters) *NullableApplicationFilters

func (NullableApplicationFilters) Get

func (NullableApplicationFilters) IsSet

func (v NullableApplicationFilters) IsSet() bool

func (NullableApplicationFilters) MarshalJSON

func (v NullableApplicationFilters) MarshalJSON() ([]byte, error)

func (*NullableApplicationFilters) Set

func (*NullableApplicationFilters) UnmarshalJSON

func (v *NullableApplicationFilters) UnmarshalJSON(src []byte) error

func (*NullableApplicationFilters) Unset

func (v *NullableApplicationFilters) Unset()

type NullableApplicationForm

type NullableApplicationForm struct {
	// contains filtered or unexported fields
}

func NewNullableApplicationForm

func NewNullableApplicationForm(val *ApplicationForm) *NullableApplicationForm

func (NullableApplicationForm) Get

func (NullableApplicationForm) IsSet

func (v NullableApplicationForm) IsSet() bool

func (NullableApplicationForm) MarshalJSON

func (v NullableApplicationForm) MarshalJSON() ([]byte, error)

func (*NullableApplicationForm) Set

func (*NullableApplicationForm) UnmarshalJSON

func (v *NullableApplicationForm) UnmarshalJSON(src []byte) error

func (*NullableApplicationForm) Unset

func (v *NullableApplicationForm) Unset()

type NullableApplicationView

type NullableApplicationView struct {
	// contains filtered or unexported fields
}

func NewNullableApplicationView

func NewNullableApplicationView(val *ApplicationView) *NullableApplicationView

func (NullableApplicationView) Get

func (NullableApplicationView) IsSet

func (v NullableApplicationView) IsSet() bool

func (NullableApplicationView) MarshalJSON

func (v NullableApplicationView) MarshalJSON() ([]byte, error)

func (*NullableApplicationView) Set

func (*NullableApplicationView) UnmarshalJSON

func (v *NullableApplicationView) UnmarshalJSON(src []byte) error

func (*NullableApplicationView) Unset

func (v *NullableApplicationView) Unset()

type NullableAttachment

type NullableAttachment struct {
	// contains filtered or unexported fields
}

func NewNullableAttachment

func NewNullableAttachment(val *Attachment) *NullableAttachment

func (NullableAttachment) Get

func (v NullableAttachment) Get() *Attachment

func (NullableAttachment) IsSet

func (v NullableAttachment) IsSet() bool

func (NullableAttachment) MarshalJSON

func (v NullableAttachment) MarshalJSON() ([]byte, error)

func (*NullableAttachment) Set

func (v *NullableAttachment) Set(val *Attachment)

func (*NullableAttachment) UnmarshalJSON

func (v *NullableAttachment) UnmarshalJSON(src []byte) error

func (*NullableAttachment) Unset

func (v *NullableAttachment) Unset()

type NullableBaseApplicationView

type NullableBaseApplicationView struct {
	// contains filtered or unexported fields
}

func NewNullableBaseApplicationView

func NewNullableBaseApplicationView(val *BaseApplicationView) *NullableBaseApplicationView

func (NullableBaseApplicationView) Get

func (NullableBaseApplicationView) IsSet

func (NullableBaseApplicationView) MarshalJSON

func (v NullableBaseApplicationView) MarshalJSON() ([]byte, error)

func (*NullableBaseApplicationView) Set

func (*NullableBaseApplicationView) UnmarshalJSON

func (v *NullableBaseApplicationView) UnmarshalJSON(src []byte) error

func (*NullableBaseApplicationView) Unset

func (v *NullableBaseApplicationView) Unset()

type NullableBaseEnvironmentView

type NullableBaseEnvironmentView struct {
	// contains filtered or unexported fields
}

func NewNullableBaseEnvironmentView

func NewNullableBaseEnvironmentView(val *BaseEnvironmentView) *NullableBaseEnvironmentView

func (NullableBaseEnvironmentView) Get

func (NullableBaseEnvironmentView) IsSet

func (NullableBaseEnvironmentView) MarshalJSON

func (v NullableBaseEnvironmentView) MarshalJSON() ([]byte, error)

func (*NullableBaseEnvironmentView) Set

func (*NullableBaseEnvironmentView) UnmarshalJSON

func (v *NullableBaseEnvironmentView) UnmarshalJSON(src []byte) error

func (*NullableBaseEnvironmentView) Unset

func (v *NullableBaseEnvironmentView) Unset()

type NullableBlackoutMetadata

type NullableBlackoutMetadata struct {
	// contains filtered or unexported fields
}

func NewNullableBlackoutMetadata

func NewNullableBlackoutMetadata(val *BlackoutMetadata) *NullableBlackoutMetadata

func (NullableBlackoutMetadata) Get

func (NullableBlackoutMetadata) IsSet

func (v NullableBlackoutMetadata) IsSet() bool

func (NullableBlackoutMetadata) MarshalJSON

func (v NullableBlackoutMetadata) MarshalJSON() ([]byte, error)

func (*NullableBlackoutMetadata) Set

func (*NullableBlackoutMetadata) UnmarshalJSON

func (v *NullableBlackoutMetadata) UnmarshalJSON(src []byte) error

func (*NullableBlackoutMetadata) Unset

func (v *NullableBlackoutMetadata) Unset()

type NullableBlackoutPeriod

type NullableBlackoutPeriod struct {
	// contains filtered or unexported fields
}

func NewNullableBlackoutPeriod

func NewNullableBlackoutPeriod(val *BlackoutPeriod) *NullableBlackoutPeriod

func (NullableBlackoutPeriod) Get

func (NullableBlackoutPeriod) IsSet

func (v NullableBlackoutPeriod) IsSet() bool

func (NullableBlackoutPeriod) MarshalJSON

func (v NullableBlackoutPeriod) MarshalJSON() ([]byte, error)

func (*NullableBlackoutPeriod) Set

func (*NullableBlackoutPeriod) UnmarshalJSON

func (v *NullableBlackoutPeriod) UnmarshalJSON(src []byte) error

func (*NullableBlackoutPeriod) Unset

func (v *NullableBlackoutPeriod) Unset()

type NullableBool

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get

func (v NullableBool) Get() *bool

func (NullableBool) IsSet

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset

func (v *NullableBool) Unset()

type NullableBulkActionResultView

type NullableBulkActionResultView struct {
	// contains filtered or unexported fields
}

func NewNullableBulkActionResultView

func NewNullableBulkActionResultView(val *BulkActionResultView) *NullableBulkActionResultView

func (NullableBulkActionResultView) Get

func (NullableBulkActionResultView) IsSet

func (NullableBulkActionResultView) MarshalJSON

func (v NullableBulkActionResultView) MarshalJSON() ([]byte, error)

func (*NullableBulkActionResultView) Set

func (*NullableBulkActionResultView) UnmarshalJSON

func (v *NullableBulkActionResultView) UnmarshalJSON(src []byte) error

func (*NullableBulkActionResultView) Unset

func (v *NullableBulkActionResultView) Unset()

type NullableChangePasswordView

type NullableChangePasswordView struct {
	// contains filtered or unexported fields
}

func NewNullableChangePasswordView

func NewNullableChangePasswordView(val *ChangePasswordView) *NullableChangePasswordView

func (NullableChangePasswordView) Get

func (NullableChangePasswordView) IsSet

func (v NullableChangePasswordView) IsSet() bool

func (NullableChangePasswordView) MarshalJSON

func (v NullableChangePasswordView) MarshalJSON() ([]byte, error)

func (*NullableChangePasswordView) Set

func (*NullableChangePasswordView) UnmarshalJSON

func (v *NullableChangePasswordView) UnmarshalJSON(src []byte) error

func (*NullableChangePasswordView) Unset

func (v *NullableChangePasswordView) Unset()

type NullableCiProperty

type NullableCiProperty struct {
	// contains filtered or unexported fields
}

func NewNullableCiProperty

func NewNullableCiProperty(val *CiProperty) *NullableCiProperty

func (NullableCiProperty) Get

func (v NullableCiProperty) Get() *CiProperty

func (NullableCiProperty) IsSet

func (v NullableCiProperty) IsSet() bool

func (NullableCiProperty) MarshalJSON

func (v NullableCiProperty) MarshalJSON() ([]byte, error)

func (*NullableCiProperty) Set

func (v *NullableCiProperty) Set(val *CiProperty)

func (*NullableCiProperty) UnmarshalJSON

func (v *NullableCiProperty) UnmarshalJSON(src []byte) error

func (*NullableCiProperty) Unset

func (v *NullableCiProperty) Unset()

type NullableComment

type NullableComment struct {
	// contains filtered or unexported fields
}

func NewNullableComment

func NewNullableComment(val *Comment) *NullableComment

func (NullableComment) Get

func (v NullableComment) Get() *Comment

func (NullableComment) IsSet

func (v NullableComment) IsSet() bool

func (NullableComment) MarshalJSON

func (v NullableComment) MarshalJSON() ([]byte, error)

func (*NullableComment) Set

func (v *NullableComment) Set(val *Comment)

func (*NullableComment) UnmarshalJSON

func (v *NullableComment) UnmarshalJSON(src []byte) error

func (*NullableComment) Unset

func (v *NullableComment) Unset()

type NullableComment1

type NullableComment1 struct {
	// contains filtered or unexported fields
}

func NewNullableComment1

func NewNullableComment1(val *Comment1) *NullableComment1

func (NullableComment1) Get

func (v NullableComment1) Get() *Comment1

func (NullableComment1) IsSet

func (v NullableComment1) IsSet() bool

func (NullableComment1) MarshalJSON

func (v NullableComment1) MarshalJSON() ([]byte, error)

func (*NullableComment1) Set

func (v *NullableComment1) Set(val *Comment1)

func (*NullableComment1) UnmarshalJSON

func (v *NullableComment1) UnmarshalJSON(src []byte) error

func (*NullableComment1) Unset

func (v *NullableComment1) Unset()

type NullableCompleteTransition

type NullableCompleteTransition struct {
	// contains filtered or unexported fields
}

func NewNullableCompleteTransition

func NewNullableCompleteTransition(val *CompleteTransition) *NullableCompleteTransition

func (NullableCompleteTransition) Get

func (NullableCompleteTransition) IsSet

func (v NullableCompleteTransition) IsSet() bool

func (NullableCompleteTransition) MarshalJSON

func (v NullableCompleteTransition) MarshalJSON() ([]byte, error)

func (*NullableCompleteTransition) Set

func (*NullableCompleteTransition) UnmarshalJSON

func (v *NullableCompleteTransition) UnmarshalJSON(src []byte) error

func (*NullableCompleteTransition) Unset

func (v *NullableCompleteTransition) Unset()

type NullableCondition

type NullableCondition struct {
	// contains filtered or unexported fields
}

func NewNullableCondition

func NewNullableCondition(val *Condition) *NullableCondition

func (NullableCondition) Get

func (v NullableCondition) Get() *Condition

func (NullableCondition) IsSet

func (v NullableCondition) IsSet() bool

func (NullableCondition) MarshalJSON

func (v NullableCondition) MarshalJSON() ([]byte, error)

func (*NullableCondition) Set

func (v *NullableCondition) Set(val *Condition)

func (*NullableCondition) UnmarshalJSON

func (v *NullableCondition) UnmarshalJSON(src []byte) error

func (*NullableCondition) Unset

func (v *NullableCondition) Unset()

type NullableCondition1

type NullableCondition1 struct {
	// contains filtered or unexported fields
}

func NewNullableCondition1

func NewNullableCondition1(val *Condition1) *NullableCondition1

func (NullableCondition1) Get

func (v NullableCondition1) Get() *Condition1

func (NullableCondition1) IsSet

func (v NullableCondition1) IsSet() bool

func (NullableCondition1) MarshalJSON

func (v NullableCondition1) MarshalJSON() ([]byte, error)

func (*NullableCondition1) Set

func (v *NullableCondition1) Set(val *Condition1)

func (*NullableCondition1) UnmarshalJSON

func (v *NullableCondition1) UnmarshalJSON(src []byte) error

func (*NullableCondition1) Unset

func (v *NullableCondition1) Unset()

type NullableConfigurationFacet

type NullableConfigurationFacet struct {
	// contains filtered or unexported fields
}

func NewNullableConfigurationFacet

func NewNullableConfigurationFacet(val *ConfigurationFacet) *NullableConfigurationFacet

func (NullableConfigurationFacet) Get

func (NullableConfigurationFacet) IsSet

func (v NullableConfigurationFacet) IsSet() bool

func (NullableConfigurationFacet) MarshalJSON

func (v NullableConfigurationFacet) MarshalJSON() ([]byte, error)

func (*NullableConfigurationFacet) Set

func (*NullableConfigurationFacet) UnmarshalJSON

func (v *NullableConfigurationFacet) UnmarshalJSON(src []byte) error

func (*NullableConfigurationFacet) Unset

func (v *NullableConfigurationFacet) Unset()

type NullableConfigurationView

type NullableConfigurationView struct {
	// contains filtered or unexported fields
}

func NewNullableConfigurationView

func NewNullableConfigurationView(val *ConfigurationView) *NullableConfigurationView

func (NullableConfigurationView) Get

func (NullableConfigurationView) IsSet

func (v NullableConfigurationView) IsSet() bool

func (NullableConfigurationView) MarshalJSON

func (v NullableConfigurationView) MarshalJSON() ([]byte, error)

func (*NullableConfigurationView) Set

func (*NullableConfigurationView) UnmarshalJSON

func (v *NullableConfigurationView) UnmarshalJSON(src []byte) error

func (*NullableConfigurationView) Unset

func (v *NullableConfigurationView) Unset()

type NullableCopyTemplate

type NullableCopyTemplate struct {
	// contains filtered or unexported fields
}

func NewNullableCopyTemplate

func NewNullableCopyTemplate(val *CopyTemplate) *NullableCopyTemplate

func (NullableCopyTemplate) Get

func (NullableCopyTemplate) IsSet

func (v NullableCopyTemplate) IsSet() bool

func (NullableCopyTemplate) MarshalJSON

func (v NullableCopyTemplate) MarshalJSON() ([]byte, error)

func (*NullableCopyTemplate) Set

func (v *NullableCopyTemplate) Set(val *CopyTemplate)

func (*NullableCopyTemplate) UnmarshalJSON

func (v *NullableCopyTemplate) UnmarshalJSON(src []byte) error

func (*NullableCopyTemplate) Unset

func (v *NullableCopyTemplate) Unset()

type NullableCreateDelivery

type NullableCreateDelivery struct {
	// contains filtered or unexported fields
}

func NewNullableCreateDelivery

func NewNullableCreateDelivery(val *CreateDelivery) *NullableCreateDelivery

func (NullableCreateDelivery) Get

func (NullableCreateDelivery) IsSet

func (v NullableCreateDelivery) IsSet() bool

func (NullableCreateDelivery) MarshalJSON

func (v NullableCreateDelivery) MarshalJSON() ([]byte, error)

func (*NullableCreateDelivery) Set

func (*NullableCreateDelivery) UnmarshalJSON

func (v *NullableCreateDelivery) UnmarshalJSON(src []byte) error

func (*NullableCreateDelivery) Unset

func (v *NullableCreateDelivery) Unset()

type NullableCreateDeliveryStage

type NullableCreateDeliveryStage struct {
	// contains filtered or unexported fields
}

func NewNullableCreateDeliveryStage

func NewNullableCreateDeliveryStage(val *CreateDeliveryStage) *NullableCreateDeliveryStage

func (NullableCreateDeliveryStage) Get

func (NullableCreateDeliveryStage) IsSet

func (NullableCreateDeliveryStage) MarshalJSON

func (v NullableCreateDeliveryStage) MarshalJSON() ([]byte, error)

func (*NullableCreateDeliveryStage) Set

func (*NullableCreateDeliveryStage) UnmarshalJSON

func (v *NullableCreateDeliveryStage) UnmarshalJSON(src []byte) error

func (*NullableCreateDeliveryStage) Unset

func (v *NullableCreateDeliveryStage) Unset()

type NullableCreateRelease

type NullableCreateRelease struct {
	// contains filtered or unexported fields
}

func NewNullableCreateRelease

func NewNullableCreateRelease(val *CreateRelease) *NullableCreateRelease

func (NullableCreateRelease) Get

func (NullableCreateRelease) IsSet

func (v NullableCreateRelease) IsSet() bool

func (NullableCreateRelease) MarshalJSON

func (v NullableCreateRelease) MarshalJSON() ([]byte, error)

func (*NullableCreateRelease) Set

func (v *NullableCreateRelease) Set(val *CreateRelease)

func (*NullableCreateRelease) UnmarshalJSON

func (v *NullableCreateRelease) UnmarshalJSON(src []byte) error

func (*NullableCreateRelease) Unset

func (v *NullableCreateRelease) Unset()

type NullableDelivery

type NullableDelivery struct {
	// contains filtered or unexported fields
}

func NewNullableDelivery

func NewNullableDelivery(val *Delivery) *NullableDelivery

func (NullableDelivery) Get

func (v NullableDelivery) Get() *Delivery

func (NullableDelivery) IsSet

func (v NullableDelivery) IsSet() bool

func (NullableDelivery) MarshalJSON

func (v NullableDelivery) MarshalJSON() ([]byte, error)

func (*NullableDelivery) Set

func (v *NullableDelivery) Set(val *Delivery)

func (*NullableDelivery) UnmarshalJSON

func (v *NullableDelivery) UnmarshalJSON(src []byte) error

func (*NullableDelivery) Unset

func (v *NullableDelivery) Unset()

type NullableDeliveryFilters

type NullableDeliveryFilters struct {
	// contains filtered or unexported fields
}

func NewNullableDeliveryFilters

func NewNullableDeliveryFilters(val *DeliveryFilters) *NullableDeliveryFilters

func (NullableDeliveryFilters) Get

func (NullableDeliveryFilters) IsSet

func (v NullableDeliveryFilters) IsSet() bool

func (NullableDeliveryFilters) MarshalJSON

func (v NullableDeliveryFilters) MarshalJSON() ([]byte, error)

func (*NullableDeliveryFilters) Set

func (*NullableDeliveryFilters) UnmarshalJSON

func (v *NullableDeliveryFilters) UnmarshalJSON(src []byte) error

func (*NullableDeliveryFilters) Unset

func (v *NullableDeliveryFilters) Unset()

type NullableDeliveryFlowReleaseInfo

type NullableDeliveryFlowReleaseInfo struct {
	// contains filtered or unexported fields
}

func (NullableDeliveryFlowReleaseInfo) Get

func (NullableDeliveryFlowReleaseInfo) IsSet

func (NullableDeliveryFlowReleaseInfo) MarshalJSON

func (v NullableDeliveryFlowReleaseInfo) MarshalJSON() ([]byte, error)

func (*NullableDeliveryFlowReleaseInfo) Set

func (*NullableDeliveryFlowReleaseInfo) UnmarshalJSON

func (v *NullableDeliveryFlowReleaseInfo) UnmarshalJSON(src []byte) error

func (*NullableDeliveryFlowReleaseInfo) Unset

type NullableDeliveryOrderMode

type NullableDeliveryOrderMode struct {
	// contains filtered or unexported fields
}

func NewNullableDeliveryOrderMode

func NewNullableDeliveryOrderMode(val *DeliveryOrderMode) *NullableDeliveryOrderMode

func (NullableDeliveryOrderMode) Get

func (NullableDeliveryOrderMode) IsSet

func (v NullableDeliveryOrderMode) IsSet() bool

func (NullableDeliveryOrderMode) MarshalJSON

func (v NullableDeliveryOrderMode) MarshalJSON() ([]byte, error)

func (*NullableDeliveryOrderMode) Set

func (*NullableDeliveryOrderMode) UnmarshalJSON

func (v *NullableDeliveryOrderMode) UnmarshalJSON(src []byte) error

func (*NullableDeliveryOrderMode) Unset

func (v *NullableDeliveryOrderMode) Unset()

type NullableDeliveryPatternFilters

type NullableDeliveryPatternFilters struct {
	// contains filtered or unexported fields
}

func (NullableDeliveryPatternFilters) Get

func (NullableDeliveryPatternFilters) IsSet

func (NullableDeliveryPatternFilters) MarshalJSON

func (v NullableDeliveryPatternFilters) MarshalJSON() ([]byte, error)

func (*NullableDeliveryPatternFilters) Set

func (*NullableDeliveryPatternFilters) UnmarshalJSON

func (v *NullableDeliveryPatternFilters) UnmarshalJSON(src []byte) error

func (*NullableDeliveryPatternFilters) Unset

func (v *NullableDeliveryPatternFilters) Unset()

type NullableDeliveryStatus

type NullableDeliveryStatus struct {
	// contains filtered or unexported fields
}

func NewNullableDeliveryStatus

func NewNullableDeliveryStatus(val *DeliveryStatus) *NullableDeliveryStatus

func (NullableDeliveryStatus) Get

func (NullableDeliveryStatus) IsSet

func (v NullableDeliveryStatus) IsSet() bool

func (NullableDeliveryStatus) MarshalJSON

func (v NullableDeliveryStatus) MarshalJSON() ([]byte, error)

func (*NullableDeliveryStatus) Set

func (*NullableDeliveryStatus) UnmarshalJSON

func (v *NullableDeliveryStatus) UnmarshalJSON(src []byte) error

func (*NullableDeliveryStatus) Unset

func (v *NullableDeliveryStatus) Unset()

type NullableDeliveryTimeline

type NullableDeliveryTimeline struct {
	// contains filtered or unexported fields
}

func NewNullableDeliveryTimeline

func NewNullableDeliveryTimeline(val *DeliveryTimeline) *NullableDeliveryTimeline

func (NullableDeliveryTimeline) Get

func (NullableDeliveryTimeline) IsSet

func (v NullableDeliveryTimeline) IsSet() bool

func (NullableDeliveryTimeline) MarshalJSON

func (v NullableDeliveryTimeline) MarshalJSON() ([]byte, error)

func (*NullableDeliveryTimeline) Set

func (*NullableDeliveryTimeline) UnmarshalJSON

func (v *NullableDeliveryTimeline) UnmarshalJSON(src []byte) error

func (*NullableDeliveryTimeline) Unset

func (v *NullableDeliveryTimeline) Unset()

type NullableDependency

type NullableDependency struct {
	// contains filtered or unexported fields
}

func NewNullableDependency

func NewNullableDependency(val *Dependency) *NullableDependency

func (NullableDependency) Get

func (v NullableDependency) Get() *Dependency

func (NullableDependency) IsSet

func (v NullableDependency) IsSet() bool

func (NullableDependency) MarshalJSON

func (v NullableDependency) MarshalJSON() ([]byte, error)

func (*NullableDependency) Set

func (v *NullableDependency) Set(val *Dependency)

func (*NullableDependency) UnmarshalJSON

func (v *NullableDependency) UnmarshalJSON(src []byte) error

func (*NullableDependency) Unset

func (v *NullableDependency) Unset()

type NullableDuplicateDeliveryPattern

type NullableDuplicateDeliveryPattern struct {
	// contains filtered or unexported fields
}

func (NullableDuplicateDeliveryPattern) Get

func (NullableDuplicateDeliveryPattern) IsSet

func (NullableDuplicateDeliveryPattern) MarshalJSON

func (v NullableDuplicateDeliveryPattern) MarshalJSON() ([]byte, error)

func (*NullableDuplicateDeliveryPattern) Set

func (*NullableDuplicateDeliveryPattern) UnmarshalJSON

func (v *NullableDuplicateDeliveryPattern) UnmarshalJSON(src []byte) error

func (*NullableDuplicateDeliveryPattern) Unset

type NullableEnvironmentFilters

type NullableEnvironmentFilters struct {
	// contains filtered or unexported fields
}

func NewNullableEnvironmentFilters

func NewNullableEnvironmentFilters(val *EnvironmentFilters) *NullableEnvironmentFilters

func (NullableEnvironmentFilters) Get

func (NullableEnvironmentFilters) IsSet

func (v NullableEnvironmentFilters) IsSet() bool

func (NullableEnvironmentFilters) MarshalJSON

func (v NullableEnvironmentFilters) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentFilters) Set

func (*NullableEnvironmentFilters) UnmarshalJSON

func (v *NullableEnvironmentFilters) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentFilters) Unset

func (v *NullableEnvironmentFilters) Unset()

type NullableEnvironmentForm

type NullableEnvironmentForm struct {
	// contains filtered or unexported fields
}

func NewNullableEnvironmentForm

func NewNullableEnvironmentForm(val *EnvironmentForm) *NullableEnvironmentForm

func (NullableEnvironmentForm) Get

func (NullableEnvironmentForm) IsSet

func (v NullableEnvironmentForm) IsSet() bool

func (NullableEnvironmentForm) MarshalJSON

func (v NullableEnvironmentForm) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentForm) Set

func (*NullableEnvironmentForm) UnmarshalJSON

func (v *NullableEnvironmentForm) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentForm) Unset

func (v *NullableEnvironmentForm) Unset()

type NullableEnvironmentLabelFilters

type NullableEnvironmentLabelFilters struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentLabelFilters) Get

func (NullableEnvironmentLabelFilters) IsSet

func (NullableEnvironmentLabelFilters) MarshalJSON

func (v NullableEnvironmentLabelFilters) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentLabelFilters) Set

func (*NullableEnvironmentLabelFilters) UnmarshalJSON

func (v *NullableEnvironmentLabelFilters) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentLabelFilters) Unset

type NullableEnvironmentLabelForm

type NullableEnvironmentLabelForm struct {
	// contains filtered or unexported fields
}

func NewNullableEnvironmentLabelForm

func NewNullableEnvironmentLabelForm(val *EnvironmentLabelForm) *NullableEnvironmentLabelForm

func (NullableEnvironmentLabelForm) Get

func (NullableEnvironmentLabelForm) IsSet

func (NullableEnvironmentLabelForm) MarshalJSON

func (v NullableEnvironmentLabelForm) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentLabelForm) Set

func (*NullableEnvironmentLabelForm) UnmarshalJSON

func (v *NullableEnvironmentLabelForm) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentLabelForm) Unset

func (v *NullableEnvironmentLabelForm) Unset()

type NullableEnvironmentLabelView

type NullableEnvironmentLabelView struct {
	// contains filtered or unexported fields
}

func NewNullableEnvironmentLabelView

func NewNullableEnvironmentLabelView(val *EnvironmentLabelView) *NullableEnvironmentLabelView

func (NullableEnvironmentLabelView) Get

func (NullableEnvironmentLabelView) IsSet

func (NullableEnvironmentLabelView) MarshalJSON

func (v NullableEnvironmentLabelView) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentLabelView) Set

func (*NullableEnvironmentLabelView) UnmarshalJSON

func (v *NullableEnvironmentLabelView) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentLabelView) Unset

func (v *NullableEnvironmentLabelView) Unset()

type NullableEnvironmentReservationForm

type NullableEnvironmentReservationForm struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentReservationForm) Get

func (NullableEnvironmentReservationForm) IsSet

func (NullableEnvironmentReservationForm) MarshalJSON

func (v NullableEnvironmentReservationForm) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentReservationForm) Set

func (*NullableEnvironmentReservationForm) UnmarshalJSON

func (v *NullableEnvironmentReservationForm) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentReservationForm) Unset

type NullableEnvironmentReservationSearchView

type NullableEnvironmentReservationSearchView struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentReservationSearchView) Get

func (NullableEnvironmentReservationSearchView) IsSet

func (NullableEnvironmentReservationSearchView) MarshalJSON

func (*NullableEnvironmentReservationSearchView) Set

func (*NullableEnvironmentReservationSearchView) UnmarshalJSON

func (v *NullableEnvironmentReservationSearchView) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentReservationSearchView) Unset

type NullableEnvironmentReservationView

type NullableEnvironmentReservationView struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentReservationView) Get

func (NullableEnvironmentReservationView) IsSet

func (NullableEnvironmentReservationView) MarshalJSON

func (v NullableEnvironmentReservationView) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentReservationView) Set

func (*NullableEnvironmentReservationView) UnmarshalJSON

func (v *NullableEnvironmentReservationView) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentReservationView) Unset

type NullableEnvironmentStageFilters

type NullableEnvironmentStageFilters struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentStageFilters) Get

func (NullableEnvironmentStageFilters) IsSet

func (NullableEnvironmentStageFilters) MarshalJSON

func (v NullableEnvironmentStageFilters) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentStageFilters) Set

func (*NullableEnvironmentStageFilters) UnmarshalJSON

func (v *NullableEnvironmentStageFilters) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentStageFilters) Unset

type NullableEnvironmentStageForm

type NullableEnvironmentStageForm struct {
	// contains filtered or unexported fields
}

func NewNullableEnvironmentStageForm

func NewNullableEnvironmentStageForm(val *EnvironmentStageForm) *NullableEnvironmentStageForm

func (NullableEnvironmentStageForm) Get

func (NullableEnvironmentStageForm) IsSet

func (NullableEnvironmentStageForm) MarshalJSON

func (v NullableEnvironmentStageForm) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentStageForm) Set

func (*NullableEnvironmentStageForm) UnmarshalJSON

func (v *NullableEnvironmentStageForm) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentStageForm) Unset

func (v *NullableEnvironmentStageForm) Unset()

type NullableEnvironmentStageView

type NullableEnvironmentStageView struct {
	// contains filtered or unexported fields
}

func NewNullableEnvironmentStageView

func NewNullableEnvironmentStageView(val *EnvironmentStageView) *NullableEnvironmentStageView

func (NullableEnvironmentStageView) Get

func (NullableEnvironmentStageView) IsSet

func (NullableEnvironmentStageView) MarshalJSON

func (v NullableEnvironmentStageView) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentStageView) Set

func (*NullableEnvironmentStageView) UnmarshalJSON

func (v *NullableEnvironmentStageView) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentStageView) Unset

func (v *NullableEnvironmentStageView) Unset()

type NullableEnvironmentView

type NullableEnvironmentView struct {
	// contains filtered or unexported fields
}

func NewNullableEnvironmentView

func NewNullableEnvironmentView(val *EnvironmentView) *NullableEnvironmentView

func (NullableEnvironmentView) Get

func (NullableEnvironmentView) IsSet

func (v NullableEnvironmentView) IsSet() bool

func (NullableEnvironmentView) MarshalJSON

func (v NullableEnvironmentView) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentView) Set

func (*NullableEnvironmentView) UnmarshalJSON

func (v *NullableEnvironmentView) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentView) Unset

func (v *NullableEnvironmentView) Unset()

type NullableExternalVariableValue

type NullableExternalVariableValue struct {
	// contains filtered or unexported fields
}

func (NullableExternalVariableValue) Get

func (NullableExternalVariableValue) IsSet

func (NullableExternalVariableValue) MarshalJSON

func (v NullableExternalVariableValue) MarshalJSON() ([]byte, error)

func (*NullableExternalVariableValue) Set

func (*NullableExternalVariableValue) UnmarshalJSON

func (v *NullableExternalVariableValue) UnmarshalJSON(src []byte) error

func (*NullableExternalVariableValue) Unset

func (v *NullableExternalVariableValue) Unset()

type NullableFacet

type NullableFacet struct {
	// contains filtered or unexported fields
}

func NewNullableFacet

func NewNullableFacet(val *Facet) *NullableFacet

func (NullableFacet) Get

func (v NullableFacet) Get() *Facet

func (NullableFacet) IsSet

func (v NullableFacet) IsSet() bool

func (NullableFacet) MarshalJSON

func (v NullableFacet) MarshalJSON() ([]byte, error)

func (*NullableFacet) Set

func (v *NullableFacet) Set(val *Facet)

func (*NullableFacet) UnmarshalJSON

func (v *NullableFacet) UnmarshalJSON(src []byte) error

func (*NullableFacet) Unset

func (v *NullableFacet) Unset()

type NullableFacetFilters

type NullableFacetFilters struct {
	// contains filtered or unexported fields
}

func NewNullableFacetFilters

func NewNullableFacetFilters(val *FacetFilters) *NullableFacetFilters

func (NullableFacetFilters) Get

func (NullableFacetFilters) IsSet

func (v NullableFacetFilters) IsSet() bool

func (NullableFacetFilters) MarshalJSON

func (v NullableFacetFilters) MarshalJSON() ([]byte, error)

func (*NullableFacetFilters) Set

func (v *NullableFacetFilters) Set(val *FacetFilters)

func (*NullableFacetFilters) UnmarshalJSON

func (v *NullableFacetFilters) UnmarshalJSON(src []byte) error

func (*NullableFacetFilters) Unset

func (v *NullableFacetFilters) Unset()

type NullableFacetScope

type NullableFacetScope struct {
	// contains filtered or unexported fields
}

func NewNullableFacetScope

func NewNullableFacetScope(val *FacetScope) *NullableFacetScope

func (NullableFacetScope) Get

func (v NullableFacetScope) Get() *FacetScope

func (NullableFacetScope) IsSet

func (v NullableFacetScope) IsSet() bool

func (NullableFacetScope) MarshalJSON

func (v NullableFacetScope) MarshalJSON() ([]byte, error)

func (*NullableFacetScope) Set

func (v *NullableFacetScope) Set(val *FacetScope)

func (*NullableFacetScope) UnmarshalJSON

func (v *NullableFacetScope) UnmarshalJSON(src []byte) error

func (*NullableFacetScope) Unset

func (v *NullableFacetScope) Unset()

type NullableFlagStatus

type NullableFlagStatus struct {
	// contains filtered or unexported fields
}

func NewNullableFlagStatus

func NewNullableFlagStatus(val *FlagStatus) *NullableFlagStatus

func (NullableFlagStatus) Get

func (v NullableFlagStatus) Get() *FlagStatus

func (NullableFlagStatus) IsSet

func (v NullableFlagStatus) IsSet() bool

func (NullableFlagStatus) MarshalJSON

func (v NullableFlagStatus) MarshalJSON() ([]byte, error)

func (*NullableFlagStatus) Set

func (v *NullableFlagStatus) Set(val *FlagStatus)

func (*NullableFlagStatus) UnmarshalJSON

func (v *NullableFlagStatus) UnmarshalJSON(src []byte) error

func (*NullableFlagStatus) Unset

func (v *NullableFlagStatus) Unset()

type NullableFloat32

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset

func (v *NullableFloat32) Unset()

type NullableFloat64

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset

func (v *NullableFloat64) Unset()

type NullableFolder

type NullableFolder struct {
	// contains filtered or unexported fields
}

func NewNullableFolder

func NewNullableFolder(val *Folder) *NullableFolder

func (NullableFolder) Get

func (v NullableFolder) Get() *Folder

func (NullableFolder) IsSet

func (v NullableFolder) IsSet() bool

func (NullableFolder) MarshalJSON

func (v NullableFolder) MarshalJSON() ([]byte, error)

func (*NullableFolder) Set

func (v *NullableFolder) Set(val *Folder)

func (*NullableFolder) UnmarshalJSON

func (v *NullableFolder) UnmarshalJSON(src []byte) error

func (*NullableFolder) Unset

func (v *NullableFolder) Unset()

type NullableFolderVariables

type NullableFolderVariables struct {
	// contains filtered or unexported fields
}

func NewNullableFolderVariables

func NewNullableFolderVariables(val *FolderVariables) *NullableFolderVariables

func (NullableFolderVariables) Get

func (NullableFolderVariables) IsSet

func (v NullableFolderVariables) IsSet() bool

func (NullableFolderVariables) MarshalJSON

func (v NullableFolderVariables) MarshalJSON() ([]byte, error)

func (*NullableFolderVariables) Set

func (*NullableFolderVariables) UnmarshalJSON

func (v *NullableFolderVariables) UnmarshalJSON(src []byte) error

func (*NullableFolderVariables) Unset

func (v *NullableFolderVariables) Unset()

type NullableGateCondition

type NullableGateCondition struct {
	// contains filtered or unexported fields
}

func NewNullableGateCondition

func NewNullableGateCondition(val *GateCondition) *NullableGateCondition

func (NullableGateCondition) Get

func (NullableGateCondition) IsSet

func (v NullableGateCondition) IsSet() bool

func (NullableGateCondition) MarshalJSON

func (v NullableGateCondition) MarshalJSON() ([]byte, error)

func (*NullableGateCondition) Set

func (v *NullableGateCondition) Set(val *GateCondition)

func (*NullableGateCondition) UnmarshalJSON

func (v *NullableGateCondition) UnmarshalJSON(src []byte) error

func (*NullableGateCondition) Unset

func (v *NullableGateCondition) Unset()

type NullableGateTask

type NullableGateTask struct {
	// contains filtered or unexported fields
}

func NewNullableGateTask

func NewNullableGateTask(val *GateTask) *NullableGateTask

func (NullableGateTask) Get

func (v NullableGateTask) Get() *GateTask

func (NullableGateTask) IsSet

func (v NullableGateTask) IsSet() bool

func (NullableGateTask) MarshalJSON

func (v NullableGateTask) MarshalJSON() ([]byte, error)

func (*NullableGateTask) Set

func (v *NullableGateTask) Set(val *GateTask)

func (*NullableGateTask) UnmarshalJSON

func (v *NullableGateTask) UnmarshalJSON(src []byte) error

func (*NullableGateTask) Unset

func (v *NullableGateTask) Unset()

type NullableGlobalVariables

type NullableGlobalVariables struct {
	// contains filtered or unexported fields
}

func NewNullableGlobalVariables

func NewNullableGlobalVariables(val *GlobalVariables) *NullableGlobalVariables

func (NullableGlobalVariables) Get

func (NullableGlobalVariables) IsSet

func (v NullableGlobalVariables) IsSet() bool

func (NullableGlobalVariables) MarshalJSON

func (v NullableGlobalVariables) MarshalJSON() ([]byte, error)

func (*NullableGlobalVariables) Set

func (*NullableGlobalVariables) UnmarshalJSON

func (v *NullableGlobalVariables) UnmarshalJSON(src []byte) error

func (*NullableGlobalVariables) Unset

func (v *NullableGlobalVariables) Unset()

type NullableImportResult

type NullableImportResult struct {
	// contains filtered or unexported fields
}

func NewNullableImportResult

func NewNullableImportResult(val *ImportResult) *NullableImportResult

func (NullableImportResult) Get

func (NullableImportResult) IsSet

func (v NullableImportResult) IsSet() bool

func (NullableImportResult) MarshalJSON

func (v NullableImportResult) MarshalJSON() ([]byte, error)

func (*NullableImportResult) Set

func (v *NullableImportResult) Set(val *ImportResult)

func (*NullableImportResult) UnmarshalJSON

func (v *NullableImportResult) UnmarshalJSON(src []byte) error

func (*NullableImportResult) Unset

func (v *NullableImportResult) Unset()

type NullableInt

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get

func (v NullableInt) Get() *int

func (NullableInt) IsSet

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset

func (v *NullableInt) Unset()

type NullableInt32

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset

func (v *NullableInt32) Unset()

type NullableInt64

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset

func (v *NullableInt64) Unset()

type NullableMemberType

type NullableMemberType struct {
	// contains filtered or unexported fields
}

func NewNullableMemberType

func NewNullableMemberType(val *MemberType) *NullableMemberType

func (NullableMemberType) Get

func (v NullableMemberType) Get() *MemberType

func (NullableMemberType) IsSet

func (v NullableMemberType) IsSet() bool

func (NullableMemberType) MarshalJSON

func (v NullableMemberType) MarshalJSON() ([]byte, error)

func (*NullableMemberType) Set

func (v *NullableMemberType) Set(val *MemberType)

func (*NullableMemberType) UnmarshalJSON

func (v *NullableMemberType) UnmarshalJSON(src []byte) error

func (*NullableMemberType) Unset

func (v *NullableMemberType) Unset()

type NullablePhase

type NullablePhase struct {
	// contains filtered or unexported fields
}

func NewNullablePhase

func NewNullablePhase(val *Phase) *NullablePhase

func (NullablePhase) Get

func (v NullablePhase) Get() *Phase

func (NullablePhase) IsSet

func (v NullablePhase) IsSet() bool

func (NullablePhase) MarshalJSON

func (v NullablePhase) MarshalJSON() ([]byte, error)

func (*NullablePhase) Set

func (v *NullablePhase) Set(val *Phase)

func (*NullablePhase) UnmarshalJSON

func (v *NullablePhase) UnmarshalJSON(src []byte) error

func (*NullablePhase) Unset

func (v *NullablePhase) Unset()

type NullablePhaseStatus

type NullablePhaseStatus struct {
	// contains filtered or unexported fields
}

func NewNullablePhaseStatus

func NewNullablePhaseStatus(val *PhaseStatus) *NullablePhaseStatus

func (NullablePhaseStatus) Get

func (NullablePhaseStatus) IsSet

func (v NullablePhaseStatus) IsSet() bool

func (NullablePhaseStatus) MarshalJSON

func (v NullablePhaseStatus) MarshalJSON() ([]byte, error)

func (*NullablePhaseStatus) Set

func (v *NullablePhaseStatus) Set(val *PhaseStatus)

func (*NullablePhaseStatus) UnmarshalJSON

func (v *NullablePhaseStatus) UnmarshalJSON(src []byte) error

func (*NullablePhaseStatus) Unset

func (v *NullablePhaseStatus) Unset()

type NullablePhaseTimeline

type NullablePhaseTimeline struct {
	// contains filtered or unexported fields
}

func NewNullablePhaseTimeline

func NewNullablePhaseTimeline(val *PhaseTimeline) *NullablePhaseTimeline

func (NullablePhaseTimeline) Get

func (NullablePhaseTimeline) IsSet

func (v NullablePhaseTimeline) IsSet() bool

func (NullablePhaseTimeline) MarshalJSON

func (v NullablePhaseTimeline) MarshalJSON() ([]byte, error)

func (*NullablePhaseTimeline) Set

func (v *NullablePhaseTimeline) Set(val *PhaseTimeline)

func (*NullablePhaseTimeline) UnmarshalJSON

func (v *NullablePhaseTimeline) UnmarshalJSON(src []byte) error

func (*NullablePhaseTimeline) Unset

func (v *NullablePhaseTimeline) Unset()

type NullablePhaseVersion

type NullablePhaseVersion struct {
	// contains filtered or unexported fields
}

func NewNullablePhaseVersion

func NewNullablePhaseVersion(val *PhaseVersion) *NullablePhaseVersion

func (NullablePhaseVersion) Get

func (NullablePhaseVersion) IsSet

func (v NullablePhaseVersion) IsSet() bool

func (NullablePhaseVersion) MarshalJSON

func (v NullablePhaseVersion) MarshalJSON() ([]byte, error)

func (*NullablePhaseVersion) Set

func (v *NullablePhaseVersion) Set(val *PhaseVersion)

func (*NullablePhaseVersion) UnmarshalJSON

func (v *NullablePhaseVersion) UnmarshalJSON(src []byte) error

func (*NullablePhaseVersion) Unset

func (v *NullablePhaseVersion) Unset()

type NullablePlanItem

type NullablePlanItem struct {
	// contains filtered or unexported fields
}

func NewNullablePlanItem

func NewNullablePlanItem(val *PlanItem) *NullablePlanItem

func (NullablePlanItem) Get

func (v NullablePlanItem) Get() *PlanItem

func (NullablePlanItem) IsSet

func (v NullablePlanItem) IsSet() bool

func (NullablePlanItem) MarshalJSON

func (v NullablePlanItem) MarshalJSON() ([]byte, error)

func (*NullablePlanItem) Set

func (v *NullablePlanItem) Set(val *PlanItem)

func (*NullablePlanItem) UnmarshalJSON

func (v *NullablePlanItem) UnmarshalJSON(src []byte) error

func (*NullablePlanItem) Unset

func (v *NullablePlanItem) Unset()

type NullablePollType

type NullablePollType struct {
	// contains filtered or unexported fields
}

func NewNullablePollType

func NewNullablePollType(val *PollType) *NullablePollType

func (NullablePollType) Get

func (v NullablePollType) Get() *PollType

func (NullablePollType) IsSet

func (v NullablePollType) IsSet() bool

func (NullablePollType) MarshalJSON

func (v NullablePollType) MarshalJSON() ([]byte, error)

func (*NullablePollType) Set

func (v *NullablePollType) Set(val *PollType)

func (*NullablePollType) UnmarshalJSON

func (v *NullablePollType) UnmarshalJSON(src []byte) error

func (*NullablePollType) Unset

func (v *NullablePollType) Unset()

type NullablePrincipalView

type NullablePrincipalView struct {
	// contains filtered or unexported fields
}

func NewNullablePrincipalView

func NewNullablePrincipalView(val *PrincipalView) *NullablePrincipalView

func (NullablePrincipalView) Get

func (NullablePrincipalView) IsSet

func (v NullablePrincipalView) IsSet() bool

func (NullablePrincipalView) MarshalJSON

func (v NullablePrincipalView) MarshalJSON() ([]byte, error)

func (*NullablePrincipalView) Set

func (v *NullablePrincipalView) Set(val *PrincipalView)

func (*NullablePrincipalView) UnmarshalJSON

func (v *NullablePrincipalView) UnmarshalJSON(src []byte) error

func (*NullablePrincipalView) Unset

func (v *NullablePrincipalView) Unset()

type NullableProjectedPhase

type NullableProjectedPhase struct {
	// contains filtered or unexported fields
}

func NewNullableProjectedPhase

func NewNullableProjectedPhase(val *ProjectedPhase) *NullableProjectedPhase

func (NullableProjectedPhase) Get

func (NullableProjectedPhase) IsSet

func (v NullableProjectedPhase) IsSet() bool

func (NullableProjectedPhase) MarshalJSON

func (v NullableProjectedPhase) MarshalJSON() ([]byte, error)

func (*NullableProjectedPhase) Set

func (*NullableProjectedPhase) UnmarshalJSON

func (v *NullableProjectedPhase) UnmarshalJSON(src []byte) error

func (*NullableProjectedPhase) Unset

func (v *NullableProjectedPhase) Unset()

type NullableProjectedRelease

type NullableProjectedRelease struct {
	// contains filtered or unexported fields
}

func NewNullableProjectedRelease

func NewNullableProjectedRelease(val *ProjectedRelease) *NullableProjectedRelease

func (NullableProjectedRelease) Get

func (NullableProjectedRelease) IsSet

func (v NullableProjectedRelease) IsSet() bool

func (NullableProjectedRelease) MarshalJSON

func (v NullableProjectedRelease) MarshalJSON() ([]byte, error)

func (*NullableProjectedRelease) Set

func (*NullableProjectedRelease) UnmarshalJSON

func (v *NullableProjectedRelease) UnmarshalJSON(src []byte) error

func (*NullableProjectedRelease) Unset

func (v *NullableProjectedRelease) Unset()

type NullableProjectedTask

type NullableProjectedTask struct {
	// contains filtered or unexported fields
}

func NewNullableProjectedTask

func NewNullableProjectedTask(val *ProjectedTask) *NullableProjectedTask

func (NullableProjectedTask) Get

func (NullableProjectedTask) IsSet

func (v NullableProjectedTask) IsSet() bool

func (NullableProjectedTask) MarshalJSON

func (v NullableProjectedTask) MarshalJSON() ([]byte, error)

func (*NullableProjectedTask) Set

func (v *NullableProjectedTask) Set(val *ProjectedTask)

func (*NullableProjectedTask) UnmarshalJSON

func (v *NullableProjectedTask) UnmarshalJSON(src []byte) error

func (*NullableProjectedTask) Unset

func (v *NullableProjectedTask) Unset()

type NullableProperty

type NullableProperty struct {
	// contains filtered or unexported fields
}

func NewNullableProperty

func NewNullableProperty(val *Property) *NullableProperty

func (NullableProperty) Get

func (v NullableProperty) Get() *Property

func (NullableProperty) IsSet

func (v NullableProperty) IsSet() bool

func (NullableProperty) MarshalJSON

func (v NullableProperty) MarshalJSON() ([]byte, error)

func (*NullableProperty) Set

func (v *NullableProperty) Set(val *Property)

func (*NullableProperty) UnmarshalJSON

func (v *NullableProperty) UnmarshalJSON(src []byte) error

func (*NullableProperty) Unset

func (v *NullableProperty) Unset()

type NullableRelease

type NullableRelease struct {
	// contains filtered or unexported fields
}

func NewNullableRelease

func NewNullableRelease(val *Release) *NullableRelease

func (NullableRelease) Get

func (v NullableRelease) Get() *Release

func (NullableRelease) IsSet

func (v NullableRelease) IsSet() bool

func (NullableRelease) MarshalJSON

func (v NullableRelease) MarshalJSON() ([]byte, error)

func (*NullableRelease) Set

func (v *NullableRelease) Set(val *Release)

func (*NullableRelease) UnmarshalJSON

func (v *NullableRelease) UnmarshalJSON(src []byte) error

func (*NullableRelease) Unset

func (v *NullableRelease) Unset()

type NullableReleaseConfiguration

type NullableReleaseConfiguration struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseConfiguration

func NewNullableReleaseConfiguration(val *ReleaseConfiguration) *NullableReleaseConfiguration

func (NullableReleaseConfiguration) Get

func (NullableReleaseConfiguration) IsSet

func (NullableReleaseConfiguration) MarshalJSON

func (v NullableReleaseConfiguration) MarshalJSON() ([]byte, error)

func (*NullableReleaseConfiguration) Set

func (*NullableReleaseConfiguration) UnmarshalJSON

func (v *NullableReleaseConfiguration) UnmarshalJSON(src []byte) error

func (*NullableReleaseConfiguration) Unset

func (v *NullableReleaseConfiguration) Unset()

type NullableReleaseCountResult

type NullableReleaseCountResult struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseCountResult

func NewNullableReleaseCountResult(val *ReleaseCountResult) *NullableReleaseCountResult

func (NullableReleaseCountResult) Get

func (NullableReleaseCountResult) IsSet

func (v NullableReleaseCountResult) IsSet() bool

func (NullableReleaseCountResult) MarshalJSON

func (v NullableReleaseCountResult) MarshalJSON() ([]byte, error)

func (*NullableReleaseCountResult) Set

func (*NullableReleaseCountResult) UnmarshalJSON

func (v *NullableReleaseCountResult) UnmarshalJSON(src []byte) error

func (*NullableReleaseCountResult) Unset

func (v *NullableReleaseCountResult) Unset()

type NullableReleaseCountResults

type NullableReleaseCountResults struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseCountResults

func NewNullableReleaseCountResults(val *ReleaseCountResults) *NullableReleaseCountResults

func (NullableReleaseCountResults) Get

func (NullableReleaseCountResults) IsSet

func (NullableReleaseCountResults) MarshalJSON

func (v NullableReleaseCountResults) MarshalJSON() ([]byte, error)

func (*NullableReleaseCountResults) Set

func (*NullableReleaseCountResults) UnmarshalJSON

func (v *NullableReleaseCountResults) UnmarshalJSON(src []byte) error

func (*NullableReleaseCountResults) Unset

func (v *NullableReleaseCountResults) Unset()

type NullableReleaseExtension

type NullableReleaseExtension struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseExtension

func NewNullableReleaseExtension(val *ReleaseExtension) *NullableReleaseExtension

func (NullableReleaseExtension) Get

func (NullableReleaseExtension) IsSet

func (v NullableReleaseExtension) IsSet() bool

func (NullableReleaseExtension) MarshalJSON

func (v NullableReleaseExtension) MarshalJSON() ([]byte, error)

func (*NullableReleaseExtension) Set

func (*NullableReleaseExtension) UnmarshalJSON

func (v *NullableReleaseExtension) UnmarshalJSON(src []byte) error

func (*NullableReleaseExtension) Unset

func (v *NullableReleaseExtension) Unset()

type NullableReleaseFullSearchResult

type NullableReleaseFullSearchResult struct {
	// contains filtered or unexported fields
}

func (NullableReleaseFullSearchResult) Get

func (NullableReleaseFullSearchResult) IsSet

func (NullableReleaseFullSearchResult) MarshalJSON

func (v NullableReleaseFullSearchResult) MarshalJSON() ([]byte, error)

func (*NullableReleaseFullSearchResult) Set

func (*NullableReleaseFullSearchResult) UnmarshalJSON

func (v *NullableReleaseFullSearchResult) UnmarshalJSON(src []byte) error

func (*NullableReleaseFullSearchResult) Unset

type NullableReleaseGroup

type NullableReleaseGroup struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseGroup

func NewNullableReleaseGroup(val *ReleaseGroup) *NullableReleaseGroup

func (NullableReleaseGroup) Get

func (NullableReleaseGroup) IsSet

func (v NullableReleaseGroup) IsSet() bool

func (NullableReleaseGroup) MarshalJSON

func (v NullableReleaseGroup) MarshalJSON() ([]byte, error)

func (*NullableReleaseGroup) Set

func (v *NullableReleaseGroup) Set(val *ReleaseGroup)

func (*NullableReleaseGroup) UnmarshalJSON

func (v *NullableReleaseGroup) UnmarshalJSON(src []byte) error

func (*NullableReleaseGroup) Unset

func (v *NullableReleaseGroup) Unset()

type NullableReleaseGroupFilters

type NullableReleaseGroupFilters struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseGroupFilters

func NewNullableReleaseGroupFilters(val *ReleaseGroupFilters) *NullableReleaseGroupFilters

func (NullableReleaseGroupFilters) Get

func (NullableReleaseGroupFilters) IsSet

func (NullableReleaseGroupFilters) MarshalJSON

func (v NullableReleaseGroupFilters) MarshalJSON() ([]byte, error)

func (*NullableReleaseGroupFilters) Set

func (*NullableReleaseGroupFilters) UnmarshalJSON

func (v *NullableReleaseGroupFilters) UnmarshalJSON(src []byte) error

func (*NullableReleaseGroupFilters) Unset

func (v *NullableReleaseGroupFilters) Unset()

type NullableReleaseGroupOrderMode

type NullableReleaseGroupOrderMode struct {
	// contains filtered or unexported fields
}

func (NullableReleaseGroupOrderMode) Get

func (NullableReleaseGroupOrderMode) IsSet

func (NullableReleaseGroupOrderMode) MarshalJSON

func (v NullableReleaseGroupOrderMode) MarshalJSON() ([]byte, error)

func (*NullableReleaseGroupOrderMode) Set

func (*NullableReleaseGroupOrderMode) UnmarshalJSON

func (v *NullableReleaseGroupOrderMode) UnmarshalJSON(src []byte) error

func (*NullableReleaseGroupOrderMode) Unset

func (v *NullableReleaseGroupOrderMode) Unset()

type NullableReleaseGroupStatus

type NullableReleaseGroupStatus struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseGroupStatus

func NewNullableReleaseGroupStatus(val *ReleaseGroupStatus) *NullableReleaseGroupStatus

func (NullableReleaseGroupStatus) Get

func (NullableReleaseGroupStatus) IsSet

func (v NullableReleaseGroupStatus) IsSet() bool

func (NullableReleaseGroupStatus) MarshalJSON

func (v NullableReleaseGroupStatus) MarshalJSON() ([]byte, error)

func (*NullableReleaseGroupStatus) Set

func (*NullableReleaseGroupStatus) UnmarshalJSON

func (v *NullableReleaseGroupStatus) UnmarshalJSON(src []byte) error

func (*NullableReleaseGroupStatus) Unset

func (v *NullableReleaseGroupStatus) Unset()

type NullableReleaseGroupTimeline

type NullableReleaseGroupTimeline struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseGroupTimeline

func NewNullableReleaseGroupTimeline(val *ReleaseGroupTimeline) *NullableReleaseGroupTimeline

func (NullableReleaseGroupTimeline) Get

func (NullableReleaseGroupTimeline) IsSet

func (NullableReleaseGroupTimeline) MarshalJSON

func (v NullableReleaseGroupTimeline) MarshalJSON() ([]byte, error)

func (*NullableReleaseGroupTimeline) Set

func (*NullableReleaseGroupTimeline) UnmarshalJSON

func (v *NullableReleaseGroupTimeline) UnmarshalJSON(src []byte) error

func (*NullableReleaseGroupTimeline) Unset

func (v *NullableReleaseGroupTimeline) Unset()

type NullableReleaseOrderDirection

type NullableReleaseOrderDirection struct {
	// contains filtered or unexported fields
}

func (NullableReleaseOrderDirection) Get

func (NullableReleaseOrderDirection) IsSet

func (NullableReleaseOrderDirection) MarshalJSON

func (v NullableReleaseOrderDirection) MarshalJSON() ([]byte, error)

func (*NullableReleaseOrderDirection) Set

func (*NullableReleaseOrderDirection) UnmarshalJSON

func (v *NullableReleaseOrderDirection) UnmarshalJSON(src []byte) error

func (*NullableReleaseOrderDirection) Unset

func (v *NullableReleaseOrderDirection) Unset()

type NullableReleaseOrderMode

type NullableReleaseOrderMode struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseOrderMode

func NewNullableReleaseOrderMode(val *ReleaseOrderMode) *NullableReleaseOrderMode

func (NullableReleaseOrderMode) Get

func (NullableReleaseOrderMode) IsSet

func (v NullableReleaseOrderMode) IsSet() bool

func (NullableReleaseOrderMode) MarshalJSON

func (v NullableReleaseOrderMode) MarshalJSON() ([]byte, error)

func (*NullableReleaseOrderMode) Set

func (*NullableReleaseOrderMode) UnmarshalJSON

func (v *NullableReleaseOrderMode) UnmarshalJSON(src []byte) error

func (*NullableReleaseOrderMode) Unset

func (v *NullableReleaseOrderMode) Unset()

type NullableReleaseSearchResult

type NullableReleaseSearchResult struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseSearchResult

func NewNullableReleaseSearchResult(val *ReleaseSearchResult) *NullableReleaseSearchResult

func (NullableReleaseSearchResult) Get

func (NullableReleaseSearchResult) IsSet

func (NullableReleaseSearchResult) MarshalJSON

func (v NullableReleaseSearchResult) MarshalJSON() ([]byte, error)

func (*NullableReleaseSearchResult) Set

func (*NullableReleaseSearchResult) UnmarshalJSON

func (v *NullableReleaseSearchResult) UnmarshalJSON(src []byte) error

func (*NullableReleaseSearchResult) Unset

func (v *NullableReleaseSearchResult) Unset()

type NullableReleaseStatus

type NullableReleaseStatus struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseStatus

func NewNullableReleaseStatus(val *ReleaseStatus) *NullableReleaseStatus

func (NullableReleaseStatus) Get

func (NullableReleaseStatus) IsSet

func (v NullableReleaseStatus) IsSet() bool

func (NullableReleaseStatus) MarshalJSON

func (v NullableReleaseStatus) MarshalJSON() ([]byte, error)

func (*NullableReleaseStatus) Set

func (v *NullableReleaseStatus) Set(val *ReleaseStatus)

func (*NullableReleaseStatus) UnmarshalJSON

func (v *NullableReleaseStatus) UnmarshalJSON(src []byte) error

func (*NullableReleaseStatus) Unset

func (v *NullableReleaseStatus) Unset()

type NullableReleaseTimeline

type NullableReleaseTimeline struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseTimeline

func NewNullableReleaseTimeline(val *ReleaseTimeline) *NullableReleaseTimeline

func (NullableReleaseTimeline) Get

func (NullableReleaseTimeline) IsSet

func (v NullableReleaseTimeline) IsSet() bool

func (NullableReleaseTimeline) MarshalJSON

func (v NullableReleaseTimeline) MarshalJSON() ([]byte, error)

func (*NullableReleaseTimeline) Set

func (*NullableReleaseTimeline) UnmarshalJSON

func (v *NullableReleaseTimeline) UnmarshalJSON(src []byte) error

func (*NullableReleaseTimeline) Unset

func (v *NullableReleaseTimeline) Unset()

type NullableReleaseTrigger

type NullableReleaseTrigger struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseTrigger

func NewNullableReleaseTrigger(val *ReleaseTrigger) *NullableReleaseTrigger

func (NullableReleaseTrigger) Get

func (NullableReleaseTrigger) IsSet

func (v NullableReleaseTrigger) IsSet() bool

func (NullableReleaseTrigger) MarshalJSON

func (v NullableReleaseTrigger) MarshalJSON() ([]byte, error)

func (*NullableReleaseTrigger) Set

func (*NullableReleaseTrigger) UnmarshalJSON

func (v *NullableReleaseTrigger) UnmarshalJSON(src []byte) error

func (*NullableReleaseTrigger) Unset

func (v *NullableReleaseTrigger) Unset()

type NullableReleasesFilters

type NullableReleasesFilters struct {
	// contains filtered or unexported fields
}

func NewNullableReleasesFilters

func NewNullableReleasesFilters(val *ReleasesFilters) *NullableReleasesFilters

func (NullableReleasesFilters) Get

func (NullableReleasesFilters) IsSet

func (v NullableReleasesFilters) IsSet() bool

func (NullableReleasesFilters) MarshalJSON

func (v NullableReleasesFilters) MarshalJSON() ([]byte, error)

func (*NullableReleasesFilters) Set

func (*NullableReleasesFilters) UnmarshalJSON

func (v *NullableReleasesFilters) UnmarshalJSON(src []byte) error

func (*NullableReleasesFilters) Unset

func (v *NullableReleasesFilters) Unset()

type NullableReservationFilters

type NullableReservationFilters struct {
	// contains filtered or unexported fields
}

func NewNullableReservationFilters

func NewNullableReservationFilters(val *ReservationFilters) *NullableReservationFilters

func (NullableReservationFilters) Get

func (NullableReservationFilters) IsSet

func (v NullableReservationFilters) IsSet() bool

func (NullableReservationFilters) MarshalJSON

func (v NullableReservationFilters) MarshalJSON() ([]byte, error)

func (*NullableReservationFilters) Set

func (*NullableReservationFilters) UnmarshalJSON

func (v *NullableReservationFilters) UnmarshalJSON(src []byte) error

func (*NullableReservationFilters) Unset

func (v *NullableReservationFilters) Unset()

type NullableReservationSearchView

type NullableReservationSearchView struct {
	// contains filtered or unexported fields
}

func (NullableReservationSearchView) Get

func (NullableReservationSearchView) IsSet

func (NullableReservationSearchView) MarshalJSON

func (v NullableReservationSearchView) MarshalJSON() ([]byte, error)

func (*NullableReservationSearchView) Set

func (*NullableReservationSearchView) UnmarshalJSON

func (v *NullableReservationSearchView) UnmarshalJSON(src []byte) error

func (*NullableReservationSearchView) Unset

func (v *NullableReservationSearchView) Unset()

type NullableRisk

type NullableRisk struct {
	// contains filtered or unexported fields
}

func NewNullableRisk

func NewNullableRisk(val *Risk) *NullableRisk

func (NullableRisk) Get

func (v NullableRisk) Get() *Risk

func (NullableRisk) IsSet

func (v NullableRisk) IsSet() bool

func (NullableRisk) MarshalJSON

func (v NullableRisk) MarshalJSON() ([]byte, error)

func (*NullableRisk) Set

func (v *NullableRisk) Set(val *Risk)

func (*NullableRisk) UnmarshalJSON

func (v *NullableRisk) UnmarshalJSON(src []byte) error

func (*NullableRisk) Unset

func (v *NullableRisk) Unset()

type NullableRiskAssessment

type NullableRiskAssessment struct {
	// contains filtered or unexported fields
}

func NewNullableRiskAssessment

func NewNullableRiskAssessment(val *RiskAssessment) *NullableRiskAssessment

func (NullableRiskAssessment) Get

func (NullableRiskAssessment) IsSet

func (v NullableRiskAssessment) IsSet() bool

func (NullableRiskAssessment) MarshalJSON

func (v NullableRiskAssessment) MarshalJSON() ([]byte, error)

func (*NullableRiskAssessment) Set

func (*NullableRiskAssessment) UnmarshalJSON

func (v *NullableRiskAssessment) UnmarshalJSON(src []byte) error

func (*NullableRiskAssessment) Unset

func (v *NullableRiskAssessment) Unset()

type NullableRiskAssessor

type NullableRiskAssessor struct {
	// contains filtered or unexported fields
}

func NewNullableRiskAssessor

func NewNullableRiskAssessor(val *RiskAssessor) *NullableRiskAssessor

func (NullableRiskAssessor) Get

func (NullableRiskAssessor) IsSet

func (v NullableRiskAssessor) IsSet() bool

func (NullableRiskAssessor) MarshalJSON

func (v NullableRiskAssessor) MarshalJSON() ([]byte, error)

func (*NullableRiskAssessor) Set

func (v *NullableRiskAssessor) Set(val *RiskAssessor)

func (*NullableRiskAssessor) UnmarshalJSON

func (v *NullableRiskAssessor) UnmarshalJSON(src []byte) error

func (*NullableRiskAssessor) Unset

func (v *NullableRiskAssessor) Unset()

type NullableRiskGlobalThresholds

type NullableRiskGlobalThresholds struct {
	// contains filtered or unexported fields
}

func NewNullableRiskGlobalThresholds

func NewNullableRiskGlobalThresholds(val *RiskGlobalThresholds) *NullableRiskGlobalThresholds

func (NullableRiskGlobalThresholds) Get

func (NullableRiskGlobalThresholds) IsSet

func (NullableRiskGlobalThresholds) MarshalJSON

func (v NullableRiskGlobalThresholds) MarshalJSON() ([]byte, error)

func (*NullableRiskGlobalThresholds) Set

func (*NullableRiskGlobalThresholds) UnmarshalJSON

func (v *NullableRiskGlobalThresholds) UnmarshalJSON(src []byte) error

func (*NullableRiskGlobalThresholds) Unset

func (v *NullableRiskGlobalThresholds) Unset()

type NullableRiskProfile

type NullableRiskProfile struct {
	// contains filtered or unexported fields
}

func NewNullableRiskProfile

func NewNullableRiskProfile(val *RiskProfile) *NullableRiskProfile

func (NullableRiskProfile) Get

func (NullableRiskProfile) IsSet

func (v NullableRiskProfile) IsSet() bool

func (NullableRiskProfile) MarshalJSON

func (v NullableRiskProfile) MarshalJSON() ([]byte, error)

func (*NullableRiskProfile) Set

func (v *NullableRiskProfile) Set(val *RiskProfile)

func (*NullableRiskProfile) UnmarshalJSON

func (v *NullableRiskProfile) UnmarshalJSON(src []byte) error

func (*NullableRiskProfile) Unset

func (v *NullableRiskProfile) Unset()

type NullableRiskStatus

type NullableRiskStatus struct {
	// contains filtered or unexported fields
}

func NewNullableRiskStatus

func NewNullableRiskStatus(val *RiskStatus) *NullableRiskStatus

func (NullableRiskStatus) Get

func (v NullableRiskStatus) Get() *RiskStatus

func (NullableRiskStatus) IsSet

func (v NullableRiskStatus) IsSet() bool

func (NullableRiskStatus) MarshalJSON

func (v NullableRiskStatus) MarshalJSON() ([]byte, error)

func (*NullableRiskStatus) Set

func (v *NullableRiskStatus) Set(val *RiskStatus)

func (*NullableRiskStatus) UnmarshalJSON

func (v *NullableRiskStatus) UnmarshalJSON(src []byte) error

func (*NullableRiskStatus) Unset

func (v *NullableRiskStatus) Unset()

type NullableRiskStatusWithThresholds

type NullableRiskStatusWithThresholds struct {
	// contains filtered or unexported fields
}

func (NullableRiskStatusWithThresholds) Get

func (NullableRiskStatusWithThresholds) IsSet

func (NullableRiskStatusWithThresholds) MarshalJSON

func (v NullableRiskStatusWithThresholds) MarshalJSON() ([]byte, error)

func (*NullableRiskStatusWithThresholds) Set

func (*NullableRiskStatusWithThresholds) UnmarshalJSON

func (v *NullableRiskStatusWithThresholds) UnmarshalJSON(src []byte) error

func (*NullableRiskStatusWithThresholds) Unset

type NullableRoleView

type NullableRoleView struct {
	// contains filtered or unexported fields
}

func NewNullableRoleView

func NewNullableRoleView(val *RoleView) *NullableRoleView

func (NullableRoleView) Get

func (v NullableRoleView) Get() *RoleView

func (NullableRoleView) IsSet

func (v NullableRoleView) IsSet() bool

func (NullableRoleView) MarshalJSON

func (v NullableRoleView) MarshalJSON() ([]byte, error)

func (*NullableRoleView) Set

func (v *NullableRoleView) Set(val *RoleView)

func (*NullableRoleView) UnmarshalJSON

func (v *NullableRoleView) UnmarshalJSON(src []byte) error

func (*NullableRoleView) Unset

func (v *NullableRoleView) Unset()

type NullableSharedConfigurationStatusResponse

type NullableSharedConfigurationStatusResponse struct {
	// contains filtered or unexported fields
}

func (NullableSharedConfigurationStatusResponse) Get

func (NullableSharedConfigurationStatusResponse) IsSet

func (NullableSharedConfigurationStatusResponse) MarshalJSON

func (*NullableSharedConfigurationStatusResponse) Set

func (*NullableSharedConfigurationStatusResponse) UnmarshalJSON

func (v *NullableSharedConfigurationStatusResponse) UnmarshalJSON(src []byte) error

func (*NullableSharedConfigurationStatusResponse) Unset

type NullableStage

type NullableStage struct {
	// contains filtered or unexported fields
}

func NewNullableStage

func NewNullableStage(val *Stage) *NullableStage

func (NullableStage) Get

func (v NullableStage) Get() *Stage

func (NullableStage) IsSet

func (v NullableStage) IsSet() bool

func (NullableStage) MarshalJSON

func (v NullableStage) MarshalJSON() ([]byte, error)

func (*NullableStage) Set

func (v *NullableStage) Set(val *Stage)

func (*NullableStage) UnmarshalJSON

func (v *NullableStage) UnmarshalJSON(src []byte) error

func (*NullableStage) Unset

func (v *NullableStage) Unset()

type NullableStageStatus

type NullableStageStatus struct {
	// contains filtered or unexported fields
}

func NewNullableStageStatus

func NewNullableStageStatus(val *StageStatus) *NullableStageStatus

func (NullableStageStatus) Get

func (NullableStageStatus) IsSet

func (v NullableStageStatus) IsSet() bool

func (NullableStageStatus) MarshalJSON

func (v NullableStageStatus) MarshalJSON() ([]byte, error)

func (*NullableStageStatus) Set

func (v *NullableStageStatus) Set(val *StageStatus)

func (*NullableStageStatus) UnmarshalJSON

func (v *NullableStageStatus) UnmarshalJSON(src []byte) error

func (*NullableStageStatus) Unset

func (v *NullableStageStatus) Unset()

type NullableStageTrackedItem

type NullableStageTrackedItem struct {
	// contains filtered or unexported fields
}

func NewNullableStageTrackedItem

func NewNullableStageTrackedItem(val *StageTrackedItem) *NullableStageTrackedItem

func (NullableStageTrackedItem) Get

func (NullableStageTrackedItem) IsSet

func (v NullableStageTrackedItem) IsSet() bool

func (NullableStageTrackedItem) MarshalJSON

func (v NullableStageTrackedItem) MarshalJSON() ([]byte, error)

func (*NullableStageTrackedItem) Set

func (*NullableStageTrackedItem) UnmarshalJSON

func (v *NullableStageTrackedItem) UnmarshalJSON(src []byte) error

func (*NullableStageTrackedItem) Unset

func (v *NullableStageTrackedItem) Unset()

type NullableStartRelease

type NullableStartRelease struct {
	// contains filtered or unexported fields
}

func NewNullableStartRelease

func NewNullableStartRelease(val *StartRelease) *NullableStartRelease

func (NullableStartRelease) Get

func (NullableStartRelease) IsSet

func (v NullableStartRelease) IsSet() bool

func (NullableStartRelease) MarshalJSON

func (v NullableStartRelease) MarshalJSON() ([]byte, error)

func (*NullableStartRelease) Set

func (v *NullableStartRelease) Set(val *StartRelease)

func (*NullableStartRelease) UnmarshalJSON

func (v *NullableStartRelease) UnmarshalJSON(src []byte) error

func (*NullableStartRelease) Unset

func (v *NullableStartRelease) Unset()

type NullableStartTask

type NullableStartTask struct {
	// contains filtered or unexported fields
}

func NewNullableStartTask

func NewNullableStartTask(val *StartTask) *NullableStartTask

func (NullableStartTask) Get

func (v NullableStartTask) Get() *StartTask

func (NullableStartTask) IsSet

func (v NullableStartTask) IsSet() bool

func (NullableStartTask) MarshalJSON

func (v NullableStartTask) MarshalJSON() ([]byte, error)

func (*NullableStartTask) Set

func (v *NullableStartTask) Set(val *StartTask)

func (*NullableStartTask) UnmarshalJSON

func (v *NullableStartTask) UnmarshalJSON(src []byte) error

func (*NullableStartTask) Unset

func (v *NullableStartTask) Unset()

type NullableString

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString

func NewNullableString(val *string) *NullableString

func (NullableString) Get

func (v NullableString) Get() *string

func (NullableString) IsSet

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset

func (v *NullableString) Unset()

type NullableSubscriber

type NullableSubscriber struct {
	// contains filtered or unexported fields
}

func NewNullableSubscriber

func NewNullableSubscriber(val *Subscriber) *NullableSubscriber

func (NullableSubscriber) Get

func (v NullableSubscriber) Get() *Subscriber

func (NullableSubscriber) IsSet

func (v NullableSubscriber) IsSet() bool

func (NullableSubscriber) MarshalJSON

func (v NullableSubscriber) MarshalJSON() ([]byte, error)

func (*NullableSubscriber) Set

func (v *NullableSubscriber) Set(val *Subscriber)

func (*NullableSubscriber) UnmarshalJSON

func (v *NullableSubscriber) UnmarshalJSON(src []byte) error

func (*NullableSubscriber) Unset

func (v *NullableSubscriber) Unset()

type NullableSystemMessageSettings

type NullableSystemMessageSettings struct {
	// contains filtered or unexported fields
}

func (NullableSystemMessageSettings) Get

func (NullableSystemMessageSettings) IsSet

func (NullableSystemMessageSettings) MarshalJSON

func (v NullableSystemMessageSettings) MarshalJSON() ([]byte, error)

func (*NullableSystemMessageSettings) Set

func (*NullableSystemMessageSettings) UnmarshalJSON

func (v *NullableSystemMessageSettings) UnmarshalJSON(src []byte) error

func (*NullableSystemMessageSettings) Unset

func (v *NullableSystemMessageSettings) Unset()

type NullableTask

type NullableTask struct {
	// contains filtered or unexported fields
}

func NewNullableTask

func NewNullableTask(val *Task) *NullableTask

func (NullableTask) Get

func (v NullableTask) Get() *Task

func (NullableTask) IsSet

func (v NullableTask) IsSet() bool

func (NullableTask) MarshalJSON

func (v NullableTask) MarshalJSON() ([]byte, error)

func (*NullableTask) Set

func (v *NullableTask) Set(val *Task)

func (*NullableTask) UnmarshalJSON

func (v *NullableTask) UnmarshalJSON(src []byte) error

func (*NullableTask) Unset

func (v *NullableTask) Unset()

type NullableTaskContainer

type NullableTaskContainer struct {
	// contains filtered or unexported fields
}

func NewNullableTaskContainer

func NewNullableTaskContainer(val *TaskContainer) *NullableTaskContainer

func (NullableTaskContainer) Get

func (NullableTaskContainer) IsSet

func (v NullableTaskContainer) IsSet() bool

func (NullableTaskContainer) MarshalJSON

func (v NullableTaskContainer) MarshalJSON() ([]byte, error)

func (*NullableTaskContainer) Set

func (v *NullableTaskContainer) Set(val *TaskContainer)

func (*NullableTaskContainer) UnmarshalJSON

func (v *NullableTaskContainer) UnmarshalJSON(src []byte) error

func (*NullableTaskContainer) Unset

func (v *NullableTaskContainer) Unset()

type NullableTaskRecoverOp

type NullableTaskRecoverOp struct {
	// contains filtered or unexported fields
}

func NewNullableTaskRecoverOp

func NewNullableTaskRecoverOp(val *TaskRecoverOp) *NullableTaskRecoverOp

func (NullableTaskRecoverOp) Get

func (NullableTaskRecoverOp) IsSet

func (v NullableTaskRecoverOp) IsSet() bool

func (NullableTaskRecoverOp) MarshalJSON

func (v NullableTaskRecoverOp) MarshalJSON() ([]byte, error)

func (*NullableTaskRecoverOp) Set

func (v *NullableTaskRecoverOp) Set(val *TaskRecoverOp)

func (*NullableTaskRecoverOp) UnmarshalJSON

func (v *NullableTaskRecoverOp) UnmarshalJSON(src []byte) error

func (*NullableTaskRecoverOp) Unset

func (v *NullableTaskRecoverOp) Unset()

type NullableTaskReportingRecord

type NullableTaskReportingRecord struct {
	// contains filtered or unexported fields
}

func NewNullableTaskReportingRecord

func NewNullableTaskReportingRecord(val *TaskReportingRecord) *NullableTaskReportingRecord

func (NullableTaskReportingRecord) Get

func (NullableTaskReportingRecord) IsSet

func (NullableTaskReportingRecord) MarshalJSON

func (v NullableTaskReportingRecord) MarshalJSON() ([]byte, error)

func (*NullableTaskReportingRecord) Set

func (*NullableTaskReportingRecord) UnmarshalJSON

func (v *NullableTaskReportingRecord) UnmarshalJSON(src []byte) error

func (*NullableTaskReportingRecord) Unset

func (v *NullableTaskReportingRecord) Unset()

type NullableTaskStatus

type NullableTaskStatus struct {
	// contains filtered or unexported fields
}

func NewNullableTaskStatus

func NewNullableTaskStatus(val *TaskStatus) *NullableTaskStatus

func (NullableTaskStatus) Get

func (v NullableTaskStatus) Get() *TaskStatus

func (NullableTaskStatus) IsSet

func (v NullableTaskStatus) IsSet() bool

func (NullableTaskStatus) MarshalJSON

func (v NullableTaskStatus) MarshalJSON() ([]byte, error)

func (*NullableTaskStatus) Set

func (v *NullableTaskStatus) Set(val *TaskStatus)

func (*NullableTaskStatus) UnmarshalJSON

func (v *NullableTaskStatus) UnmarshalJSON(src []byte) error

func (*NullableTaskStatus) Unset

func (v *NullableTaskStatus) Unset()

type NullableTeam

type NullableTeam struct {
	// contains filtered or unexported fields
}

func NewNullableTeam

func NewNullableTeam(val *Team) *NullableTeam

func (NullableTeam) Get

func (v NullableTeam) Get() *Team

func (NullableTeam) IsSet

func (v NullableTeam) IsSet() bool

func (NullableTeam) MarshalJSON

func (v NullableTeam) MarshalJSON() ([]byte, error)

func (*NullableTeam) Set

func (v *NullableTeam) Set(val *Team)

func (*NullableTeam) UnmarshalJSON

func (v *NullableTeam) UnmarshalJSON(src []byte) error

func (*NullableTeam) Unset

func (v *NullableTeam) Unset()

type NullableTeamMemberView

type NullableTeamMemberView struct {
	// contains filtered or unexported fields
}

func NewNullableTeamMemberView

func NewNullableTeamMemberView(val *TeamMemberView) *NullableTeamMemberView

func (NullableTeamMemberView) Get

func (NullableTeamMemberView) IsSet

func (v NullableTeamMemberView) IsSet() bool

func (NullableTeamMemberView) MarshalJSON

func (v NullableTeamMemberView) MarshalJSON() ([]byte, error)

func (*NullableTeamMemberView) Set

func (*NullableTeamMemberView) UnmarshalJSON

func (v *NullableTeamMemberView) UnmarshalJSON(src []byte) error

func (*NullableTeamMemberView) Unset

func (v *NullableTeamMemberView) Unset()

type NullableTeamView

type NullableTeamView struct {
	// contains filtered or unexported fields
}

func NewNullableTeamView

func NewNullableTeamView(val *TeamView) *NullableTeamView

func (NullableTeamView) Get

func (v NullableTeamView) Get() *TeamView

func (NullableTeamView) IsSet

func (v NullableTeamView) IsSet() bool

func (NullableTeamView) MarshalJSON

func (v NullableTeamView) MarshalJSON() ([]byte, error)

func (*NullableTeamView) Set

func (v *NullableTeamView) Set(val *TeamView)

func (*NullableTeamView) UnmarshalJSON

func (v *NullableTeamView) UnmarshalJSON(src []byte) error

func (*NullableTeamView) Unset

func (v *NullableTeamView) Unset()

type NullableTime

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset

func (v *NullableTime) Unset()

type NullableTimeFrame

type NullableTimeFrame struct {
	// contains filtered or unexported fields
}

func NewNullableTimeFrame

func NewNullableTimeFrame(val *TimeFrame) *NullableTimeFrame

func (NullableTimeFrame) Get

func (v NullableTimeFrame) Get() *TimeFrame

func (NullableTimeFrame) IsSet

func (v NullableTimeFrame) IsSet() bool

func (NullableTimeFrame) MarshalJSON

func (v NullableTimeFrame) MarshalJSON() ([]byte, error)

func (*NullableTimeFrame) Set

func (v *NullableTimeFrame) Set(val *TimeFrame)

func (*NullableTimeFrame) UnmarshalJSON

func (v *NullableTimeFrame) UnmarshalJSON(src []byte) error

func (*NullableTimeFrame) Unset

func (v *NullableTimeFrame) Unset()

type NullableTrackedItem

type NullableTrackedItem struct {
	// contains filtered or unexported fields
}

func NewNullableTrackedItem

func NewNullableTrackedItem(val *TrackedItem) *NullableTrackedItem

func (NullableTrackedItem) Get

func (NullableTrackedItem) IsSet

func (v NullableTrackedItem) IsSet() bool

func (NullableTrackedItem) MarshalJSON

func (v NullableTrackedItem) MarshalJSON() ([]byte, error)

func (*NullableTrackedItem) Set

func (v *NullableTrackedItem) Set(val *TrackedItem)

func (*NullableTrackedItem) UnmarshalJSON

func (v *NullableTrackedItem) UnmarshalJSON(src []byte) error

func (*NullableTrackedItem) Unset

func (v *NullableTrackedItem) Unset()

type NullableTrackedItemStatus

type NullableTrackedItemStatus struct {
	// contains filtered or unexported fields
}

func NewNullableTrackedItemStatus

func NewNullableTrackedItemStatus(val *TrackedItemStatus) *NullableTrackedItemStatus

func (NullableTrackedItemStatus) Get

func (NullableTrackedItemStatus) IsSet

func (v NullableTrackedItemStatus) IsSet() bool

func (NullableTrackedItemStatus) MarshalJSON

func (v NullableTrackedItemStatus) MarshalJSON() ([]byte, error)

func (*NullableTrackedItemStatus) Set

func (*NullableTrackedItemStatus) UnmarshalJSON

func (v *NullableTrackedItemStatus) UnmarshalJSON(src []byte) error

func (*NullableTrackedItemStatus) Unset

func (v *NullableTrackedItemStatus) Unset()

type NullableTransition

type NullableTransition struct {
	// contains filtered or unexported fields
}

func NewNullableTransition

func NewNullableTransition(val *Transition) *NullableTransition

func (NullableTransition) Get

func (v NullableTransition) Get() *Transition

func (NullableTransition) IsSet

func (v NullableTransition) IsSet() bool

func (NullableTransition) MarshalJSON

func (v NullableTransition) MarshalJSON() ([]byte, error)

func (*NullableTransition) Set

func (v *NullableTransition) Set(val *Transition)

func (*NullableTransition) UnmarshalJSON

func (v *NullableTransition) UnmarshalJSON(src []byte) error

func (*NullableTransition) Unset

func (v *NullableTransition) Unset()

type NullableTrigger

type NullableTrigger struct {
	// contains filtered or unexported fields
}

func NewNullableTrigger

func NewNullableTrigger(val *Trigger) *NullableTrigger

func (NullableTrigger) Get

func (v NullableTrigger) Get() *Trigger

func (NullableTrigger) IsSet

func (v NullableTrigger) IsSet() bool

func (NullableTrigger) MarshalJSON

func (v NullableTrigger) MarshalJSON() ([]byte, error)

func (*NullableTrigger) Set

func (v *NullableTrigger) Set(val *Trigger)

func (*NullableTrigger) UnmarshalJSON

func (v *NullableTrigger) UnmarshalJSON(src []byte) error

func (*NullableTrigger) Unset

func (v *NullableTrigger) Unset()

type NullableTriggerExecutionStatus

type NullableTriggerExecutionStatus struct {
	// contains filtered or unexported fields
}

func (NullableTriggerExecutionStatus) Get

func (NullableTriggerExecutionStatus) IsSet

func (NullableTriggerExecutionStatus) MarshalJSON

func (v NullableTriggerExecutionStatus) MarshalJSON() ([]byte, error)

func (*NullableTriggerExecutionStatus) Set

func (*NullableTriggerExecutionStatus) UnmarshalJSON

func (v *NullableTriggerExecutionStatus) UnmarshalJSON(src []byte) error

func (*NullableTriggerExecutionStatus) Unset

func (v *NullableTriggerExecutionStatus) Unset()

type NullableUsagePoint

type NullableUsagePoint struct {
	// contains filtered or unexported fields
}

func NewNullableUsagePoint

func NewNullableUsagePoint(val *UsagePoint) *NullableUsagePoint

func (NullableUsagePoint) Get

func (v NullableUsagePoint) Get() *UsagePoint

func (NullableUsagePoint) IsSet

func (v NullableUsagePoint) IsSet() bool

func (NullableUsagePoint) MarshalJSON

func (v NullableUsagePoint) MarshalJSON() ([]byte, error)

func (*NullableUsagePoint) Set

func (v *NullableUsagePoint) Set(val *UsagePoint)

func (*NullableUsagePoint) UnmarshalJSON

func (v *NullableUsagePoint) UnmarshalJSON(src []byte) error

func (*NullableUsagePoint) Unset

func (v *NullableUsagePoint) Unset()

type NullableUserAccount

type NullableUserAccount struct {
	// contains filtered or unexported fields
}

func NewNullableUserAccount

func NewNullableUserAccount(val *UserAccount) *NullableUserAccount

func (NullableUserAccount) Get

func (NullableUserAccount) IsSet

func (v NullableUserAccount) IsSet() bool

func (NullableUserAccount) MarshalJSON

func (v NullableUserAccount) MarshalJSON() ([]byte, error)

func (*NullableUserAccount) Set

func (v *NullableUserAccount) Set(val *UserAccount)

func (*NullableUserAccount) UnmarshalJSON

func (v *NullableUserAccount) UnmarshalJSON(src []byte) error

func (*NullableUserAccount) Unset

func (v *NullableUserAccount) Unset()

type NullableUserInputTask

type NullableUserInputTask struct {
	// contains filtered or unexported fields
}

func NewNullableUserInputTask

func NewNullableUserInputTask(val *UserInputTask) *NullableUserInputTask

func (NullableUserInputTask) Get

func (NullableUserInputTask) IsSet

func (v NullableUserInputTask) IsSet() bool

func (NullableUserInputTask) MarshalJSON

func (v NullableUserInputTask) MarshalJSON() ([]byte, error)

func (*NullableUserInputTask) Set

func (v *NullableUserInputTask) Set(val *UserInputTask)

func (*NullableUserInputTask) UnmarshalJSON

func (v *NullableUserInputTask) UnmarshalJSON(src []byte) error

func (*NullableUserInputTask) Unset

func (v *NullableUserInputTask) Unset()

type NullableValidatePattern

type NullableValidatePattern struct {
	// contains filtered or unexported fields
}

func NewNullableValidatePattern

func NewNullableValidatePattern(val *ValidatePattern) *NullableValidatePattern

func (NullableValidatePattern) Get

func (NullableValidatePattern) IsSet

func (v NullableValidatePattern) IsSet() bool

func (NullableValidatePattern) MarshalJSON

func (v NullableValidatePattern) MarshalJSON() ([]byte, error)

func (*NullableValidatePattern) Set

func (*NullableValidatePattern) UnmarshalJSON

func (v *NullableValidatePattern) UnmarshalJSON(src []byte) error

func (*NullableValidatePattern) Unset

func (v *NullableValidatePattern) Unset()

type NullableValueProviderConfiguration

type NullableValueProviderConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableValueProviderConfiguration) Get

func (NullableValueProviderConfiguration) IsSet

func (NullableValueProviderConfiguration) MarshalJSON

func (v NullableValueProviderConfiguration) MarshalJSON() ([]byte, error)

func (*NullableValueProviderConfiguration) Set

func (*NullableValueProviderConfiguration) UnmarshalJSON

func (v *NullableValueProviderConfiguration) UnmarshalJSON(src []byte) error

func (*NullableValueProviderConfiguration) Unset

type NullableValueWithInterpolation

type NullableValueWithInterpolation struct {
	// contains filtered or unexported fields
}

func (NullableValueWithInterpolation) Get

func (NullableValueWithInterpolation) IsSet

func (NullableValueWithInterpolation) MarshalJSON

func (v NullableValueWithInterpolation) MarshalJSON() ([]byte, error)

func (*NullableValueWithInterpolation) Set

func (*NullableValueWithInterpolation) UnmarshalJSON

func (v *NullableValueWithInterpolation) UnmarshalJSON(src []byte) error

func (*NullableValueWithInterpolation) Unset

func (v *NullableValueWithInterpolation) Unset()

type NullableVariable

type NullableVariable struct {
	// contains filtered or unexported fields
}

func NewNullableVariable

func NewNullableVariable(val *Variable) *NullableVariable

func (NullableVariable) Get

func (v NullableVariable) Get() *Variable

func (NullableVariable) IsSet

func (v NullableVariable) IsSet() bool

func (NullableVariable) MarshalJSON

func (v NullableVariable) MarshalJSON() ([]byte, error)

func (*NullableVariable) Set

func (v *NullableVariable) Set(val *Variable)

func (*NullableVariable) UnmarshalJSON

func (v *NullableVariable) UnmarshalJSON(src []byte) error

func (*NullableVariable) Unset

func (v *NullableVariable) Unset()

type NullableVariable1

type NullableVariable1 struct {
	// contains filtered or unexported fields
}

func NewNullableVariable1

func NewNullableVariable1(val *Variable1) *NullableVariable1

func (NullableVariable1) Get

func (v NullableVariable1) Get() *Variable1

func (NullableVariable1) IsSet

func (v NullableVariable1) IsSet() bool

func (NullableVariable1) MarshalJSON

func (v NullableVariable1) MarshalJSON() ([]byte, error)

func (*NullableVariable1) Set

func (v *NullableVariable1) Set(val *Variable1)

func (*NullableVariable1) UnmarshalJSON

func (v *NullableVariable1) UnmarshalJSON(src []byte) error

func (*NullableVariable1) Unset

func (v *NullableVariable1) Unset()

type NullableVariableOrValue

type NullableVariableOrValue struct {
	// contains filtered or unexported fields
}

func NewNullableVariableOrValue

func NewNullableVariableOrValue(val *VariableOrValue) *NullableVariableOrValue

func (NullableVariableOrValue) Get

func (NullableVariableOrValue) IsSet

func (v NullableVariableOrValue) IsSet() bool

func (NullableVariableOrValue) MarshalJSON

func (v NullableVariableOrValue) MarshalJSON() ([]byte, error)

func (*NullableVariableOrValue) Set

func (*NullableVariableOrValue) UnmarshalJSON

func (v *NullableVariableOrValue) UnmarshalJSON(src []byte) error

func (*NullableVariableOrValue) Unset

func (v *NullableVariableOrValue) Unset()

type PermissionsApiService

type PermissionsApiService service

PermissionsApiService PermissionsApi service

func (*PermissionsApiService) GetGlobalPermissions

GetGlobalPermissions Method for GetGlobalPermissions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetGlobalPermissionsRequest

func (*PermissionsApiService) GetGlobalPermissionsExecute

func (a *PermissionsApiService) GetGlobalPermissionsExecute(r ApiGetGlobalPermissionsRequest) ([]string, *http.Response, error)

Execute executes the request

@return []string

type Phase

type Phase struct {
	Id                      *string                `json:"id,omitempty"`
	Type                    *string                `json:"type,omitempty"`
	Locked                  *bool                  `json:"locked,omitempty"`
	Title                   *string                `json:"title,omitempty"`
	Description             *string                `json:"description,omitempty"`
	Owner                   *string                `json:"owner,omitempty"`
	ScheduledStartDate      *time.Time             `json:"scheduledStartDate,omitempty"`
	DueDate                 *time.Time             `json:"dueDate,omitempty"`
	StartDate               *time.Time             `json:"startDate,omitempty"`
	EndDate                 *time.Time             `json:"endDate,omitempty"`
	PlannedDuration         *int32                 `json:"plannedDuration,omitempty"`
	FlagStatus              *FlagStatus            `json:"flagStatus,omitempty"`
	FlagComment             *string                `json:"flagComment,omitempty"`
	OverdueNotified         *bool                  `json:"overdueNotified,omitempty"`
	Flagged                 *bool                  `json:"flagged,omitempty"`
	StartOrScheduledDate    *time.Time             `json:"startOrScheduledDate,omitempty"`
	EndOrDueDate            *time.Time             `json:"endOrDueDate,omitempty"`
	Overdue                 *bool                  `json:"overdue,omitempty"`
	OrCalculateDueDate      NullableTime           `json:"orCalculateDueDate,omitempty"`
	ComputedPlannedDuration map[string]interface{} `json:"computedPlannedDuration,omitempty"`
	ActualDuration          map[string]interface{} `json:"actualDuration,omitempty"`
	ReleaseUid              *int32                 `json:"releaseUid,omitempty"`
	Tasks                   []Task                 `json:"tasks,omitempty"`
	Release                 interface{}            `json:"release,omitempty"`
	Status                  *PhaseStatus           `json:"status,omitempty"`
	Color                   *string                `json:"color,omitempty"`
	OriginId                *string                `json:"originId,omitempty"`
	CurrentTask             *Task                  `json:"currentTask,omitempty"`
	DisplayPath             *string                `json:"displayPath,omitempty"`
	Active                  *bool                  `json:"active,omitempty"`
	Done                    *bool                  `json:"done,omitempty"`
	Defunct                 *bool                  `json:"defunct,omitempty"`
	Updatable               *bool                  `json:"updatable,omitempty"`
	Aborted                 *bool                  `json:"aborted,omitempty"`
	Planned                 *bool                  `json:"planned,omitempty"`
	Failed                  *bool                  `json:"failed,omitempty"`
	Failing                 *bool                  `json:"failing,omitempty"`
	ReleaseOwner            *string                `json:"releaseOwner,omitempty"`
	AllGates                []GateTask             `json:"allGates,omitempty"`
	AllTasks                []Task                 `json:"allTasks,omitempty"`
	Children                []PlanItem             `json:"children,omitempty"`
	VariableUsages          []UsagePoint           `json:"variableUsages,omitempty"`
	Original                *bool                  `json:"original,omitempty"`
	PhaseCopied             *bool                  `json:"phaseCopied,omitempty"`
	AncestorId              *string                `json:"ancestorId,omitempty"`
	LatestCopy              *bool                  `json:"latestCopy,omitempty"`
}

Phase struct for Phase

func NewPhase

func NewPhase() *Phase

NewPhase instantiates a new Phase object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPhaseWithDefaults

func NewPhaseWithDefaults() *Phase

NewPhaseWithDefaults instantiates a new Phase object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Phase) GetAborted

func (o *Phase) GetAborted() bool

GetAborted returns the Aborted field value if set, zero value otherwise.

func (*Phase) GetAbortedOk

func (o *Phase) GetAbortedOk() (*bool, bool)

GetAbortedOk returns a tuple with the Aborted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetActive

func (o *Phase) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*Phase) GetActiveOk

func (o *Phase) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetActualDuration

func (o *Phase) GetActualDuration() map[string]interface{}

GetActualDuration returns the ActualDuration field value if set, zero value otherwise.

func (*Phase) GetActualDurationOk

func (o *Phase) GetActualDurationOk() (map[string]interface{}, bool)

GetActualDurationOk returns a tuple with the ActualDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetAllGates

func (o *Phase) GetAllGates() []GateTask

GetAllGates returns the AllGates field value if set, zero value otherwise.

func (*Phase) GetAllGatesOk

func (o *Phase) GetAllGatesOk() ([]GateTask, bool)

GetAllGatesOk returns a tuple with the AllGates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetAllTasks

func (o *Phase) GetAllTasks() []Task

GetAllTasks returns the AllTasks field value if set, zero value otherwise.

func (*Phase) GetAllTasksOk

func (o *Phase) GetAllTasksOk() ([]Task, bool)

GetAllTasksOk returns a tuple with the AllTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetAncestorId

func (o *Phase) GetAncestorId() string

GetAncestorId returns the AncestorId field value if set, zero value otherwise.

func (*Phase) GetAncestorIdOk

func (o *Phase) GetAncestorIdOk() (*string, bool)

GetAncestorIdOk returns a tuple with the AncestorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetChildren

func (o *Phase) GetChildren() []PlanItem

GetChildren returns the Children field value if set, zero value otherwise.

func (*Phase) GetChildrenOk

func (o *Phase) GetChildrenOk() ([]PlanItem, bool)

GetChildrenOk returns a tuple with the Children field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetColor

func (o *Phase) GetColor() string

GetColor returns the Color field value if set, zero value otherwise.

func (*Phase) GetColorOk

func (o *Phase) GetColorOk() (*string, bool)

GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetComputedPlannedDuration

func (o *Phase) GetComputedPlannedDuration() map[string]interface{}

GetComputedPlannedDuration returns the ComputedPlannedDuration field value if set, zero value otherwise.

func (*Phase) GetComputedPlannedDurationOk

func (o *Phase) GetComputedPlannedDurationOk() (map[string]interface{}, bool)

GetComputedPlannedDurationOk returns a tuple with the ComputedPlannedDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetCurrentTask

func (o *Phase) GetCurrentTask() Task

GetCurrentTask returns the CurrentTask field value if set, zero value otherwise.

func (*Phase) GetCurrentTaskOk

func (o *Phase) GetCurrentTaskOk() (*Task, bool)

GetCurrentTaskOk returns a tuple with the CurrentTask field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetDefunct

func (o *Phase) GetDefunct() bool

GetDefunct returns the Defunct field value if set, zero value otherwise.

func (*Phase) GetDefunctOk

func (o *Phase) GetDefunctOk() (*bool, bool)

GetDefunctOk returns a tuple with the Defunct field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetDescription

func (o *Phase) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Phase) GetDescriptionOk

func (o *Phase) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetDisplayPath

func (o *Phase) GetDisplayPath() string

GetDisplayPath returns the DisplayPath field value if set, zero value otherwise.

func (*Phase) GetDisplayPathOk

func (o *Phase) GetDisplayPathOk() (*string, bool)

GetDisplayPathOk returns a tuple with the DisplayPath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetDone

func (o *Phase) GetDone() bool

GetDone returns the Done field value if set, zero value otherwise.

func (*Phase) GetDoneOk

func (o *Phase) GetDoneOk() (*bool, bool)

GetDoneOk returns a tuple with the Done field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetDueDate

func (o *Phase) GetDueDate() time.Time

GetDueDate returns the DueDate field value if set, zero value otherwise.

func (*Phase) GetDueDateOk

func (o *Phase) GetDueDateOk() (*time.Time, bool)

GetDueDateOk returns a tuple with the DueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetEndDate

func (o *Phase) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*Phase) GetEndDateOk

func (o *Phase) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetEndOrDueDate

func (o *Phase) GetEndOrDueDate() time.Time

GetEndOrDueDate returns the EndOrDueDate field value if set, zero value otherwise.

func (*Phase) GetEndOrDueDateOk

func (o *Phase) GetEndOrDueDateOk() (*time.Time, bool)

GetEndOrDueDateOk returns a tuple with the EndOrDueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetFailed

func (o *Phase) GetFailed() bool

GetFailed returns the Failed field value if set, zero value otherwise.

func (*Phase) GetFailedOk

func (o *Phase) GetFailedOk() (*bool, bool)

GetFailedOk returns a tuple with the Failed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetFailing

func (o *Phase) GetFailing() bool

GetFailing returns the Failing field value if set, zero value otherwise.

func (*Phase) GetFailingOk

func (o *Phase) GetFailingOk() (*bool, bool)

GetFailingOk returns a tuple with the Failing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetFlagComment

func (o *Phase) GetFlagComment() string

GetFlagComment returns the FlagComment field value if set, zero value otherwise.

func (*Phase) GetFlagCommentOk

func (o *Phase) GetFlagCommentOk() (*string, bool)

GetFlagCommentOk returns a tuple with the FlagComment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetFlagStatus

func (o *Phase) GetFlagStatus() FlagStatus

GetFlagStatus returns the FlagStatus field value if set, zero value otherwise.

func (*Phase) GetFlagStatusOk

func (o *Phase) GetFlagStatusOk() (*FlagStatus, bool)

GetFlagStatusOk returns a tuple with the FlagStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetFlagged

func (o *Phase) GetFlagged() bool

GetFlagged returns the Flagged field value if set, zero value otherwise.

func (*Phase) GetFlaggedOk

func (o *Phase) GetFlaggedOk() (*bool, bool)

GetFlaggedOk returns a tuple with the Flagged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetId

func (o *Phase) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Phase) GetIdOk

func (o *Phase) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetLatestCopy

func (o *Phase) GetLatestCopy() bool

GetLatestCopy returns the LatestCopy field value if set, zero value otherwise.

func (*Phase) GetLatestCopyOk

func (o *Phase) GetLatestCopyOk() (*bool, bool)

GetLatestCopyOk returns a tuple with the LatestCopy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetLocked

func (o *Phase) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*Phase) GetLockedOk

func (o *Phase) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetOrCalculateDueDate

func (o *Phase) GetOrCalculateDueDate() time.Time

GetOrCalculateDueDate returns the OrCalculateDueDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Phase) GetOrCalculateDueDateOk

func (o *Phase) GetOrCalculateDueDateOk() (*time.Time, bool)

GetOrCalculateDueDateOk returns a tuple with the OrCalculateDueDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Phase) GetOriginId

func (o *Phase) GetOriginId() string

GetOriginId returns the OriginId field value if set, zero value otherwise.

func (*Phase) GetOriginIdOk

func (o *Phase) GetOriginIdOk() (*string, bool)

GetOriginIdOk returns a tuple with the OriginId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetOriginal

func (o *Phase) GetOriginal() bool

GetOriginal returns the Original field value if set, zero value otherwise.

func (*Phase) GetOriginalOk

func (o *Phase) GetOriginalOk() (*bool, bool)

GetOriginalOk returns a tuple with the Original field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetOverdue

func (o *Phase) GetOverdue() bool

GetOverdue returns the Overdue field value if set, zero value otherwise.

func (*Phase) GetOverdueNotified

func (o *Phase) GetOverdueNotified() bool

GetOverdueNotified returns the OverdueNotified field value if set, zero value otherwise.

func (*Phase) GetOverdueNotifiedOk

func (o *Phase) GetOverdueNotifiedOk() (*bool, bool)

GetOverdueNotifiedOk returns a tuple with the OverdueNotified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetOverdueOk

func (o *Phase) GetOverdueOk() (*bool, bool)

GetOverdueOk returns a tuple with the Overdue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetOwner

func (o *Phase) GetOwner() string

GetOwner returns the Owner field value if set, zero value otherwise.

func (*Phase) GetOwnerOk

func (o *Phase) GetOwnerOk() (*string, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetPhaseCopied

func (o *Phase) GetPhaseCopied() bool

GetPhaseCopied returns the PhaseCopied field value if set, zero value otherwise.

func (*Phase) GetPhaseCopiedOk

func (o *Phase) GetPhaseCopiedOk() (*bool, bool)

GetPhaseCopiedOk returns a tuple with the PhaseCopied field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetPlanned

func (o *Phase) GetPlanned() bool

GetPlanned returns the Planned field value if set, zero value otherwise.

func (*Phase) GetPlannedDuration

func (o *Phase) GetPlannedDuration() int32

GetPlannedDuration returns the PlannedDuration field value if set, zero value otherwise.

func (*Phase) GetPlannedDurationOk

func (o *Phase) GetPlannedDurationOk() (*int32, bool)

GetPlannedDurationOk returns a tuple with the PlannedDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetPlannedOk

func (o *Phase) GetPlannedOk() (*bool, bool)

GetPlannedOk returns a tuple with the Planned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetRelease

func (o *Phase) GetRelease() interface{}

GetRelease returns the Release field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Phase) GetReleaseOk

func (o *Phase) GetReleaseOk() (*interface{}, bool)

GetReleaseOk returns a tuple with the Release field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Phase) GetReleaseOwner

func (o *Phase) GetReleaseOwner() string

GetReleaseOwner returns the ReleaseOwner field value if set, zero value otherwise.

func (*Phase) GetReleaseOwnerOk

func (o *Phase) GetReleaseOwnerOk() (*string, bool)

GetReleaseOwnerOk returns a tuple with the ReleaseOwner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetReleaseUid

func (o *Phase) GetReleaseUid() int32

GetReleaseUid returns the ReleaseUid field value if set, zero value otherwise.

func (*Phase) GetReleaseUidOk

func (o *Phase) GetReleaseUidOk() (*int32, bool)

GetReleaseUidOk returns a tuple with the ReleaseUid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetScheduledStartDate

func (o *Phase) GetScheduledStartDate() time.Time

GetScheduledStartDate returns the ScheduledStartDate field value if set, zero value otherwise.

func (*Phase) GetScheduledStartDateOk

func (o *Phase) GetScheduledStartDateOk() (*time.Time, bool)

GetScheduledStartDateOk returns a tuple with the ScheduledStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetStartDate

func (o *Phase) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*Phase) GetStartDateOk

func (o *Phase) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetStartOrScheduledDate

func (o *Phase) GetStartOrScheduledDate() time.Time

GetStartOrScheduledDate returns the StartOrScheduledDate field value if set, zero value otherwise.

func (*Phase) GetStartOrScheduledDateOk

func (o *Phase) GetStartOrScheduledDateOk() (*time.Time, bool)

GetStartOrScheduledDateOk returns a tuple with the StartOrScheduledDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetStatus

func (o *Phase) GetStatus() PhaseStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*Phase) GetStatusOk

func (o *Phase) GetStatusOk() (*PhaseStatus, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetTasks

func (o *Phase) GetTasks() []Task

GetTasks returns the Tasks field value if set, zero value otherwise.

func (*Phase) GetTasksOk

func (o *Phase) GetTasksOk() ([]Task, bool)

GetTasksOk returns a tuple with the Tasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetTitle

func (o *Phase) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*Phase) GetTitleOk

func (o *Phase) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetType

func (o *Phase) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Phase) GetTypeOk

func (o *Phase) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetUpdatable

func (o *Phase) GetUpdatable() bool

GetUpdatable returns the Updatable field value if set, zero value otherwise.

func (*Phase) GetUpdatableOk

func (o *Phase) GetUpdatableOk() (*bool, bool)

GetUpdatableOk returns a tuple with the Updatable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) GetVariableUsages

func (o *Phase) GetVariableUsages() []UsagePoint

GetVariableUsages returns the VariableUsages field value if set, zero value otherwise.

func (*Phase) GetVariableUsagesOk

func (o *Phase) GetVariableUsagesOk() ([]UsagePoint, bool)

GetVariableUsagesOk returns a tuple with the VariableUsages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Phase) HasAborted

func (o *Phase) HasAborted() bool

HasAborted returns a boolean if a field has been set.

func (*Phase) HasActive

func (o *Phase) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*Phase) HasActualDuration

func (o *Phase) HasActualDuration() bool

HasActualDuration returns a boolean if a field has been set.

func (*Phase) HasAllGates

func (o *Phase) HasAllGates() bool

HasAllGates returns a boolean if a field has been set.

func (*Phase) HasAllTasks

func (o *Phase) HasAllTasks() bool

HasAllTasks returns a boolean if a field has been set.

func (*Phase) HasAncestorId

func (o *Phase) HasAncestorId() bool

HasAncestorId returns a boolean if a field has been set.

func (*Phase) HasChildren

func (o *Phase) HasChildren() bool

HasChildren returns a boolean if a field has been set.

func (*Phase) HasColor

func (o *Phase) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*Phase) HasComputedPlannedDuration

func (o *Phase) HasComputedPlannedDuration() bool

HasComputedPlannedDuration returns a boolean if a field has been set.

func (*Phase) HasCurrentTask

func (o *Phase) HasCurrentTask() bool

HasCurrentTask returns a boolean if a field has been set.

func (*Phase) HasDefunct

func (o *Phase) HasDefunct() bool

HasDefunct returns a boolean if a field has been set.

func (*Phase) HasDescription

func (o *Phase) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Phase) HasDisplayPath

func (o *Phase) HasDisplayPath() bool

HasDisplayPath returns a boolean if a field has been set.

func (*Phase) HasDone

func (o *Phase) HasDone() bool

HasDone returns a boolean if a field has been set.

func (*Phase) HasDueDate

func (o *Phase) HasDueDate() bool

HasDueDate returns a boolean if a field has been set.

func (*Phase) HasEndDate

func (o *Phase) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*Phase) HasEndOrDueDate

func (o *Phase) HasEndOrDueDate() bool

HasEndOrDueDate returns a boolean if a field has been set.

func (*Phase) HasFailed

func (o *Phase) HasFailed() bool

HasFailed returns a boolean if a field has been set.

func (*Phase) HasFailing

func (o *Phase) HasFailing() bool

HasFailing returns a boolean if a field has been set.

func (*Phase) HasFlagComment

func (o *Phase) HasFlagComment() bool

HasFlagComment returns a boolean if a field has been set.

func (*Phase) HasFlagStatus

func (o *Phase) HasFlagStatus() bool

HasFlagStatus returns a boolean if a field has been set.

func (*Phase) HasFlagged

func (o *Phase) HasFlagged() bool

HasFlagged returns a boolean if a field has been set.

func (*Phase) HasId

func (o *Phase) HasId() bool

HasId returns a boolean if a field has been set.

func (*Phase) HasLatestCopy

func (o *Phase) HasLatestCopy() bool

HasLatestCopy returns a boolean if a field has been set.

func (*Phase) HasLocked

func (o *Phase) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*Phase) HasOrCalculateDueDate

func (o *Phase) HasOrCalculateDueDate() bool

HasOrCalculateDueDate returns a boolean if a field has been set.

func (*Phase) HasOriginId

func (o *Phase) HasOriginId() bool

HasOriginId returns a boolean if a field has been set.

func (*Phase) HasOriginal

func (o *Phase) HasOriginal() bool

HasOriginal returns a boolean if a field has been set.

func (*Phase) HasOverdue

func (o *Phase) HasOverdue() bool

HasOverdue returns a boolean if a field has been set.

func (*Phase) HasOverdueNotified

func (o *Phase) HasOverdueNotified() bool

HasOverdueNotified returns a boolean if a field has been set.

func (*Phase) HasOwner

func (o *Phase) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*Phase) HasPhaseCopied

func (o *Phase) HasPhaseCopied() bool

HasPhaseCopied returns a boolean if a field has been set.

func (*Phase) HasPlanned

func (o *Phase) HasPlanned() bool

HasPlanned returns a boolean if a field has been set.

func (*Phase) HasPlannedDuration

func (o *Phase) HasPlannedDuration() bool

HasPlannedDuration returns a boolean if a field has been set.

func (*Phase) HasRelease

func (o *Phase) HasRelease() bool

HasRelease returns a boolean if a field has been set.

func (*Phase) HasReleaseOwner

func (o *Phase) HasReleaseOwner() bool

HasReleaseOwner returns a boolean if a field has been set.

func (*Phase) HasReleaseUid

func (o *Phase) HasReleaseUid() bool

HasReleaseUid returns a boolean if a field has been set.

func (*Phase) HasScheduledStartDate

func (o *Phase) HasScheduledStartDate() bool

HasScheduledStartDate returns a boolean if a field has been set.

func (*Phase) HasStartDate

func (o *Phase) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*Phase) HasStartOrScheduledDate

func (o *Phase) HasStartOrScheduledDate() bool

HasStartOrScheduledDate returns a boolean if a field has been set.

func (*Phase) HasStatus

func (o *Phase) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*Phase) HasTasks

func (o *Phase) HasTasks() bool

HasTasks returns a boolean if a field has been set.

func (*Phase) HasTitle

func (o *Phase) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*Phase) HasType

func (o *Phase) HasType() bool

HasType returns a boolean if a field has been set.

func (*Phase) HasUpdatable

func (o *Phase) HasUpdatable() bool

HasUpdatable returns a boolean if a field has been set.

func (*Phase) HasVariableUsages

func (o *Phase) HasVariableUsages() bool

HasVariableUsages returns a boolean if a field has been set.

func (Phase) MarshalJSON

func (o Phase) MarshalJSON() ([]byte, error)

func (*Phase) SetAborted

func (o *Phase) SetAborted(v bool)

SetAborted gets a reference to the given bool and assigns it to the Aborted field.

func (*Phase) SetActive

func (o *Phase) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*Phase) SetActualDuration

func (o *Phase) SetActualDuration(v map[string]interface{})

SetActualDuration gets a reference to the given map[string]interface{} and assigns it to the ActualDuration field.

func (*Phase) SetAllGates

func (o *Phase) SetAllGates(v []GateTask)

SetAllGates gets a reference to the given []GateTask and assigns it to the AllGates field.

func (*Phase) SetAllTasks

func (o *Phase) SetAllTasks(v []Task)

SetAllTasks gets a reference to the given []Task and assigns it to the AllTasks field.

func (*Phase) SetAncestorId

func (o *Phase) SetAncestorId(v string)

SetAncestorId gets a reference to the given string and assigns it to the AncestorId field.

func (*Phase) SetChildren

func (o *Phase) SetChildren(v []PlanItem)

SetChildren gets a reference to the given []PlanItem and assigns it to the Children field.

func (*Phase) SetColor

func (o *Phase) SetColor(v string)

SetColor gets a reference to the given string and assigns it to the Color field.

func (*Phase) SetComputedPlannedDuration

func (o *Phase) SetComputedPlannedDuration(v map[string]interface{})

SetComputedPlannedDuration gets a reference to the given map[string]interface{} and assigns it to the ComputedPlannedDuration field.

func (*Phase) SetCurrentTask

func (o *Phase) SetCurrentTask(v Task)

SetCurrentTask gets a reference to the given Task and assigns it to the CurrentTask field.

func (*Phase) SetDefunct

func (o *Phase) SetDefunct(v bool)

SetDefunct gets a reference to the given bool and assigns it to the Defunct field.

func (*Phase) SetDescription

func (o *Phase) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Phase) SetDisplayPath

func (o *Phase) SetDisplayPath(v string)

SetDisplayPath gets a reference to the given string and assigns it to the DisplayPath field.

func (*Phase) SetDone

func (o *Phase) SetDone(v bool)

SetDone gets a reference to the given bool and assigns it to the Done field.

func (*Phase) SetDueDate

func (o *Phase) SetDueDate(v time.Time)

SetDueDate gets a reference to the given time.Time and assigns it to the DueDate field.

func (*Phase) SetEndDate

func (o *Phase) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*Phase) SetEndOrDueDate

func (o *Phase) SetEndOrDueDate(v time.Time)

SetEndOrDueDate gets a reference to the given time.Time and assigns it to the EndOrDueDate field.

func (*Phase) SetFailed

func (o *Phase) SetFailed(v bool)

SetFailed gets a reference to the given bool and assigns it to the Failed field.

func (*Phase) SetFailing

func (o *Phase) SetFailing(v bool)

SetFailing gets a reference to the given bool and assigns it to the Failing field.

func (*Phase) SetFlagComment

func (o *Phase) SetFlagComment(v string)

SetFlagComment gets a reference to the given string and assigns it to the FlagComment field.

func (*Phase) SetFlagStatus

func (o *Phase) SetFlagStatus(v FlagStatus)

SetFlagStatus gets a reference to the given FlagStatus and assigns it to the FlagStatus field.

func (*Phase) SetFlagged

func (o *Phase) SetFlagged(v bool)

SetFlagged gets a reference to the given bool and assigns it to the Flagged field.

func (*Phase) SetId

func (o *Phase) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Phase) SetLatestCopy

func (o *Phase) SetLatestCopy(v bool)

SetLatestCopy gets a reference to the given bool and assigns it to the LatestCopy field.

func (*Phase) SetLocked

func (o *Phase) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*Phase) SetOrCalculateDueDate

func (o *Phase) SetOrCalculateDueDate(v time.Time)

SetOrCalculateDueDate gets a reference to the given NullableTime and assigns it to the OrCalculateDueDate field.

func (*Phase) SetOrCalculateDueDateNil

func (o *Phase) SetOrCalculateDueDateNil()

SetOrCalculateDueDateNil sets the value for OrCalculateDueDate to be an explicit nil

func (*Phase) SetOriginId

func (o *Phase) SetOriginId(v string)

SetOriginId gets a reference to the given string and assigns it to the OriginId field.

func (*Phase) SetOriginal

func (o *Phase) SetOriginal(v bool)

SetOriginal gets a reference to the given bool and assigns it to the Original field.

func (*Phase) SetOverdue

func (o *Phase) SetOverdue(v bool)

SetOverdue gets a reference to the given bool and assigns it to the Overdue field.

func (*Phase) SetOverdueNotified

func (o *Phase) SetOverdueNotified(v bool)

SetOverdueNotified gets a reference to the given bool and assigns it to the OverdueNotified field.

func (*Phase) SetOwner

func (o *Phase) SetOwner(v string)

SetOwner gets a reference to the given string and assigns it to the Owner field.

func (*Phase) SetPhaseCopied

func (o *Phase) SetPhaseCopied(v bool)

SetPhaseCopied gets a reference to the given bool and assigns it to the PhaseCopied field.

func (*Phase) SetPlanned

func (o *Phase) SetPlanned(v bool)

SetPlanned gets a reference to the given bool and assigns it to the Planned field.

func (*Phase) SetPlannedDuration

func (o *Phase) SetPlannedDuration(v int32)

SetPlannedDuration gets a reference to the given int32 and assigns it to the PlannedDuration field.

func (*Phase) SetRelease

func (o *Phase) SetRelease(v interface{})

SetRelease gets a reference to the given interface{} and assigns it to the Release field.

func (*Phase) SetReleaseOwner

func (o *Phase) SetReleaseOwner(v string)

SetReleaseOwner gets a reference to the given string and assigns it to the ReleaseOwner field.

func (*Phase) SetReleaseUid

func (o *Phase) SetReleaseUid(v int32)

SetReleaseUid gets a reference to the given int32 and assigns it to the ReleaseUid field.

func (*Phase) SetScheduledStartDate

func (o *Phase) SetScheduledStartDate(v time.Time)

SetScheduledStartDate gets a reference to the given time.Time and assigns it to the ScheduledStartDate field.

func (*Phase) SetStartDate

func (o *Phase) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*Phase) SetStartOrScheduledDate

func (o *Phase) SetStartOrScheduledDate(v time.Time)

SetStartOrScheduledDate gets a reference to the given time.Time and assigns it to the StartOrScheduledDate field.

func (*Phase) SetStatus

func (o *Phase) SetStatus(v PhaseStatus)

SetStatus gets a reference to the given PhaseStatus and assigns it to the Status field.

func (*Phase) SetTasks

func (o *Phase) SetTasks(v []Task)

SetTasks gets a reference to the given []Task and assigns it to the Tasks field.

func (*Phase) SetTitle

func (o *Phase) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*Phase) SetType

func (o *Phase) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Phase) SetUpdatable

func (o *Phase) SetUpdatable(v bool)

SetUpdatable gets a reference to the given bool and assigns it to the Updatable field.

func (*Phase) SetVariableUsages

func (o *Phase) SetVariableUsages(v []UsagePoint)

SetVariableUsages gets a reference to the given []UsagePoint and assigns it to the VariableUsages field.

func (Phase) ToMap

func (o Phase) ToMap() (map[string]interface{}, error)

func (*Phase) UnsetOrCalculateDueDate

func (o *Phase) UnsetOrCalculateDueDate()

UnsetOrCalculateDueDate ensures that no value is present for OrCalculateDueDate, not even an explicit nil

type PhaseApiService

type PhaseApiService service

PhaseApiService PhaseApi service

func (*PhaseApiService) AddPhase

func (a *PhaseApiService) AddPhase(ctx context.Context, releaseId string) ApiAddPhaseRequest

AddPhase Method for AddPhase

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiAddPhaseRequest

func (*PhaseApiService) AddPhaseExecute

func (a *PhaseApiService) AddPhaseExecute(r ApiAddPhaseRequest) (*Phase, *http.Response, error)

Execute executes the request

@return Phase

func (*PhaseApiService) AddTaskToContainer

func (a *PhaseApiService) AddTaskToContainer(ctx context.Context, containerId string) ApiAddTaskToContainerRequest

AddTaskToContainer Method for AddTaskToContainer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param containerId
@return ApiAddTaskToContainerRequest

func (*PhaseApiService) AddTaskToContainerExecute

func (a *PhaseApiService) AddTaskToContainerExecute(r ApiAddTaskToContainerRequest) (*Task, *http.Response, error)

Execute executes the request

@return Task

func (*PhaseApiService) CopyPhase

func (a *PhaseApiService) CopyPhase(ctx context.Context, phaseId string) ApiCopyPhaseRequest

CopyPhase Method for CopyPhase

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param phaseId
@return ApiCopyPhaseRequest

func (*PhaseApiService) CopyPhaseExecute

func (a *PhaseApiService) CopyPhaseExecute(r ApiCopyPhaseRequest) (*Phase, *http.Response, error)

Execute executes the request

@return Phase

func (*PhaseApiService) DeletePhase

func (a *PhaseApiService) DeletePhase(ctx context.Context, phaseId string) ApiDeletePhaseRequest

DeletePhase Method for DeletePhase

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param phaseId
@return ApiDeletePhaseRequest

func (*PhaseApiService) DeletePhaseExecute

func (a *PhaseApiService) DeletePhaseExecute(r ApiDeletePhaseRequest) (*http.Response, error)

Execute executes the request

func (*PhaseApiService) GetPhase

func (a *PhaseApiService) GetPhase(ctx context.Context, phaseId string) ApiGetPhaseRequest

GetPhase Method for GetPhase

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param phaseId
@return ApiGetPhaseRequest

func (*PhaseApiService) GetPhaseExecute

func (a *PhaseApiService) GetPhaseExecute(r ApiGetPhaseRequest) (*Phase, *http.Response, error)

Execute executes the request

@return Phase

func (*PhaseApiService) SearchPhases

SearchPhases Method for SearchPhases

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchPhasesRequest

func (*PhaseApiService) SearchPhasesByTitle

func (a *PhaseApiService) SearchPhasesByTitle(ctx context.Context) ApiSearchPhasesByTitleRequest

SearchPhasesByTitle Method for SearchPhasesByTitle

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchPhasesByTitleRequest

func (*PhaseApiService) SearchPhasesByTitleExecute

func (a *PhaseApiService) SearchPhasesByTitleExecute(r ApiSearchPhasesByTitleRequest) ([]Phase, *http.Response, error)

Execute executes the request

@return []Phase

func (*PhaseApiService) SearchPhasesExecute

func (a *PhaseApiService) SearchPhasesExecute(r ApiSearchPhasesRequest) ([]Phase, *http.Response, error)

Execute executes the request

@return []Phase

func (*PhaseApiService) UpdatePhase

func (a *PhaseApiService) UpdatePhase(ctx context.Context, phaseId string) ApiUpdatePhaseRequest

UpdatePhase Method for UpdatePhase

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param phaseId
@return ApiUpdatePhaseRequest

func (*PhaseApiService) UpdatePhaseExecute

func (a *PhaseApiService) UpdatePhaseExecute(r ApiUpdatePhaseRequest) (*Phase, *http.Response, error)

Execute executes the request

@return Phase

type PhaseStatus

type PhaseStatus string

PhaseStatus the model 'PhaseStatus'

const (
	PHASESTATUS_PLANNED     PhaseStatus = "PLANNED"
	PHASESTATUS_IN_PROGRESS PhaseStatus = "IN_PROGRESS"
	PHASESTATUS_COMPLETED   PhaseStatus = "COMPLETED"
	PHASESTATUS_FAILING     PhaseStatus = "FAILING"
	PHASESTATUS_FAILED      PhaseStatus = "FAILED"
	PHASESTATUS_SKIPPED     PhaseStatus = "SKIPPED"
	PHASESTATUS_ABORTED     PhaseStatus = "ABORTED"
)

List of PhaseStatus

func NewPhaseStatusFromValue

func NewPhaseStatusFromValue(v string) (*PhaseStatus, error)

NewPhaseStatusFromValue returns a pointer to a valid PhaseStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (PhaseStatus) IsValid

func (v PhaseStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (PhaseStatus) Ptr

func (v PhaseStatus) Ptr() *PhaseStatus

Ptr returns reference to PhaseStatus value

func (*PhaseStatus) UnmarshalJSON

func (v *PhaseStatus) UnmarshalJSON(src []byte) error

type PhaseTimeline

type PhaseTimeline struct {
	Id                 *string    `json:"id,omitempty"`
	Title              *string    `json:"title,omitempty"`
	ScheduledStartDate *time.Time `json:"scheduledStartDate,omitempty"`
	DueDate            *time.Time `json:"dueDate,omitempty"`
	StartDate          *time.Time `json:"startDate,omitempty"`
	EndDate            *time.Time `json:"endDate,omitempty"`
	PlannedStartDate   *time.Time `json:"plannedStartDate,omitempty"`
	PlannedEndDate     *time.Time `json:"plannedEndDate,omitempty"`
	Color              *string    `json:"color,omitempty"`
	CurrentTask        *string    `json:"currentTask,omitempty"`
}

PhaseTimeline struct for PhaseTimeline

func NewPhaseTimeline

func NewPhaseTimeline() *PhaseTimeline

NewPhaseTimeline instantiates a new PhaseTimeline object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPhaseTimelineWithDefaults

func NewPhaseTimelineWithDefaults() *PhaseTimeline

NewPhaseTimelineWithDefaults instantiates a new PhaseTimeline object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PhaseTimeline) GetColor

func (o *PhaseTimeline) GetColor() string

GetColor returns the Color field value if set, zero value otherwise.

func (*PhaseTimeline) GetColorOk

func (o *PhaseTimeline) GetColorOk() (*string, bool)

GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PhaseTimeline) GetCurrentTask

func (o *PhaseTimeline) GetCurrentTask() string

GetCurrentTask returns the CurrentTask field value if set, zero value otherwise.

func (*PhaseTimeline) GetCurrentTaskOk

func (o *PhaseTimeline) GetCurrentTaskOk() (*string, bool)

GetCurrentTaskOk returns a tuple with the CurrentTask field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PhaseTimeline) GetDueDate

func (o *PhaseTimeline) GetDueDate() time.Time

GetDueDate returns the DueDate field value if set, zero value otherwise.

func (*PhaseTimeline) GetDueDateOk

func (o *PhaseTimeline) GetDueDateOk() (*time.Time, bool)

GetDueDateOk returns a tuple with the DueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PhaseTimeline) GetEndDate

func (o *PhaseTimeline) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*PhaseTimeline) GetEndDateOk

func (o *PhaseTimeline) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PhaseTimeline) GetId

func (o *PhaseTimeline) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*PhaseTimeline) GetIdOk

func (o *PhaseTimeline) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PhaseTimeline) GetPlannedEndDate

func (o *PhaseTimeline) GetPlannedEndDate() time.Time

GetPlannedEndDate returns the PlannedEndDate field value if set, zero value otherwise.

func (*PhaseTimeline) GetPlannedEndDateOk

func (o *PhaseTimeline) GetPlannedEndDateOk() (*time.Time, bool)

GetPlannedEndDateOk returns a tuple with the PlannedEndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PhaseTimeline) GetPlannedStartDate

func (o *PhaseTimeline) GetPlannedStartDate() time.Time

GetPlannedStartDate returns the PlannedStartDate field value if set, zero value otherwise.

func (*PhaseTimeline) GetPlannedStartDateOk

func (o *PhaseTimeline) GetPlannedStartDateOk() (*time.Time, bool)

GetPlannedStartDateOk returns a tuple with the PlannedStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PhaseTimeline) GetScheduledStartDate

func (o *PhaseTimeline) GetScheduledStartDate() time.Time

GetScheduledStartDate returns the ScheduledStartDate field value if set, zero value otherwise.

func (*PhaseTimeline) GetScheduledStartDateOk

func (o *PhaseTimeline) GetScheduledStartDateOk() (*time.Time, bool)

GetScheduledStartDateOk returns a tuple with the ScheduledStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PhaseTimeline) GetStartDate

func (o *PhaseTimeline) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*PhaseTimeline) GetStartDateOk

func (o *PhaseTimeline) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PhaseTimeline) GetTitle

func (o *PhaseTimeline) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*PhaseTimeline) GetTitleOk

func (o *PhaseTimeline) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PhaseTimeline) HasColor

func (o *PhaseTimeline) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*PhaseTimeline) HasCurrentTask

func (o *PhaseTimeline) HasCurrentTask() bool

HasCurrentTask returns a boolean if a field has been set.

func (*PhaseTimeline) HasDueDate

func (o *PhaseTimeline) HasDueDate() bool

HasDueDate returns a boolean if a field has been set.

func (*PhaseTimeline) HasEndDate

func (o *PhaseTimeline) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*PhaseTimeline) HasId

func (o *PhaseTimeline) HasId() bool

HasId returns a boolean if a field has been set.

func (*PhaseTimeline) HasPlannedEndDate

func (o *PhaseTimeline) HasPlannedEndDate() bool

HasPlannedEndDate returns a boolean if a field has been set.

func (*PhaseTimeline) HasPlannedStartDate

func (o *PhaseTimeline) HasPlannedStartDate() bool

HasPlannedStartDate returns a boolean if a field has been set.

func (*PhaseTimeline) HasScheduledStartDate

func (o *PhaseTimeline) HasScheduledStartDate() bool

HasScheduledStartDate returns a boolean if a field has been set.

func (*PhaseTimeline) HasStartDate

func (o *PhaseTimeline) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*PhaseTimeline) HasTitle

func (o *PhaseTimeline) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (PhaseTimeline) MarshalJSON

func (o PhaseTimeline) MarshalJSON() ([]byte, error)

func (*PhaseTimeline) SetColor

func (o *PhaseTimeline) SetColor(v string)

SetColor gets a reference to the given string and assigns it to the Color field.

func (*PhaseTimeline) SetCurrentTask

func (o *PhaseTimeline) SetCurrentTask(v string)

SetCurrentTask gets a reference to the given string and assigns it to the CurrentTask field.

func (*PhaseTimeline) SetDueDate

func (o *PhaseTimeline) SetDueDate(v time.Time)

SetDueDate gets a reference to the given time.Time and assigns it to the DueDate field.

func (*PhaseTimeline) SetEndDate

func (o *PhaseTimeline) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*PhaseTimeline) SetId

func (o *PhaseTimeline) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*PhaseTimeline) SetPlannedEndDate

func (o *PhaseTimeline) SetPlannedEndDate(v time.Time)

SetPlannedEndDate gets a reference to the given time.Time and assigns it to the PlannedEndDate field.

func (*PhaseTimeline) SetPlannedStartDate

func (o *PhaseTimeline) SetPlannedStartDate(v time.Time)

SetPlannedStartDate gets a reference to the given time.Time and assigns it to the PlannedStartDate field.

func (*PhaseTimeline) SetScheduledStartDate

func (o *PhaseTimeline) SetScheduledStartDate(v time.Time)

SetScheduledStartDate gets a reference to the given time.Time and assigns it to the ScheduledStartDate field.

func (*PhaseTimeline) SetStartDate

func (o *PhaseTimeline) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*PhaseTimeline) SetTitle

func (o *PhaseTimeline) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (PhaseTimeline) ToMap

func (o PhaseTimeline) ToMap() (map[string]interface{}, error)

type PhaseVersion

type PhaseVersion string

PhaseVersion the model 'PhaseVersion'

const (
	PHASEVERSION_LATEST   PhaseVersion = "LATEST"
	PHASEVERSION_ORIGINAL PhaseVersion = "ORIGINAL"
	PHASEVERSION_ALL      PhaseVersion = "ALL"
)

List of PhaseVersion

func NewPhaseVersionFromValue

func NewPhaseVersionFromValue(v string) (*PhaseVersion, error)

NewPhaseVersionFromValue returns a pointer to a valid PhaseVersion for the value passed as argument, or an error if the value passed is not allowed by the enum

func (PhaseVersion) IsValid

func (v PhaseVersion) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (PhaseVersion) Ptr

func (v PhaseVersion) Ptr() *PhaseVersion

Ptr returns reference to PhaseVersion value

func (*PhaseVersion) UnmarshalJSON

func (v *PhaseVersion) UnmarshalJSON(src []byte) error

type PlanItem

type PlanItem struct {
	Id                      *string                `json:"id,omitempty"`
	Type                    *string                `json:"type,omitempty"`
	Title                   *string                `json:"title,omitempty"`
	Description             *string                `json:"description,omitempty"`
	Owner                   *string                `json:"owner,omitempty"`
	ScheduledStartDate      *time.Time             `json:"scheduledStartDate,omitempty"`
	DueDate                 *time.Time             `json:"dueDate,omitempty"`
	StartDate               *time.Time             `json:"startDate,omitempty"`
	EndDate                 *time.Time             `json:"endDate,omitempty"`
	PlannedDuration         *int32                 `json:"plannedDuration,omitempty"`
	FlagStatus              *FlagStatus            `json:"flagStatus,omitempty"`
	FlagComment             *string                `json:"flagComment,omitempty"`
	OverdueNotified         *bool                  `json:"overdueNotified,omitempty"`
	Flagged                 *bool                  `json:"flagged,omitempty"`
	StartOrScheduledDate    *time.Time             `json:"startOrScheduledDate,omitempty"`
	EndOrDueDate            *time.Time             `json:"endOrDueDate,omitempty"`
	Children                []PlanItem             `json:"children,omitempty"`
	Overdue                 *bool                  `json:"overdue,omitempty"`
	Done                    *bool                  `json:"done,omitempty"`
	Release                 *Release               `json:"release,omitempty"`
	ReleaseUid              *int32                 `json:"releaseUid,omitempty"`
	Updatable               *bool                  `json:"updatable,omitempty"`
	DisplayPath             *string                `json:"displayPath,omitempty"`
	Aborted                 *bool                  `json:"aborted,omitempty"`
	Active                  *bool                  `json:"active,omitempty"`
	VariableUsages          []UsagePoint           `json:"variableUsages,omitempty"`
	OrCalculateDueDate      NullableTime           `json:"orCalculateDueDate,omitempty"`
	ComputedPlannedDuration map[string]interface{} `json:"computedPlannedDuration,omitempty"`
	ActualDuration          map[string]interface{} `json:"actualDuration,omitempty"`
}

PlanItem struct for PlanItem

func NewPlanItem

func NewPlanItem() *PlanItem

NewPlanItem instantiates a new PlanItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlanItemWithDefaults

func NewPlanItemWithDefaults() *PlanItem

NewPlanItemWithDefaults instantiates a new PlanItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlanItem) GetAborted

func (o *PlanItem) GetAborted() bool

GetAborted returns the Aborted field value if set, zero value otherwise.

func (*PlanItem) GetAbortedOk

func (o *PlanItem) GetAbortedOk() (*bool, bool)

GetAbortedOk returns a tuple with the Aborted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetActive

func (o *PlanItem) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*PlanItem) GetActiveOk

func (o *PlanItem) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetActualDuration

func (o *PlanItem) GetActualDuration() map[string]interface{}

GetActualDuration returns the ActualDuration field value if set, zero value otherwise.

func (*PlanItem) GetActualDurationOk

func (o *PlanItem) GetActualDurationOk() (map[string]interface{}, bool)

GetActualDurationOk returns a tuple with the ActualDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetChildren

func (o *PlanItem) GetChildren() []PlanItem

GetChildren returns the Children field value if set, zero value otherwise.

func (*PlanItem) GetChildrenOk

func (o *PlanItem) GetChildrenOk() ([]PlanItem, bool)

GetChildrenOk returns a tuple with the Children field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetComputedPlannedDuration

func (o *PlanItem) GetComputedPlannedDuration() map[string]interface{}

GetComputedPlannedDuration returns the ComputedPlannedDuration field value if set, zero value otherwise.

func (*PlanItem) GetComputedPlannedDurationOk

func (o *PlanItem) GetComputedPlannedDurationOk() (map[string]interface{}, bool)

GetComputedPlannedDurationOk returns a tuple with the ComputedPlannedDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetDescription

func (o *PlanItem) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*PlanItem) GetDescriptionOk

func (o *PlanItem) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetDisplayPath

func (o *PlanItem) GetDisplayPath() string

GetDisplayPath returns the DisplayPath field value if set, zero value otherwise.

func (*PlanItem) GetDisplayPathOk

func (o *PlanItem) GetDisplayPathOk() (*string, bool)

GetDisplayPathOk returns a tuple with the DisplayPath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetDone

func (o *PlanItem) GetDone() bool

GetDone returns the Done field value if set, zero value otherwise.

func (*PlanItem) GetDoneOk

func (o *PlanItem) GetDoneOk() (*bool, bool)

GetDoneOk returns a tuple with the Done field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetDueDate

func (o *PlanItem) GetDueDate() time.Time

GetDueDate returns the DueDate field value if set, zero value otherwise.

func (*PlanItem) GetDueDateOk

func (o *PlanItem) GetDueDateOk() (*time.Time, bool)

GetDueDateOk returns a tuple with the DueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetEndDate

func (o *PlanItem) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*PlanItem) GetEndDateOk

func (o *PlanItem) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetEndOrDueDate

func (o *PlanItem) GetEndOrDueDate() time.Time

GetEndOrDueDate returns the EndOrDueDate field value if set, zero value otherwise.

func (*PlanItem) GetEndOrDueDateOk

func (o *PlanItem) GetEndOrDueDateOk() (*time.Time, bool)

GetEndOrDueDateOk returns a tuple with the EndOrDueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetFlagComment

func (o *PlanItem) GetFlagComment() string

GetFlagComment returns the FlagComment field value if set, zero value otherwise.

func (*PlanItem) GetFlagCommentOk

func (o *PlanItem) GetFlagCommentOk() (*string, bool)

GetFlagCommentOk returns a tuple with the FlagComment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetFlagStatus

func (o *PlanItem) GetFlagStatus() FlagStatus

GetFlagStatus returns the FlagStatus field value if set, zero value otherwise.

func (*PlanItem) GetFlagStatusOk

func (o *PlanItem) GetFlagStatusOk() (*FlagStatus, bool)

GetFlagStatusOk returns a tuple with the FlagStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetFlagged

func (o *PlanItem) GetFlagged() bool

GetFlagged returns the Flagged field value if set, zero value otherwise.

func (*PlanItem) GetFlaggedOk

func (o *PlanItem) GetFlaggedOk() (*bool, bool)

GetFlaggedOk returns a tuple with the Flagged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetId

func (o *PlanItem) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*PlanItem) GetIdOk

func (o *PlanItem) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetOrCalculateDueDate

func (o *PlanItem) GetOrCalculateDueDate() time.Time

GetOrCalculateDueDate returns the OrCalculateDueDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PlanItem) GetOrCalculateDueDateOk

func (o *PlanItem) GetOrCalculateDueDateOk() (*time.Time, bool)

GetOrCalculateDueDateOk returns a tuple with the OrCalculateDueDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PlanItem) GetOverdue

func (o *PlanItem) GetOverdue() bool

GetOverdue returns the Overdue field value if set, zero value otherwise.

func (*PlanItem) GetOverdueNotified

func (o *PlanItem) GetOverdueNotified() bool

GetOverdueNotified returns the OverdueNotified field value if set, zero value otherwise.

func (*PlanItem) GetOverdueNotifiedOk

func (o *PlanItem) GetOverdueNotifiedOk() (*bool, bool)

GetOverdueNotifiedOk returns a tuple with the OverdueNotified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetOverdueOk

func (o *PlanItem) GetOverdueOk() (*bool, bool)

GetOverdueOk returns a tuple with the Overdue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetOwner

func (o *PlanItem) GetOwner() string

GetOwner returns the Owner field value if set, zero value otherwise.

func (*PlanItem) GetOwnerOk

func (o *PlanItem) GetOwnerOk() (*string, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetPlannedDuration

func (o *PlanItem) GetPlannedDuration() int32

GetPlannedDuration returns the PlannedDuration field value if set, zero value otherwise.

func (*PlanItem) GetPlannedDurationOk

func (o *PlanItem) GetPlannedDurationOk() (*int32, bool)

GetPlannedDurationOk returns a tuple with the PlannedDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetRelease

func (o *PlanItem) GetRelease() Release

GetRelease returns the Release field value if set, zero value otherwise.

func (*PlanItem) GetReleaseOk

func (o *PlanItem) GetReleaseOk() (*Release, bool)

GetReleaseOk returns a tuple with the Release field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetReleaseUid

func (o *PlanItem) GetReleaseUid() int32

GetReleaseUid returns the ReleaseUid field value if set, zero value otherwise.

func (*PlanItem) GetReleaseUidOk

func (o *PlanItem) GetReleaseUidOk() (*int32, bool)

GetReleaseUidOk returns a tuple with the ReleaseUid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetScheduledStartDate

func (o *PlanItem) GetScheduledStartDate() time.Time

GetScheduledStartDate returns the ScheduledStartDate field value if set, zero value otherwise.

func (*PlanItem) GetScheduledStartDateOk

func (o *PlanItem) GetScheduledStartDateOk() (*time.Time, bool)

GetScheduledStartDateOk returns a tuple with the ScheduledStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetStartDate

func (o *PlanItem) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*PlanItem) GetStartDateOk

func (o *PlanItem) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetStartOrScheduledDate

func (o *PlanItem) GetStartOrScheduledDate() time.Time

GetStartOrScheduledDate returns the StartOrScheduledDate field value if set, zero value otherwise.

func (*PlanItem) GetStartOrScheduledDateOk

func (o *PlanItem) GetStartOrScheduledDateOk() (*time.Time, bool)

GetStartOrScheduledDateOk returns a tuple with the StartOrScheduledDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetTitle

func (o *PlanItem) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*PlanItem) GetTitleOk

func (o *PlanItem) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetType

func (o *PlanItem) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*PlanItem) GetTypeOk

func (o *PlanItem) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetUpdatable

func (o *PlanItem) GetUpdatable() bool

GetUpdatable returns the Updatable field value if set, zero value otherwise.

func (*PlanItem) GetUpdatableOk

func (o *PlanItem) GetUpdatableOk() (*bool, bool)

GetUpdatableOk returns a tuple with the Updatable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) GetVariableUsages

func (o *PlanItem) GetVariableUsages() []UsagePoint

GetVariableUsages returns the VariableUsages field value if set, zero value otherwise.

func (*PlanItem) GetVariableUsagesOk

func (o *PlanItem) GetVariableUsagesOk() ([]UsagePoint, bool)

GetVariableUsagesOk returns a tuple with the VariableUsages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlanItem) HasAborted

func (o *PlanItem) HasAborted() bool

HasAborted returns a boolean if a field has been set.

func (*PlanItem) HasActive

func (o *PlanItem) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*PlanItem) HasActualDuration

func (o *PlanItem) HasActualDuration() bool

HasActualDuration returns a boolean if a field has been set.

func (*PlanItem) HasChildren

func (o *PlanItem) HasChildren() bool

HasChildren returns a boolean if a field has been set.

func (*PlanItem) HasComputedPlannedDuration

func (o *PlanItem) HasComputedPlannedDuration() bool

HasComputedPlannedDuration returns a boolean if a field has been set.

func (*PlanItem) HasDescription

func (o *PlanItem) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*PlanItem) HasDisplayPath

func (o *PlanItem) HasDisplayPath() bool

HasDisplayPath returns a boolean if a field has been set.

func (*PlanItem) HasDone

func (o *PlanItem) HasDone() bool

HasDone returns a boolean if a field has been set.

func (*PlanItem) HasDueDate

func (o *PlanItem) HasDueDate() bool

HasDueDate returns a boolean if a field has been set.

func (*PlanItem) HasEndDate

func (o *PlanItem) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*PlanItem) HasEndOrDueDate

func (o *PlanItem) HasEndOrDueDate() bool

HasEndOrDueDate returns a boolean if a field has been set.

func (*PlanItem) HasFlagComment

func (o *PlanItem) HasFlagComment() bool

HasFlagComment returns a boolean if a field has been set.

func (*PlanItem) HasFlagStatus

func (o *PlanItem) HasFlagStatus() bool

HasFlagStatus returns a boolean if a field has been set.

func (*PlanItem) HasFlagged

func (o *PlanItem) HasFlagged() bool

HasFlagged returns a boolean if a field has been set.

func (*PlanItem) HasId

func (o *PlanItem) HasId() bool

HasId returns a boolean if a field has been set.

func (*PlanItem) HasOrCalculateDueDate

func (o *PlanItem) HasOrCalculateDueDate() bool

HasOrCalculateDueDate returns a boolean if a field has been set.

func (*PlanItem) HasOverdue

func (o *PlanItem) HasOverdue() bool

HasOverdue returns a boolean if a field has been set.

func (*PlanItem) HasOverdueNotified

func (o *PlanItem) HasOverdueNotified() bool

HasOverdueNotified returns a boolean if a field has been set.

func (*PlanItem) HasOwner

func (o *PlanItem) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*PlanItem) HasPlannedDuration

func (o *PlanItem) HasPlannedDuration() bool

HasPlannedDuration returns a boolean if a field has been set.

func (*PlanItem) HasRelease

func (o *PlanItem) HasRelease() bool

HasRelease returns a boolean if a field has been set.

func (*PlanItem) HasReleaseUid

func (o *PlanItem) HasReleaseUid() bool

HasReleaseUid returns a boolean if a field has been set.

func (*PlanItem) HasScheduledStartDate

func (o *PlanItem) HasScheduledStartDate() bool

HasScheduledStartDate returns a boolean if a field has been set.

func (*PlanItem) HasStartDate

func (o *PlanItem) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*PlanItem) HasStartOrScheduledDate

func (o *PlanItem) HasStartOrScheduledDate() bool

HasStartOrScheduledDate returns a boolean if a field has been set.

func (*PlanItem) HasTitle

func (o *PlanItem) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*PlanItem) HasType

func (o *PlanItem) HasType() bool

HasType returns a boolean if a field has been set.

func (*PlanItem) HasUpdatable

func (o *PlanItem) HasUpdatable() bool

HasUpdatable returns a boolean if a field has been set.

func (*PlanItem) HasVariableUsages

func (o *PlanItem) HasVariableUsages() bool

HasVariableUsages returns a boolean if a field has been set.

func (PlanItem) MarshalJSON

func (o PlanItem) MarshalJSON() ([]byte, error)

func (*PlanItem) SetAborted

func (o *PlanItem) SetAborted(v bool)

SetAborted gets a reference to the given bool and assigns it to the Aborted field.

func (*PlanItem) SetActive

func (o *PlanItem) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*PlanItem) SetActualDuration

func (o *PlanItem) SetActualDuration(v map[string]interface{})

SetActualDuration gets a reference to the given map[string]interface{} and assigns it to the ActualDuration field.

func (*PlanItem) SetChildren

func (o *PlanItem) SetChildren(v []PlanItem)

SetChildren gets a reference to the given []PlanItem and assigns it to the Children field.

func (*PlanItem) SetComputedPlannedDuration

func (o *PlanItem) SetComputedPlannedDuration(v map[string]interface{})

SetComputedPlannedDuration gets a reference to the given map[string]interface{} and assigns it to the ComputedPlannedDuration field.

func (*PlanItem) SetDescription

func (o *PlanItem) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*PlanItem) SetDisplayPath

func (o *PlanItem) SetDisplayPath(v string)

SetDisplayPath gets a reference to the given string and assigns it to the DisplayPath field.

func (*PlanItem) SetDone

func (o *PlanItem) SetDone(v bool)

SetDone gets a reference to the given bool and assigns it to the Done field.

func (*PlanItem) SetDueDate

func (o *PlanItem) SetDueDate(v time.Time)

SetDueDate gets a reference to the given time.Time and assigns it to the DueDate field.

func (*PlanItem) SetEndDate

func (o *PlanItem) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*PlanItem) SetEndOrDueDate

func (o *PlanItem) SetEndOrDueDate(v time.Time)

SetEndOrDueDate gets a reference to the given time.Time and assigns it to the EndOrDueDate field.

func (*PlanItem) SetFlagComment

func (o *PlanItem) SetFlagComment(v string)

SetFlagComment gets a reference to the given string and assigns it to the FlagComment field.

func (*PlanItem) SetFlagStatus

func (o *PlanItem) SetFlagStatus(v FlagStatus)

SetFlagStatus gets a reference to the given FlagStatus and assigns it to the FlagStatus field.

func (*PlanItem) SetFlagged

func (o *PlanItem) SetFlagged(v bool)

SetFlagged gets a reference to the given bool and assigns it to the Flagged field.

func (*PlanItem) SetId

func (o *PlanItem) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*PlanItem) SetOrCalculateDueDate

func (o *PlanItem) SetOrCalculateDueDate(v time.Time)

SetOrCalculateDueDate gets a reference to the given NullableTime and assigns it to the OrCalculateDueDate field.

func (*PlanItem) SetOrCalculateDueDateNil

func (o *PlanItem) SetOrCalculateDueDateNil()

SetOrCalculateDueDateNil sets the value for OrCalculateDueDate to be an explicit nil

func (*PlanItem) SetOverdue

func (o *PlanItem) SetOverdue(v bool)

SetOverdue gets a reference to the given bool and assigns it to the Overdue field.

func (*PlanItem) SetOverdueNotified

func (o *PlanItem) SetOverdueNotified(v bool)

SetOverdueNotified gets a reference to the given bool and assigns it to the OverdueNotified field.

func (*PlanItem) SetOwner

func (o *PlanItem) SetOwner(v string)

SetOwner gets a reference to the given string and assigns it to the Owner field.

func (*PlanItem) SetPlannedDuration

func (o *PlanItem) SetPlannedDuration(v int32)

SetPlannedDuration gets a reference to the given int32 and assigns it to the PlannedDuration field.

func (*PlanItem) SetRelease

func (o *PlanItem) SetRelease(v Release)

SetRelease gets a reference to the given Release and assigns it to the Release field.

func (*PlanItem) SetReleaseUid

func (o *PlanItem) SetReleaseUid(v int32)

SetReleaseUid gets a reference to the given int32 and assigns it to the ReleaseUid field.

func (*PlanItem) SetScheduledStartDate

func (o *PlanItem) SetScheduledStartDate(v time.Time)

SetScheduledStartDate gets a reference to the given time.Time and assigns it to the ScheduledStartDate field.

func (*PlanItem) SetStartDate

func (o *PlanItem) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*PlanItem) SetStartOrScheduledDate

func (o *PlanItem) SetStartOrScheduledDate(v time.Time)

SetStartOrScheduledDate gets a reference to the given time.Time and assigns it to the StartOrScheduledDate field.

func (*PlanItem) SetTitle

func (o *PlanItem) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*PlanItem) SetType

func (o *PlanItem) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*PlanItem) SetUpdatable

func (o *PlanItem) SetUpdatable(v bool)

SetUpdatable gets a reference to the given bool and assigns it to the Updatable field.

func (*PlanItem) SetVariableUsages

func (o *PlanItem) SetVariableUsages(v []UsagePoint)

SetVariableUsages gets a reference to the given []UsagePoint and assigns it to the VariableUsages field.

func (PlanItem) ToMap

func (o PlanItem) ToMap() (map[string]interface{}, error)

func (*PlanItem) UnsetOrCalculateDueDate

func (o *PlanItem) UnsetOrCalculateDueDate()

UnsetOrCalculateDueDate ensures that no value is present for OrCalculateDueDate, not even an explicit nil

type PlannerApiService

type PlannerApiService service

PlannerApiService PlannerApi service

func (*PlannerApiService) GetActiveReleases

GetActiveReleases Method for GetActiveReleases

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetActiveReleasesRequest

func (*PlannerApiService) GetActiveReleasesExecute

func (a *PlannerApiService) GetActiveReleasesExecute(r ApiGetActiveReleasesRequest) ([]ProjectedRelease, *http.Response, error)

Execute executes the request

@return []ProjectedRelease

func (*PlannerApiService) GetCompletedReleases

func (a *PlannerApiService) GetCompletedReleases(ctx context.Context) ApiGetCompletedReleasesRequest

GetCompletedReleases Method for GetCompletedReleases

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCompletedReleasesRequest

func (*PlannerApiService) GetCompletedReleasesExecute

func (a *PlannerApiService) GetCompletedReleasesExecute(r ApiGetCompletedReleasesRequest) ([]ProjectedRelease, *http.Response, error)

Execute executes the request

@return []ProjectedRelease

func (*PlannerApiService) GetReleasesByIds

GetReleasesByIds Method for GetReleasesByIds

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetReleasesByIdsRequest

func (*PlannerApiService) GetReleasesByIdsExecute

func (a *PlannerApiService) GetReleasesByIdsExecute(r ApiGetReleasesByIdsRequest) ([]ProjectedRelease, *http.Response, error)

Execute executes the request

@return []ProjectedRelease

type PollType

type PollType string

PollType the model 'PollType'

const (
	POLLTYPE_REPEAT PollType = "REPEAT"
	POLLTYPE_CRON   PollType = "CRON"
)

List of PollType

func NewPollTypeFromValue

func NewPollTypeFromValue(v string) (*PollType, error)

NewPollTypeFromValue returns a pointer to a valid PollType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (PollType) IsValid

func (v PollType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (PollType) Ptr

func (v PollType) Ptr() *PollType

Ptr returns reference to PollType value

func (*PollType) UnmarshalJSON

func (v *PollType) UnmarshalJSON(src []byte) error

type PrincipalView

type PrincipalView struct {
	Username *string `json:"username,omitempty"`
	Fullname *string `json:"fullname,omitempty"`
}

PrincipalView struct for PrincipalView

func NewPrincipalView

func NewPrincipalView() *PrincipalView

NewPrincipalView instantiates a new PrincipalView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPrincipalViewWithDefaults

func NewPrincipalViewWithDefaults() *PrincipalView

NewPrincipalViewWithDefaults instantiates a new PrincipalView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PrincipalView) GetFullname

func (o *PrincipalView) GetFullname() string

GetFullname returns the Fullname field value if set, zero value otherwise.

func (*PrincipalView) GetFullnameOk

func (o *PrincipalView) GetFullnameOk() (*string, bool)

GetFullnameOk returns a tuple with the Fullname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PrincipalView) GetUsername

func (o *PrincipalView) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*PrincipalView) GetUsernameOk

func (o *PrincipalView) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PrincipalView) HasFullname

func (o *PrincipalView) HasFullname() bool

HasFullname returns a boolean if a field has been set.

func (*PrincipalView) HasUsername

func (o *PrincipalView) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (PrincipalView) MarshalJSON

func (o PrincipalView) MarshalJSON() ([]byte, error)

func (*PrincipalView) SetFullname

func (o *PrincipalView) SetFullname(v string)

SetFullname gets a reference to the given string and assigns it to the Fullname field.

func (*PrincipalView) SetUsername

func (o *PrincipalView) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (PrincipalView) ToMap

func (o PrincipalView) ToMap() (map[string]interface{}, error)

type ProjectedPhase

type ProjectedPhase struct {
	Id              *string         `json:"id,omitempty"`
	StartDate       *time.Time      `json:"startDate,omitempty"`
	StartDateString *string         `json:"startDateString,omitempty"`
	EndDate         *time.Time      `json:"endDate,omitempty"`
	EndDateString   *string         `json:"endDateString,omitempty"`
	Status          *string         `json:"status,omitempty"`
	Type            *string         `json:"type,omitempty"`
	Title           *string         `json:"title,omitempty"`
	Tasks           []ProjectedTask `json:"tasks,omitempty"`
}

ProjectedPhase struct for ProjectedPhase

func NewProjectedPhase

func NewProjectedPhase() *ProjectedPhase

NewProjectedPhase instantiates a new ProjectedPhase object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProjectedPhaseWithDefaults

func NewProjectedPhaseWithDefaults() *ProjectedPhase

NewProjectedPhaseWithDefaults instantiates a new ProjectedPhase object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProjectedPhase) GetEndDate

func (o *ProjectedPhase) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*ProjectedPhase) GetEndDateOk

func (o *ProjectedPhase) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedPhase) GetEndDateString

func (o *ProjectedPhase) GetEndDateString() string

GetEndDateString returns the EndDateString field value if set, zero value otherwise.

func (*ProjectedPhase) GetEndDateStringOk

func (o *ProjectedPhase) GetEndDateStringOk() (*string, bool)

GetEndDateStringOk returns a tuple with the EndDateString field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedPhase) GetId

func (o *ProjectedPhase) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ProjectedPhase) GetIdOk

func (o *ProjectedPhase) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedPhase) GetStartDate

func (o *ProjectedPhase) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*ProjectedPhase) GetStartDateOk

func (o *ProjectedPhase) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedPhase) GetStartDateString

func (o *ProjectedPhase) GetStartDateString() string

GetStartDateString returns the StartDateString field value if set, zero value otherwise.

func (*ProjectedPhase) GetStartDateStringOk

func (o *ProjectedPhase) GetStartDateStringOk() (*string, bool)

GetStartDateStringOk returns a tuple with the StartDateString field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedPhase) GetStatus

func (o *ProjectedPhase) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*ProjectedPhase) GetStatusOk

func (o *ProjectedPhase) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedPhase) GetTasks

func (o *ProjectedPhase) GetTasks() []ProjectedTask

GetTasks returns the Tasks field value if set, zero value otherwise.

func (*ProjectedPhase) GetTasksOk

func (o *ProjectedPhase) GetTasksOk() ([]ProjectedTask, bool)

GetTasksOk returns a tuple with the Tasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedPhase) GetTitle

func (o *ProjectedPhase) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ProjectedPhase) GetTitleOk

func (o *ProjectedPhase) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedPhase) GetType

func (o *ProjectedPhase) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ProjectedPhase) GetTypeOk

func (o *ProjectedPhase) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedPhase) HasEndDate

func (o *ProjectedPhase) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*ProjectedPhase) HasEndDateString

func (o *ProjectedPhase) HasEndDateString() bool

HasEndDateString returns a boolean if a field has been set.

func (*ProjectedPhase) HasId

func (o *ProjectedPhase) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProjectedPhase) HasStartDate

func (o *ProjectedPhase) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*ProjectedPhase) HasStartDateString

func (o *ProjectedPhase) HasStartDateString() bool

HasStartDateString returns a boolean if a field has been set.

func (*ProjectedPhase) HasStatus

func (o *ProjectedPhase) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ProjectedPhase) HasTasks

func (o *ProjectedPhase) HasTasks() bool

HasTasks returns a boolean if a field has been set.

func (*ProjectedPhase) HasTitle

func (o *ProjectedPhase) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*ProjectedPhase) HasType

func (o *ProjectedPhase) HasType() bool

HasType returns a boolean if a field has been set.

func (ProjectedPhase) MarshalJSON

func (o ProjectedPhase) MarshalJSON() ([]byte, error)

func (*ProjectedPhase) SetEndDate

func (o *ProjectedPhase) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*ProjectedPhase) SetEndDateString

func (o *ProjectedPhase) SetEndDateString(v string)

SetEndDateString gets a reference to the given string and assigns it to the EndDateString field.

func (*ProjectedPhase) SetId

func (o *ProjectedPhase) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProjectedPhase) SetStartDate

func (o *ProjectedPhase) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*ProjectedPhase) SetStartDateString

func (o *ProjectedPhase) SetStartDateString(v string)

SetStartDateString gets a reference to the given string and assigns it to the StartDateString field.

func (*ProjectedPhase) SetStatus

func (o *ProjectedPhase) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*ProjectedPhase) SetTasks

func (o *ProjectedPhase) SetTasks(v []ProjectedTask)

SetTasks gets a reference to the given []ProjectedTask and assigns it to the Tasks field.

func (*ProjectedPhase) SetTitle

func (o *ProjectedPhase) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*ProjectedPhase) SetType

func (o *ProjectedPhase) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (ProjectedPhase) ToMap

func (o ProjectedPhase) ToMap() (map[string]interface{}, error)

type ProjectedRelease

type ProjectedRelease struct {
	Id              *string          `json:"id,omitempty"`
	StartDate       *time.Time       `json:"startDate,omitempty"`
	StartDateString *string          `json:"startDateString,omitempty"`
	EndDate         *time.Time       `json:"endDate,omitempty"`
	EndDateString   *string          `json:"endDateString,omitempty"`
	Status          *string          `json:"status,omitempty"`
	Type            *string          `json:"type,omitempty"`
	Title           *string          `json:"title,omitempty"`
	Phases          []ProjectedPhase `json:"phases,omitempty"`
}

ProjectedRelease struct for ProjectedRelease

func NewProjectedRelease

func NewProjectedRelease() *ProjectedRelease

NewProjectedRelease instantiates a new ProjectedRelease object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProjectedReleaseWithDefaults

func NewProjectedReleaseWithDefaults() *ProjectedRelease

NewProjectedReleaseWithDefaults instantiates a new ProjectedRelease object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProjectedRelease) GetEndDate

func (o *ProjectedRelease) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*ProjectedRelease) GetEndDateOk

func (o *ProjectedRelease) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedRelease) GetEndDateString

func (o *ProjectedRelease) GetEndDateString() string

GetEndDateString returns the EndDateString field value if set, zero value otherwise.

func (*ProjectedRelease) GetEndDateStringOk

func (o *ProjectedRelease) GetEndDateStringOk() (*string, bool)

GetEndDateStringOk returns a tuple with the EndDateString field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedRelease) GetId

func (o *ProjectedRelease) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ProjectedRelease) GetIdOk

func (o *ProjectedRelease) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedRelease) GetPhases

func (o *ProjectedRelease) GetPhases() []ProjectedPhase

GetPhases returns the Phases field value if set, zero value otherwise.

func (*ProjectedRelease) GetPhasesOk

func (o *ProjectedRelease) GetPhasesOk() ([]ProjectedPhase, bool)

GetPhasesOk returns a tuple with the Phases field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedRelease) GetStartDate

func (o *ProjectedRelease) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*ProjectedRelease) GetStartDateOk

func (o *ProjectedRelease) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedRelease) GetStartDateString

func (o *ProjectedRelease) GetStartDateString() string

GetStartDateString returns the StartDateString field value if set, zero value otherwise.

func (*ProjectedRelease) GetStartDateStringOk

func (o *ProjectedRelease) GetStartDateStringOk() (*string, bool)

GetStartDateStringOk returns a tuple with the StartDateString field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedRelease) GetStatus

func (o *ProjectedRelease) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*ProjectedRelease) GetStatusOk

func (o *ProjectedRelease) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedRelease) GetTitle

func (o *ProjectedRelease) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ProjectedRelease) GetTitleOk

func (o *ProjectedRelease) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedRelease) GetType

func (o *ProjectedRelease) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ProjectedRelease) GetTypeOk

func (o *ProjectedRelease) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedRelease) HasEndDate

func (o *ProjectedRelease) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*ProjectedRelease) HasEndDateString

func (o *ProjectedRelease) HasEndDateString() bool

HasEndDateString returns a boolean if a field has been set.

func (*ProjectedRelease) HasId

func (o *ProjectedRelease) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProjectedRelease) HasPhases

func (o *ProjectedRelease) HasPhases() bool

HasPhases returns a boolean if a field has been set.

func (*ProjectedRelease) HasStartDate

func (o *ProjectedRelease) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*ProjectedRelease) HasStartDateString

func (o *ProjectedRelease) HasStartDateString() bool

HasStartDateString returns a boolean if a field has been set.

func (*ProjectedRelease) HasStatus

func (o *ProjectedRelease) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ProjectedRelease) HasTitle

func (o *ProjectedRelease) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*ProjectedRelease) HasType

func (o *ProjectedRelease) HasType() bool

HasType returns a boolean if a field has been set.

func (ProjectedRelease) MarshalJSON

func (o ProjectedRelease) MarshalJSON() ([]byte, error)

func (*ProjectedRelease) SetEndDate

func (o *ProjectedRelease) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*ProjectedRelease) SetEndDateString

func (o *ProjectedRelease) SetEndDateString(v string)

SetEndDateString gets a reference to the given string and assigns it to the EndDateString field.

func (*ProjectedRelease) SetId

func (o *ProjectedRelease) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProjectedRelease) SetPhases

func (o *ProjectedRelease) SetPhases(v []ProjectedPhase)

SetPhases gets a reference to the given []ProjectedPhase and assigns it to the Phases field.

func (*ProjectedRelease) SetStartDate

func (o *ProjectedRelease) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*ProjectedRelease) SetStartDateString

func (o *ProjectedRelease) SetStartDateString(v string)

SetStartDateString gets a reference to the given string and assigns it to the StartDateString field.

func (*ProjectedRelease) SetStatus

func (o *ProjectedRelease) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*ProjectedRelease) SetTitle

func (o *ProjectedRelease) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*ProjectedRelease) SetType

func (o *ProjectedRelease) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (ProjectedRelease) ToMap

func (o ProjectedRelease) ToMap() (map[string]interface{}, error)

type ProjectedTask

type ProjectedTask struct {
	Id              *string    `json:"id,omitempty"`
	StartDate       *time.Time `json:"startDate,omitempty"`
	StartDateString *string    `json:"startDateString,omitempty"`
	EndDate         *time.Time `json:"endDate,omitempty"`
	EndDateString   *string    `json:"endDateString,omitempty"`
	Status          *string    `json:"status,omitempty"`
	Type            *string    `json:"type,omitempty"`
	Title           *string    `json:"title,omitempty"`
}

ProjectedTask struct for ProjectedTask

func NewProjectedTask

func NewProjectedTask() *ProjectedTask

NewProjectedTask instantiates a new ProjectedTask object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProjectedTaskWithDefaults

func NewProjectedTaskWithDefaults() *ProjectedTask

NewProjectedTaskWithDefaults instantiates a new ProjectedTask object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProjectedTask) GetEndDate

func (o *ProjectedTask) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*ProjectedTask) GetEndDateOk

func (o *ProjectedTask) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedTask) GetEndDateString

func (o *ProjectedTask) GetEndDateString() string

GetEndDateString returns the EndDateString field value if set, zero value otherwise.

func (*ProjectedTask) GetEndDateStringOk

func (o *ProjectedTask) GetEndDateStringOk() (*string, bool)

GetEndDateStringOk returns a tuple with the EndDateString field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedTask) GetId

func (o *ProjectedTask) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ProjectedTask) GetIdOk

func (o *ProjectedTask) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedTask) GetStartDate

func (o *ProjectedTask) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*ProjectedTask) GetStartDateOk

func (o *ProjectedTask) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedTask) GetStartDateString

func (o *ProjectedTask) GetStartDateString() string

GetStartDateString returns the StartDateString field value if set, zero value otherwise.

func (*ProjectedTask) GetStartDateStringOk

func (o *ProjectedTask) GetStartDateStringOk() (*string, bool)

GetStartDateStringOk returns a tuple with the StartDateString field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedTask) GetStatus

func (o *ProjectedTask) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*ProjectedTask) GetStatusOk

func (o *ProjectedTask) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedTask) GetTitle

func (o *ProjectedTask) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ProjectedTask) GetTitleOk

func (o *ProjectedTask) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedTask) GetType

func (o *ProjectedTask) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ProjectedTask) GetTypeOk

func (o *ProjectedTask) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProjectedTask) HasEndDate

func (o *ProjectedTask) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*ProjectedTask) HasEndDateString

func (o *ProjectedTask) HasEndDateString() bool

HasEndDateString returns a boolean if a field has been set.

func (*ProjectedTask) HasId

func (o *ProjectedTask) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProjectedTask) HasStartDate

func (o *ProjectedTask) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*ProjectedTask) HasStartDateString

func (o *ProjectedTask) HasStartDateString() bool

HasStartDateString returns a boolean if a field has been set.

func (*ProjectedTask) HasStatus

func (o *ProjectedTask) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ProjectedTask) HasTitle

func (o *ProjectedTask) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*ProjectedTask) HasType

func (o *ProjectedTask) HasType() bool

HasType returns a boolean if a field has been set.

func (ProjectedTask) MarshalJSON

func (o ProjectedTask) MarshalJSON() ([]byte, error)

func (*ProjectedTask) SetEndDate

func (o *ProjectedTask) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*ProjectedTask) SetEndDateString

func (o *ProjectedTask) SetEndDateString(v string)

SetEndDateString gets a reference to the given string and assigns it to the EndDateString field.

func (*ProjectedTask) SetId

func (o *ProjectedTask) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProjectedTask) SetStartDate

func (o *ProjectedTask) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*ProjectedTask) SetStartDateString

func (o *ProjectedTask) SetStartDateString(v string)

SetStartDateString gets a reference to the given string and assigns it to the StartDateString field.

func (*ProjectedTask) SetStatus

func (o *ProjectedTask) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*ProjectedTask) SetTitle

func (o *ProjectedTask) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*ProjectedTask) SetType

func (o *ProjectedTask) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (ProjectedTask) ToMap

func (o ProjectedTask) ToMap() (map[string]interface{}, error)

type Property

type Property struct {
	INDEXED_PROPERTY_PATTERN *string `json:"INDEXED_PROPERTY_PATTERN,omitempty"`
	PropertyName             *string `json:"propertyName,omitempty"`
	Index                    *int32  `json:"index,omitempty"`
	Indexed                  *bool   `json:"indexed,omitempty"`
}

Property struct for Property

func NewProperty

func NewProperty() *Property

NewProperty instantiates a new Property object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPropertyWithDefaults

func NewPropertyWithDefaults() *Property

NewPropertyWithDefaults instantiates a new Property object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Property) GetINDEXED_PROPERTY_PATTERN

func (o *Property) GetINDEXED_PROPERTY_PATTERN() string

GetINDEXED_PROPERTY_PATTERN returns the INDEXED_PROPERTY_PATTERN field value if set, zero value otherwise.

func (*Property) GetINDEXED_PROPERTY_PATTERNOk

func (o *Property) GetINDEXED_PROPERTY_PATTERNOk() (*string, bool)

GetINDEXED_PROPERTY_PATTERNOk returns a tuple with the INDEXED_PROPERTY_PATTERN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Property) GetIndex

func (o *Property) GetIndex() int32

GetIndex returns the Index field value if set, zero value otherwise.

func (*Property) GetIndexOk

func (o *Property) GetIndexOk() (*int32, bool)

GetIndexOk returns a tuple with the Index field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Property) GetIndexed

func (o *Property) GetIndexed() bool

GetIndexed returns the Indexed field value if set, zero value otherwise.

func (*Property) GetIndexedOk

func (o *Property) GetIndexedOk() (*bool, bool)

GetIndexedOk returns a tuple with the Indexed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Property) GetPropertyName

func (o *Property) GetPropertyName() string

GetPropertyName returns the PropertyName field value if set, zero value otherwise.

func (*Property) GetPropertyNameOk

func (o *Property) GetPropertyNameOk() (*string, bool)

GetPropertyNameOk returns a tuple with the PropertyName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Property) HasINDEXED_PROPERTY_PATTERN

func (o *Property) HasINDEXED_PROPERTY_PATTERN() bool

HasINDEXED_PROPERTY_PATTERN returns a boolean if a field has been set.

func (*Property) HasIndex

func (o *Property) HasIndex() bool

HasIndex returns a boolean if a field has been set.

func (*Property) HasIndexed

func (o *Property) HasIndexed() bool

HasIndexed returns a boolean if a field has been set.

func (*Property) HasPropertyName

func (o *Property) HasPropertyName() bool

HasPropertyName returns a boolean if a field has been set.

func (Property) MarshalJSON

func (o Property) MarshalJSON() ([]byte, error)

func (*Property) SetINDEXED_PROPERTY_PATTERN

func (o *Property) SetINDEXED_PROPERTY_PATTERN(v string)

SetINDEXED_PROPERTY_PATTERN gets a reference to the given string and assigns it to the INDEXED_PROPERTY_PATTERN field.

func (*Property) SetIndex

func (o *Property) SetIndex(v int32)

SetIndex gets a reference to the given int32 and assigns it to the Index field.

func (*Property) SetIndexed

func (o *Property) SetIndexed(v bool)

SetIndexed gets a reference to the given bool and assigns it to the Indexed field.

func (*Property) SetPropertyName

func (o *Property) SetPropertyName(v string)

SetPropertyName gets a reference to the given string and assigns it to the PropertyName field.

func (Property) ToMap

func (o Property) ToMap() (map[string]interface{}, error)

type Release

type Release struct {
	Id                      *string                `json:"id,omitempty"`
	Type                    *string                `json:"type,omitempty"`
	StartDate               *time.Time             `json:"startDate,omitempty"`
	ScheduledStartDate      *time.Time             `json:"scheduledStartDate,omitempty"`
	EndDate                 *time.Time             `json:"endDate,omitempty"`
	DueDate                 *time.Time             `json:"dueDate,omitempty"`
	Title                   *string                `json:"title,omitempty"`
	Description             *string                `json:"description,omitempty"`
	Owner                   *string                `json:"owner,omitempty"`
	PlannedDuration         *int32                 `json:"plannedDuration,omitempty"`
	FlagStatus              *FlagStatus            `json:"flagStatus,omitempty"`
	FlagComment             *string                `json:"flagComment,omitempty"`
	OverdueNotified         *bool                  `json:"overdueNotified,omitempty"`
	Flagged                 *bool                  `json:"flagged,omitempty"`
	StartOrScheduledDate    *time.Time             `json:"startOrScheduledDate,omitempty"`
	EndOrDueDate            *time.Time             `json:"endOrDueDate,omitempty"`
	Overdue                 *bool                  `json:"overdue,omitempty"`
	OrCalculateDueDate      NullableTime           `json:"orCalculateDueDate,omitempty"`
	ComputedPlannedDuration map[string]interface{} `json:"computedPlannedDuration,omitempty"`
	ActualDuration          map[string]interface{} `json:"actualDuration,omitempty"`
	RootReleaseId           *string                `json:"rootReleaseId,omitempty"`
	MaxConcurrentReleases   *int32                 `json:"maxConcurrentReleases,omitempty"`
	// Deprecated
	ReleaseTriggers []ReleaseTrigger `json:"releaseTriggers,omitempty"`
	Teams           []Team           `json:"teams,omitempty"`
	// Deprecated
	MemberViewers []string `json:"memberViewers,omitempty"`
	// Deprecated
	RoleViewers                                     []string                           `json:"roleViewers,omitempty"`
	Attachments                                     []Attachment                       `json:"attachments,omitempty"`
	Phases                                          []Phase                            `json:"phases,omitempty"`
	QueryableStartDate                              *time.Time                         `json:"queryableStartDate,omitempty"`
	QueryableEndDate                                *time.Time                         `json:"queryableEndDate,omitempty"`
	RealFlagStatus                                  *FlagStatus                        `json:"realFlagStatus,omitempty"`
	Status                                          *ReleaseStatus                     `json:"status,omitempty"`
	Tags                                            []string                           `json:"tags,omitempty"`
	Variables                                       []Variable                         `json:"variables,omitempty"`
	CalendarLinkToken                               *string                            `json:"calendarLinkToken,omitempty"`
	CalendarPublished                               *bool                              `json:"calendarPublished,omitempty"`
	Tutorial                                        *bool                              `json:"tutorial,omitempty"`
	AbortOnFailure                                  *bool                              `json:"abortOnFailure,omitempty"`
	ArchiveRelease                                  *bool                              `json:"archiveRelease,omitempty"`
	AllowPasswordsInAllFields                       *bool                              `json:"allowPasswordsInAllFields,omitempty"`
	DisableNotifications                            *bool                              `json:"disableNotifications,omitempty"`
	AllowConcurrentReleasesFromTrigger              *bool                              `json:"allowConcurrentReleasesFromTrigger,omitempty"`
	OriginTemplateId                                *string                            `json:"originTemplateId,omitempty"`
	CreatedFromTrigger                              *bool                              `json:"createdFromTrigger,omitempty"`
	ScriptUsername                                  *string                            `json:"scriptUsername,omitempty"`
	ScriptUserPassword                              *string                            `json:"scriptUserPassword,omitempty"`
	Extensions                                      []ReleaseExtension                 `json:"extensions,omitempty"`
	StartedFromTaskId                               *string                            `json:"startedFromTaskId,omitempty"`
	AutoStart                                       *bool                              `json:"autoStart,omitempty"`
	AutomatedResumeCount                            *int32                             `json:"automatedResumeCount,omitempty"`
	MaxAutomatedResumes                             *int32                             `json:"maxAutomatedResumes,omitempty"`
	AbortComment                                    *string                            `json:"abortComment,omitempty"`
	VariableMapping                                 *map[string]string                 `json:"variableMapping,omitempty"`
	RiskProfile                                     interface{}                        `json:"riskProfile,omitempty"`
	Metadata                                        *map[string]map[string]interface{} `json:"$metadata,omitempty"`
	Archived                                        *bool                              `json:"archived,omitempty"`
	CiUid                                           *int32                             `json:"ciUid,omitempty"`
	VariableValues                                  map[string]map[string]interface{}  `json:"variableValues,omitempty"`
	PasswordVariableValues                          map[string]map[string]interface{}  `json:"passwordVariableValues,omitempty"`
	CiPropertyVariables                             []Variable                         `json:"ciPropertyVariables,omitempty"`
	AllStringVariableValues                         *map[string]string                 `json:"allStringVariableValues,omitempty"`
	AllReleaseGlobalAndFolderVariables              []Variable                         `json:"allReleaseGlobalAndFolderVariables,omitempty"`
	AllVariableValuesAsStringsWithInterpolationInfo *map[string]ValueWithInterpolation `json:"allVariableValuesAsStringsWithInterpolationInfo,omitempty"`
	VariablesKeysInNonInterpolatableVariableValues  []string                           `json:"variablesKeysInNonInterpolatableVariableValues,omitempty"`
	VariablesByKeys                                 *map[string]Variable               `json:"variablesByKeys,omitempty"`
	AllVariables                                    []Variable                         `json:"allVariables,omitempty"`
	GlobalVariables                                 *GlobalVariables                   `json:"globalVariables,omitempty"`
	FolderVariables                                 *FolderVariables                   `json:"folderVariables,omitempty"`
	AdminTeam                                       *Team                              `json:"adminTeam,omitempty"`
	ReleaseAttachments                              []Attachment                       `json:"releaseAttachments,omitempty"`
	CurrentPhase                                    *Phase                             `json:"currentPhase,omitempty"`
	CurrentTask                                     *Task                              `json:"currentTask,omitempty"`
	AllTasks                                        []Task                             `json:"allTasks,omitempty"`
	AllGates                                        []GateTask                         `json:"allGates,omitempty"`
	AllUserInputTasks                               []UserInputTask                    `json:"allUserInputTasks,omitempty"`
	Done                                            *bool                              `json:"done,omitempty"`
	PlannedOrActive                                 *bool                              `json:"plannedOrActive,omitempty"`
	Active                                          *bool                              `json:"active,omitempty"`
	Defunct                                         *bool                              `json:"defunct,omitempty"`
	Updatable                                       *bool                              `json:"updatable,omitempty"`
	Aborted                                         *bool                              `json:"aborted,omitempty"`
	Failing                                         *bool                              `json:"failing,omitempty"`
	Failed                                          *bool                              `json:"failed,omitempty"`
	Paused                                          *bool                              `json:"paused,omitempty"`
	Template                                        *bool                              `json:"template,omitempty"`
	Planned                                         *bool                              `json:"planned,omitempty"`
	InProgress                                      *bool                              `json:"inProgress,omitempty"`
	Release                                         *Release                           `json:"release,omitempty"`
	ReleaseUid                                      *int32                             `json:"releaseUid,omitempty"`
	DisplayPath                                     *string                            `json:"displayPath,omitempty"`
	Children                                        []PlanItem                         `json:"children,omitempty"`
	AllPlanItems                                    []PlanItem                         `json:"allPlanItems,omitempty"`
	Url                                             *string                            `json:"url,omitempty"`
	ActiveTasks                                     []Task                             `json:"activeTasks,omitempty"`
	VariableUsages                                  []UsagePoint                       `json:"variableUsages,omitempty"`
	Pending                                         *bool                              `json:"pending,omitempty"`
}

Release struct for Release

func NewRelease

func NewRelease() *Release

NewRelease instantiates a new Release object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReleaseWithDefaults

func NewReleaseWithDefaults() *Release

NewReleaseWithDefaults instantiates a new Release object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Release) GetAbortComment

func (o *Release) GetAbortComment() string

GetAbortComment returns the AbortComment field value if set, zero value otherwise.

func (*Release) GetAbortCommentOk

func (o *Release) GetAbortCommentOk() (*string, bool)

GetAbortCommentOk returns a tuple with the AbortComment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetAbortOnFailure

func (o *Release) GetAbortOnFailure() bool

GetAbortOnFailure returns the AbortOnFailure field value if set, zero value otherwise.

func (*Release) GetAbortOnFailureOk

func (o *Release) GetAbortOnFailureOk() (*bool, bool)

GetAbortOnFailureOk returns a tuple with the AbortOnFailure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetAborted

func (o *Release) GetAborted() bool

GetAborted returns the Aborted field value if set, zero value otherwise.

func (*Release) GetAbortedOk

func (o *Release) GetAbortedOk() (*bool, bool)

GetAbortedOk returns a tuple with the Aborted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetActive

func (o *Release) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*Release) GetActiveOk

func (o *Release) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetActiveTasks

func (o *Release) GetActiveTasks() []Task

GetActiveTasks returns the ActiveTasks field value if set, zero value otherwise.

func (*Release) GetActiveTasksOk

func (o *Release) GetActiveTasksOk() ([]Task, bool)

GetActiveTasksOk returns a tuple with the ActiveTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetActualDuration

func (o *Release) GetActualDuration() map[string]interface{}

GetActualDuration returns the ActualDuration field value if set, zero value otherwise.

func (*Release) GetActualDurationOk

func (o *Release) GetActualDurationOk() (map[string]interface{}, bool)

GetActualDurationOk returns a tuple with the ActualDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetAdminTeam

func (o *Release) GetAdminTeam() Team

GetAdminTeam returns the AdminTeam field value if set, zero value otherwise.

func (*Release) GetAdminTeamOk

func (o *Release) GetAdminTeamOk() (*Team, bool)

GetAdminTeamOk returns a tuple with the AdminTeam field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetAllGates

func (o *Release) GetAllGates() []GateTask

GetAllGates returns the AllGates field value if set, zero value otherwise.

func (*Release) GetAllGatesOk

func (o *Release) GetAllGatesOk() ([]GateTask, bool)

GetAllGatesOk returns a tuple with the AllGates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetAllPlanItems

func (o *Release) GetAllPlanItems() []PlanItem

GetAllPlanItems returns the AllPlanItems field value if set, zero value otherwise.

func (*Release) GetAllPlanItemsOk

func (o *Release) GetAllPlanItemsOk() ([]PlanItem, bool)

GetAllPlanItemsOk returns a tuple with the AllPlanItems field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetAllReleaseGlobalAndFolderVariables

func (o *Release) GetAllReleaseGlobalAndFolderVariables() []Variable

GetAllReleaseGlobalAndFolderVariables returns the AllReleaseGlobalAndFolderVariables field value if set, zero value otherwise.

func (*Release) GetAllReleaseGlobalAndFolderVariablesOk

func (o *Release) GetAllReleaseGlobalAndFolderVariablesOk() ([]Variable, bool)

GetAllReleaseGlobalAndFolderVariablesOk returns a tuple with the AllReleaseGlobalAndFolderVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetAllStringVariableValues

func (o *Release) GetAllStringVariableValues() map[string]string

GetAllStringVariableValues returns the AllStringVariableValues field value if set, zero value otherwise.

func (*Release) GetAllStringVariableValuesOk

func (o *Release) GetAllStringVariableValuesOk() (*map[string]string, bool)

GetAllStringVariableValuesOk returns a tuple with the AllStringVariableValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetAllTasks

func (o *Release) GetAllTasks() []Task

GetAllTasks returns the AllTasks field value if set, zero value otherwise.

func (*Release) GetAllTasksOk

func (o *Release) GetAllTasksOk() ([]Task, bool)

GetAllTasksOk returns a tuple with the AllTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetAllUserInputTasks

func (o *Release) GetAllUserInputTasks() []UserInputTask

GetAllUserInputTasks returns the AllUserInputTasks field value if set, zero value otherwise.

func (*Release) GetAllUserInputTasksOk

func (o *Release) GetAllUserInputTasksOk() ([]UserInputTask, bool)

GetAllUserInputTasksOk returns a tuple with the AllUserInputTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetAllVariableValuesAsStringsWithInterpolationInfo

func (o *Release) GetAllVariableValuesAsStringsWithInterpolationInfo() map[string]ValueWithInterpolation

GetAllVariableValuesAsStringsWithInterpolationInfo returns the AllVariableValuesAsStringsWithInterpolationInfo field value if set, zero value otherwise.

func (*Release) GetAllVariableValuesAsStringsWithInterpolationInfoOk

func (o *Release) GetAllVariableValuesAsStringsWithInterpolationInfoOk() (*map[string]ValueWithInterpolation, bool)

GetAllVariableValuesAsStringsWithInterpolationInfoOk returns a tuple with the AllVariableValuesAsStringsWithInterpolationInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetAllVariables

func (o *Release) GetAllVariables() []Variable

GetAllVariables returns the AllVariables field value if set, zero value otherwise.

func (*Release) GetAllVariablesOk

func (o *Release) GetAllVariablesOk() ([]Variable, bool)

GetAllVariablesOk returns a tuple with the AllVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetAllowConcurrentReleasesFromTrigger

func (o *Release) GetAllowConcurrentReleasesFromTrigger() bool

GetAllowConcurrentReleasesFromTrigger returns the AllowConcurrentReleasesFromTrigger field value if set, zero value otherwise.

func (*Release) GetAllowConcurrentReleasesFromTriggerOk

func (o *Release) GetAllowConcurrentReleasesFromTriggerOk() (*bool, bool)

GetAllowConcurrentReleasesFromTriggerOk returns a tuple with the AllowConcurrentReleasesFromTrigger field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetAllowPasswordsInAllFields

func (o *Release) GetAllowPasswordsInAllFields() bool

GetAllowPasswordsInAllFields returns the AllowPasswordsInAllFields field value if set, zero value otherwise.

func (*Release) GetAllowPasswordsInAllFieldsOk

func (o *Release) GetAllowPasswordsInAllFieldsOk() (*bool, bool)

GetAllowPasswordsInAllFieldsOk returns a tuple with the AllowPasswordsInAllFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetArchiveRelease

func (o *Release) GetArchiveRelease() bool

GetArchiveRelease returns the ArchiveRelease field value if set, zero value otherwise.

func (*Release) GetArchiveReleaseOk

func (o *Release) GetArchiveReleaseOk() (*bool, bool)

GetArchiveReleaseOk returns a tuple with the ArchiveRelease field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetArchived

func (o *Release) GetArchived() bool

GetArchived returns the Archived field value if set, zero value otherwise.

func (*Release) GetArchivedOk

func (o *Release) GetArchivedOk() (*bool, bool)

GetArchivedOk returns a tuple with the Archived field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetAttachments

func (o *Release) GetAttachments() []Attachment

GetAttachments returns the Attachments field value if set, zero value otherwise.

func (*Release) GetAttachmentsOk

func (o *Release) GetAttachmentsOk() ([]Attachment, bool)

GetAttachmentsOk returns a tuple with the Attachments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetAutoStart

func (o *Release) GetAutoStart() bool

GetAutoStart returns the AutoStart field value if set, zero value otherwise.

func (*Release) GetAutoStartOk

func (o *Release) GetAutoStartOk() (*bool, bool)

GetAutoStartOk returns a tuple with the AutoStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetAutomatedResumeCount

func (o *Release) GetAutomatedResumeCount() int32

GetAutomatedResumeCount returns the AutomatedResumeCount field value if set, zero value otherwise.

func (*Release) GetAutomatedResumeCountOk

func (o *Release) GetAutomatedResumeCountOk() (*int32, bool)

GetAutomatedResumeCountOk returns a tuple with the AutomatedResumeCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetCalendarLinkToken

func (o *Release) GetCalendarLinkToken() string

GetCalendarLinkToken returns the CalendarLinkToken field value if set, zero value otherwise.

func (*Release) GetCalendarLinkTokenOk

func (o *Release) GetCalendarLinkTokenOk() (*string, bool)

GetCalendarLinkTokenOk returns a tuple with the CalendarLinkToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetCalendarPublished

func (o *Release) GetCalendarPublished() bool

GetCalendarPublished returns the CalendarPublished field value if set, zero value otherwise.

func (*Release) GetCalendarPublishedOk

func (o *Release) GetCalendarPublishedOk() (*bool, bool)

GetCalendarPublishedOk returns a tuple with the CalendarPublished field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetChildren

func (o *Release) GetChildren() []PlanItem

GetChildren returns the Children field value if set, zero value otherwise.

func (*Release) GetChildrenOk

func (o *Release) GetChildrenOk() ([]PlanItem, bool)

GetChildrenOk returns a tuple with the Children field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetCiPropertyVariables

func (o *Release) GetCiPropertyVariables() []Variable

GetCiPropertyVariables returns the CiPropertyVariables field value if set, zero value otherwise.

func (*Release) GetCiPropertyVariablesOk

func (o *Release) GetCiPropertyVariablesOk() ([]Variable, bool)

GetCiPropertyVariablesOk returns a tuple with the CiPropertyVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetCiUid

func (o *Release) GetCiUid() int32

GetCiUid returns the CiUid field value if set, zero value otherwise.

func (*Release) GetCiUidOk

func (o *Release) GetCiUidOk() (*int32, bool)

GetCiUidOk returns a tuple with the CiUid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetComputedPlannedDuration

func (o *Release) GetComputedPlannedDuration() map[string]interface{}

GetComputedPlannedDuration returns the ComputedPlannedDuration field value if set, zero value otherwise.

func (*Release) GetComputedPlannedDurationOk

func (o *Release) GetComputedPlannedDurationOk() (map[string]interface{}, bool)

GetComputedPlannedDurationOk returns a tuple with the ComputedPlannedDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetCreatedFromTrigger

func (o *Release) GetCreatedFromTrigger() bool

GetCreatedFromTrigger returns the CreatedFromTrigger field value if set, zero value otherwise.

func (*Release) GetCreatedFromTriggerOk

func (o *Release) GetCreatedFromTriggerOk() (*bool, bool)

GetCreatedFromTriggerOk returns a tuple with the CreatedFromTrigger field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetCurrentPhase

func (o *Release) GetCurrentPhase() Phase

GetCurrentPhase returns the CurrentPhase field value if set, zero value otherwise.

func (*Release) GetCurrentPhaseOk

func (o *Release) GetCurrentPhaseOk() (*Phase, bool)

GetCurrentPhaseOk returns a tuple with the CurrentPhase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetCurrentTask

func (o *Release) GetCurrentTask() Task

GetCurrentTask returns the CurrentTask field value if set, zero value otherwise.

func (*Release) GetCurrentTaskOk

func (o *Release) GetCurrentTaskOk() (*Task, bool)

GetCurrentTaskOk returns a tuple with the CurrentTask field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetDefunct

func (o *Release) GetDefunct() bool

GetDefunct returns the Defunct field value if set, zero value otherwise.

func (*Release) GetDefunctOk

func (o *Release) GetDefunctOk() (*bool, bool)

GetDefunctOk returns a tuple with the Defunct field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetDescription

func (o *Release) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Release) GetDescriptionOk

func (o *Release) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetDisableNotifications

func (o *Release) GetDisableNotifications() bool

GetDisableNotifications returns the DisableNotifications field value if set, zero value otherwise.

func (*Release) GetDisableNotificationsOk

func (o *Release) GetDisableNotificationsOk() (*bool, bool)

GetDisableNotificationsOk returns a tuple with the DisableNotifications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetDisplayPath

func (o *Release) GetDisplayPath() string

GetDisplayPath returns the DisplayPath field value if set, zero value otherwise.

func (*Release) GetDisplayPathOk

func (o *Release) GetDisplayPathOk() (*string, bool)

GetDisplayPathOk returns a tuple with the DisplayPath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetDone

func (o *Release) GetDone() bool

GetDone returns the Done field value if set, zero value otherwise.

func (*Release) GetDoneOk

func (o *Release) GetDoneOk() (*bool, bool)

GetDoneOk returns a tuple with the Done field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetDueDate

func (o *Release) GetDueDate() time.Time

GetDueDate returns the DueDate field value if set, zero value otherwise.

func (*Release) GetDueDateOk

func (o *Release) GetDueDateOk() (*time.Time, bool)

GetDueDateOk returns a tuple with the DueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetEndDate

func (o *Release) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*Release) GetEndDateOk

func (o *Release) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetEndOrDueDate

func (o *Release) GetEndOrDueDate() time.Time

GetEndOrDueDate returns the EndOrDueDate field value if set, zero value otherwise.

func (*Release) GetEndOrDueDateOk

func (o *Release) GetEndOrDueDateOk() (*time.Time, bool)

GetEndOrDueDateOk returns a tuple with the EndOrDueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetExtensions

func (o *Release) GetExtensions() []ReleaseExtension

GetExtensions returns the Extensions field value if set, zero value otherwise.

func (*Release) GetExtensionsOk

func (o *Release) GetExtensionsOk() ([]ReleaseExtension, bool)

GetExtensionsOk returns a tuple with the Extensions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetFailed

func (o *Release) GetFailed() bool

GetFailed returns the Failed field value if set, zero value otherwise.

func (*Release) GetFailedOk

func (o *Release) GetFailedOk() (*bool, bool)

GetFailedOk returns a tuple with the Failed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetFailing

func (o *Release) GetFailing() bool

GetFailing returns the Failing field value if set, zero value otherwise.

func (*Release) GetFailingOk

func (o *Release) GetFailingOk() (*bool, bool)

GetFailingOk returns a tuple with the Failing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetFlagComment

func (o *Release) GetFlagComment() string

GetFlagComment returns the FlagComment field value if set, zero value otherwise.

func (*Release) GetFlagCommentOk

func (o *Release) GetFlagCommentOk() (*string, bool)

GetFlagCommentOk returns a tuple with the FlagComment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetFlagStatus

func (o *Release) GetFlagStatus() FlagStatus

GetFlagStatus returns the FlagStatus field value if set, zero value otherwise.

func (*Release) GetFlagStatusOk

func (o *Release) GetFlagStatusOk() (*FlagStatus, bool)

GetFlagStatusOk returns a tuple with the FlagStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetFlagged

func (o *Release) GetFlagged() bool

GetFlagged returns the Flagged field value if set, zero value otherwise.

func (*Release) GetFlaggedOk

func (o *Release) GetFlaggedOk() (*bool, bool)

GetFlaggedOk returns a tuple with the Flagged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetFolderVariables

func (o *Release) GetFolderVariables() FolderVariables

GetFolderVariables returns the FolderVariables field value if set, zero value otherwise.

func (*Release) GetFolderVariablesOk

func (o *Release) GetFolderVariablesOk() (*FolderVariables, bool)

GetFolderVariablesOk returns a tuple with the FolderVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetGlobalVariables

func (o *Release) GetGlobalVariables() GlobalVariables

GetGlobalVariables returns the GlobalVariables field value if set, zero value otherwise.

func (*Release) GetGlobalVariablesOk

func (o *Release) GetGlobalVariablesOk() (*GlobalVariables, bool)

GetGlobalVariablesOk returns a tuple with the GlobalVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetId

func (o *Release) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Release) GetIdOk

func (o *Release) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetInProgress

func (o *Release) GetInProgress() bool

GetInProgress returns the InProgress field value if set, zero value otherwise.

func (*Release) GetInProgressOk

func (o *Release) GetInProgressOk() (*bool, bool)

GetInProgressOk returns a tuple with the InProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetMaxAutomatedResumes

func (o *Release) GetMaxAutomatedResumes() int32

GetMaxAutomatedResumes returns the MaxAutomatedResumes field value if set, zero value otherwise.

func (*Release) GetMaxAutomatedResumesOk

func (o *Release) GetMaxAutomatedResumesOk() (*int32, bool)

GetMaxAutomatedResumesOk returns a tuple with the MaxAutomatedResumes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetMaxConcurrentReleases

func (o *Release) GetMaxConcurrentReleases() int32

GetMaxConcurrentReleases returns the MaxConcurrentReleases field value if set, zero value otherwise.

func (*Release) GetMaxConcurrentReleasesOk

func (o *Release) GetMaxConcurrentReleasesOk() (*int32, bool)

GetMaxConcurrentReleasesOk returns a tuple with the MaxConcurrentReleases field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetMemberViewers

func (o *Release) GetMemberViewers() []string

GetMemberViewers returns the MemberViewers field value if set, zero value otherwise. Deprecated

func (*Release) GetMemberViewersOk

func (o *Release) GetMemberViewersOk() ([]string, bool)

GetMemberViewersOk returns a tuple with the MemberViewers field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*Release) GetMetadata

func (o *Release) GetMetadata() map[string]map[string]interface{}

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*Release) GetMetadataOk

func (o *Release) GetMetadataOk() (*map[string]map[string]interface{}, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetOrCalculateDueDate

func (o *Release) GetOrCalculateDueDate() time.Time

GetOrCalculateDueDate returns the OrCalculateDueDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Release) GetOrCalculateDueDateOk

func (o *Release) GetOrCalculateDueDateOk() (*time.Time, bool)

GetOrCalculateDueDateOk returns a tuple with the OrCalculateDueDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Release) GetOriginTemplateId

func (o *Release) GetOriginTemplateId() string

GetOriginTemplateId returns the OriginTemplateId field value if set, zero value otherwise.

func (*Release) GetOriginTemplateIdOk

func (o *Release) GetOriginTemplateIdOk() (*string, bool)

GetOriginTemplateIdOk returns a tuple with the OriginTemplateId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetOverdue

func (o *Release) GetOverdue() bool

GetOverdue returns the Overdue field value if set, zero value otherwise.

func (*Release) GetOverdueNotified

func (o *Release) GetOverdueNotified() bool

GetOverdueNotified returns the OverdueNotified field value if set, zero value otherwise.

func (*Release) GetOverdueNotifiedOk

func (o *Release) GetOverdueNotifiedOk() (*bool, bool)

GetOverdueNotifiedOk returns a tuple with the OverdueNotified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetOverdueOk

func (o *Release) GetOverdueOk() (*bool, bool)

GetOverdueOk returns a tuple with the Overdue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetOwner

func (o *Release) GetOwner() string

GetOwner returns the Owner field value if set, zero value otherwise.

func (*Release) GetOwnerOk

func (o *Release) GetOwnerOk() (*string, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetPasswordVariableValues

func (o *Release) GetPasswordVariableValues() map[string]map[string]interface{}

GetPasswordVariableValues returns the PasswordVariableValues field value if set, zero value otherwise.

func (*Release) GetPasswordVariableValuesOk

func (o *Release) GetPasswordVariableValuesOk() (map[string]map[string]interface{}, bool)

GetPasswordVariableValuesOk returns a tuple with the PasswordVariableValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetPaused

func (o *Release) GetPaused() bool

GetPaused returns the Paused field value if set, zero value otherwise.

func (*Release) GetPausedOk

func (o *Release) GetPausedOk() (*bool, bool)

GetPausedOk returns a tuple with the Paused field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetPending

func (o *Release) GetPending() bool

GetPending returns the Pending field value if set, zero value otherwise.

func (*Release) GetPendingOk

func (o *Release) GetPendingOk() (*bool, bool)

GetPendingOk returns a tuple with the Pending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetPhases

func (o *Release) GetPhases() []Phase

GetPhases returns the Phases field value if set, zero value otherwise.

func (*Release) GetPhasesOk

func (o *Release) GetPhasesOk() ([]Phase, bool)

GetPhasesOk returns a tuple with the Phases field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetPlanned

func (o *Release) GetPlanned() bool

GetPlanned returns the Planned field value if set, zero value otherwise.

func (*Release) GetPlannedDuration

func (o *Release) GetPlannedDuration() int32

GetPlannedDuration returns the PlannedDuration field value if set, zero value otherwise.

func (*Release) GetPlannedDurationOk

func (o *Release) GetPlannedDurationOk() (*int32, bool)

GetPlannedDurationOk returns a tuple with the PlannedDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetPlannedOk

func (o *Release) GetPlannedOk() (*bool, bool)

GetPlannedOk returns a tuple with the Planned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetPlannedOrActive

func (o *Release) GetPlannedOrActive() bool

GetPlannedOrActive returns the PlannedOrActive field value if set, zero value otherwise.

func (*Release) GetPlannedOrActiveOk

func (o *Release) GetPlannedOrActiveOk() (*bool, bool)

GetPlannedOrActiveOk returns a tuple with the PlannedOrActive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetQueryableEndDate

func (o *Release) GetQueryableEndDate() time.Time

GetQueryableEndDate returns the QueryableEndDate field value if set, zero value otherwise.

func (*Release) GetQueryableEndDateOk

func (o *Release) GetQueryableEndDateOk() (*time.Time, bool)

GetQueryableEndDateOk returns a tuple with the QueryableEndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetQueryableStartDate

func (o *Release) GetQueryableStartDate() time.Time

GetQueryableStartDate returns the QueryableStartDate field value if set, zero value otherwise.

func (*Release) GetQueryableStartDateOk

func (o *Release) GetQueryableStartDateOk() (*time.Time, bool)

GetQueryableStartDateOk returns a tuple with the QueryableStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetRealFlagStatus

func (o *Release) GetRealFlagStatus() FlagStatus

GetRealFlagStatus returns the RealFlagStatus field value if set, zero value otherwise.

func (*Release) GetRealFlagStatusOk

func (o *Release) GetRealFlagStatusOk() (*FlagStatus, bool)

GetRealFlagStatusOk returns a tuple with the RealFlagStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetRelease

func (o *Release) GetRelease() Release

GetRelease returns the Release field value if set, zero value otherwise.

func (*Release) GetReleaseAttachments

func (o *Release) GetReleaseAttachments() []Attachment

GetReleaseAttachments returns the ReleaseAttachments field value if set, zero value otherwise.

func (*Release) GetReleaseAttachmentsOk

func (o *Release) GetReleaseAttachmentsOk() ([]Attachment, bool)

GetReleaseAttachmentsOk returns a tuple with the ReleaseAttachments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetReleaseOk

func (o *Release) GetReleaseOk() (*Release, bool)

GetReleaseOk returns a tuple with the Release field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetReleaseTriggers

func (o *Release) GetReleaseTriggers() []ReleaseTrigger

GetReleaseTriggers returns the ReleaseTriggers field value if set, zero value otherwise. Deprecated

func (*Release) GetReleaseTriggersOk

func (o *Release) GetReleaseTriggersOk() ([]ReleaseTrigger, bool)

GetReleaseTriggersOk returns a tuple with the ReleaseTriggers field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*Release) GetReleaseUid

func (o *Release) GetReleaseUid() int32

GetReleaseUid returns the ReleaseUid field value if set, zero value otherwise.

func (*Release) GetReleaseUidOk

func (o *Release) GetReleaseUidOk() (*int32, bool)

GetReleaseUidOk returns a tuple with the ReleaseUid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetRiskProfile

func (o *Release) GetRiskProfile() interface{}

GetRiskProfile returns the RiskProfile field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Release) GetRiskProfileOk

func (o *Release) GetRiskProfileOk() (*interface{}, bool)

GetRiskProfileOk returns a tuple with the RiskProfile field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Release) GetRoleViewers

func (o *Release) GetRoleViewers() []string

GetRoleViewers returns the RoleViewers field value if set, zero value otherwise. Deprecated

func (*Release) GetRoleViewersOk

func (o *Release) GetRoleViewersOk() ([]string, bool)

GetRoleViewersOk returns a tuple with the RoleViewers field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*Release) GetRootReleaseId

func (o *Release) GetRootReleaseId() string

GetRootReleaseId returns the RootReleaseId field value if set, zero value otherwise.

func (*Release) GetRootReleaseIdOk

func (o *Release) GetRootReleaseIdOk() (*string, bool)

GetRootReleaseIdOk returns a tuple with the RootReleaseId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetScheduledStartDate

func (o *Release) GetScheduledStartDate() time.Time

GetScheduledStartDate returns the ScheduledStartDate field value if set, zero value otherwise.

func (*Release) GetScheduledStartDateOk

func (o *Release) GetScheduledStartDateOk() (*time.Time, bool)

GetScheduledStartDateOk returns a tuple with the ScheduledStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetScriptUserPassword

func (o *Release) GetScriptUserPassword() string

GetScriptUserPassword returns the ScriptUserPassword field value if set, zero value otherwise.

func (*Release) GetScriptUserPasswordOk

func (o *Release) GetScriptUserPasswordOk() (*string, bool)

GetScriptUserPasswordOk returns a tuple with the ScriptUserPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetScriptUsername

func (o *Release) GetScriptUsername() string

GetScriptUsername returns the ScriptUsername field value if set, zero value otherwise.

func (*Release) GetScriptUsernameOk

func (o *Release) GetScriptUsernameOk() (*string, bool)

GetScriptUsernameOk returns a tuple with the ScriptUsername field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetStartDate

func (o *Release) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*Release) GetStartDateOk

func (o *Release) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetStartOrScheduledDate

func (o *Release) GetStartOrScheduledDate() time.Time

GetStartOrScheduledDate returns the StartOrScheduledDate field value if set, zero value otherwise.

func (*Release) GetStartOrScheduledDateOk

func (o *Release) GetStartOrScheduledDateOk() (*time.Time, bool)

GetStartOrScheduledDateOk returns a tuple with the StartOrScheduledDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetStartedFromTaskId

func (o *Release) GetStartedFromTaskId() string

GetStartedFromTaskId returns the StartedFromTaskId field value if set, zero value otherwise.

func (*Release) GetStartedFromTaskIdOk

func (o *Release) GetStartedFromTaskIdOk() (*string, bool)

GetStartedFromTaskIdOk returns a tuple with the StartedFromTaskId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetStatus

func (o *Release) GetStatus() ReleaseStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*Release) GetStatusOk

func (o *Release) GetStatusOk() (*ReleaseStatus, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetTags

func (o *Release) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Release) GetTagsOk

func (o *Release) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetTeams

func (o *Release) GetTeams() []Team

GetTeams returns the Teams field value if set, zero value otherwise.

func (*Release) GetTeamsOk

func (o *Release) GetTeamsOk() ([]Team, bool)

GetTeamsOk returns a tuple with the Teams field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetTemplate

func (o *Release) GetTemplate() bool

GetTemplate returns the Template field value if set, zero value otherwise.

func (*Release) GetTemplateOk

func (o *Release) GetTemplateOk() (*bool, bool)

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetTitle

func (o *Release) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*Release) GetTitleOk

func (o *Release) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetTutorial

func (o *Release) GetTutorial() bool

GetTutorial returns the Tutorial field value if set, zero value otherwise.

func (*Release) GetTutorialOk

func (o *Release) GetTutorialOk() (*bool, bool)

GetTutorialOk returns a tuple with the Tutorial field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetType

func (o *Release) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Release) GetTypeOk

func (o *Release) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetUpdatable

func (o *Release) GetUpdatable() bool

GetUpdatable returns the Updatable field value if set, zero value otherwise.

func (*Release) GetUpdatableOk

func (o *Release) GetUpdatableOk() (*bool, bool)

GetUpdatableOk returns a tuple with the Updatable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetUrl

func (o *Release) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*Release) GetUrlOk

func (o *Release) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetVariableMapping

func (o *Release) GetVariableMapping() map[string]string

GetVariableMapping returns the VariableMapping field value if set, zero value otherwise.

func (*Release) GetVariableMappingOk

func (o *Release) GetVariableMappingOk() (*map[string]string, bool)

GetVariableMappingOk returns a tuple with the VariableMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetVariableUsages

func (o *Release) GetVariableUsages() []UsagePoint

GetVariableUsages returns the VariableUsages field value if set, zero value otherwise.

func (*Release) GetVariableUsagesOk

func (o *Release) GetVariableUsagesOk() ([]UsagePoint, bool)

GetVariableUsagesOk returns a tuple with the VariableUsages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetVariableValues

func (o *Release) GetVariableValues() map[string]map[string]interface{}

GetVariableValues returns the VariableValues field value if set, zero value otherwise.

func (*Release) GetVariableValuesOk

func (o *Release) GetVariableValuesOk() (map[string]map[string]interface{}, bool)

GetVariableValuesOk returns a tuple with the VariableValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetVariables

func (o *Release) GetVariables() []Variable

GetVariables returns the Variables field value if set, zero value otherwise.

func (*Release) GetVariablesByKeys

func (o *Release) GetVariablesByKeys() map[string]Variable

GetVariablesByKeys returns the VariablesByKeys field value if set, zero value otherwise.

func (*Release) GetVariablesByKeysOk

func (o *Release) GetVariablesByKeysOk() (*map[string]Variable, bool)

GetVariablesByKeysOk returns a tuple with the VariablesByKeys field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetVariablesKeysInNonInterpolatableVariableValues

func (o *Release) GetVariablesKeysInNonInterpolatableVariableValues() []string

GetVariablesKeysInNonInterpolatableVariableValues returns the VariablesKeysInNonInterpolatableVariableValues field value if set, zero value otherwise.

func (*Release) GetVariablesKeysInNonInterpolatableVariableValuesOk

func (o *Release) GetVariablesKeysInNonInterpolatableVariableValuesOk() ([]string, bool)

GetVariablesKeysInNonInterpolatableVariableValuesOk returns a tuple with the VariablesKeysInNonInterpolatableVariableValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) GetVariablesOk

func (o *Release) GetVariablesOk() ([]Variable, bool)

GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Release) HasAbortComment

func (o *Release) HasAbortComment() bool

HasAbortComment returns a boolean if a field has been set.

func (*Release) HasAbortOnFailure

func (o *Release) HasAbortOnFailure() bool

HasAbortOnFailure returns a boolean if a field has been set.

func (*Release) HasAborted

func (o *Release) HasAborted() bool

HasAborted returns a boolean if a field has been set.

func (*Release) HasActive

func (o *Release) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*Release) HasActiveTasks

func (o *Release) HasActiveTasks() bool

HasActiveTasks returns a boolean if a field has been set.

func (*Release) HasActualDuration

func (o *Release) HasActualDuration() bool

HasActualDuration returns a boolean if a field has been set.

func (*Release) HasAdminTeam

func (o *Release) HasAdminTeam() bool

HasAdminTeam returns a boolean if a field has been set.

func (*Release) HasAllGates

func (o *Release) HasAllGates() bool

HasAllGates returns a boolean if a field has been set.

func (*Release) HasAllPlanItems

func (o *Release) HasAllPlanItems() bool

HasAllPlanItems returns a boolean if a field has been set.

func (*Release) HasAllReleaseGlobalAndFolderVariables

func (o *Release) HasAllReleaseGlobalAndFolderVariables() bool

HasAllReleaseGlobalAndFolderVariables returns a boolean if a field has been set.

func (*Release) HasAllStringVariableValues

func (o *Release) HasAllStringVariableValues() bool

HasAllStringVariableValues returns a boolean if a field has been set.

func (*Release) HasAllTasks

func (o *Release) HasAllTasks() bool

HasAllTasks returns a boolean if a field has been set.

func (*Release) HasAllUserInputTasks

func (o *Release) HasAllUserInputTasks() bool

HasAllUserInputTasks returns a boolean if a field has been set.

func (*Release) HasAllVariableValuesAsStringsWithInterpolationInfo

func (o *Release) HasAllVariableValuesAsStringsWithInterpolationInfo() bool

HasAllVariableValuesAsStringsWithInterpolationInfo returns a boolean if a field has been set.

func (*Release) HasAllVariables

func (o *Release) HasAllVariables() bool

HasAllVariables returns a boolean if a field has been set.

func (*Release) HasAllowConcurrentReleasesFromTrigger

func (o *Release) HasAllowConcurrentReleasesFromTrigger() bool

HasAllowConcurrentReleasesFromTrigger returns a boolean if a field has been set.

func (*Release) HasAllowPasswordsInAllFields

func (o *Release) HasAllowPasswordsInAllFields() bool

HasAllowPasswordsInAllFields returns a boolean if a field has been set.

func (*Release) HasArchiveRelease

func (o *Release) HasArchiveRelease() bool

HasArchiveRelease returns a boolean if a field has been set.

func (*Release) HasArchived

func (o *Release) HasArchived() bool

HasArchived returns a boolean if a field has been set.

func (*Release) HasAttachments

func (o *Release) HasAttachments() bool

HasAttachments returns a boolean if a field has been set.

func (*Release) HasAutoStart

func (o *Release) HasAutoStart() bool

HasAutoStart returns a boolean if a field has been set.

func (*Release) HasAutomatedResumeCount

func (o *Release) HasAutomatedResumeCount() bool

HasAutomatedResumeCount returns a boolean if a field has been set.

func (*Release) HasCalendarLinkToken

func (o *Release) HasCalendarLinkToken() bool

HasCalendarLinkToken returns a boolean if a field has been set.

func (*Release) HasCalendarPublished

func (o *Release) HasCalendarPublished() bool

HasCalendarPublished returns a boolean if a field has been set.

func (*Release) HasChildren

func (o *Release) HasChildren() bool

HasChildren returns a boolean if a field has been set.

func (*Release) HasCiPropertyVariables

func (o *Release) HasCiPropertyVariables() bool

HasCiPropertyVariables returns a boolean if a field has been set.

func (*Release) HasCiUid

func (o *Release) HasCiUid() bool

HasCiUid returns a boolean if a field has been set.

func (*Release) HasComputedPlannedDuration

func (o *Release) HasComputedPlannedDuration() bool

HasComputedPlannedDuration returns a boolean if a field has been set.

func (*Release) HasCreatedFromTrigger

func (o *Release) HasCreatedFromTrigger() bool

HasCreatedFromTrigger returns a boolean if a field has been set.

func (*Release) HasCurrentPhase

func (o *Release) HasCurrentPhase() bool

HasCurrentPhase returns a boolean if a field has been set.

func (*Release) HasCurrentTask

func (o *Release) HasCurrentTask() bool

HasCurrentTask returns a boolean if a field has been set.

func (*Release) HasDefunct

func (o *Release) HasDefunct() bool

HasDefunct returns a boolean if a field has been set.

func (*Release) HasDescription

func (o *Release) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Release) HasDisableNotifications

func (o *Release) HasDisableNotifications() bool

HasDisableNotifications returns a boolean if a field has been set.

func (*Release) HasDisplayPath

func (o *Release) HasDisplayPath() bool

HasDisplayPath returns a boolean if a field has been set.

func (*Release) HasDone

func (o *Release) HasDone() bool

HasDone returns a boolean if a field has been set.

func (*Release) HasDueDate

func (o *Release) HasDueDate() bool

HasDueDate returns a boolean if a field has been set.

func (*Release) HasEndDate

func (o *Release) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*Release) HasEndOrDueDate

func (o *Release) HasEndOrDueDate() bool

HasEndOrDueDate returns a boolean if a field has been set.

func (*Release) HasExtensions

func (o *Release) HasExtensions() bool

HasExtensions returns a boolean if a field has been set.

func (*Release) HasFailed

func (o *Release) HasFailed() bool

HasFailed returns a boolean if a field has been set.

func (*Release) HasFailing

func (o *Release) HasFailing() bool

HasFailing returns a boolean if a field has been set.

func (*Release) HasFlagComment

func (o *Release) HasFlagComment() bool

HasFlagComment returns a boolean if a field has been set.

func (*Release) HasFlagStatus

func (o *Release) HasFlagStatus() bool

HasFlagStatus returns a boolean if a field has been set.

func (*Release) HasFlagged

func (o *Release) HasFlagged() bool

HasFlagged returns a boolean if a field has been set.

func (*Release) HasFolderVariables

func (o *Release) HasFolderVariables() bool

HasFolderVariables returns a boolean if a field has been set.

func (*Release) HasGlobalVariables

func (o *Release) HasGlobalVariables() bool

HasGlobalVariables returns a boolean if a field has been set.

func (*Release) HasId

func (o *Release) HasId() bool

HasId returns a boolean if a field has been set.

func (*Release) HasInProgress

func (o *Release) HasInProgress() bool

HasInProgress returns a boolean if a field has been set.

func (*Release) HasMaxAutomatedResumes

func (o *Release) HasMaxAutomatedResumes() bool

HasMaxAutomatedResumes returns a boolean if a field has been set.

func (*Release) HasMaxConcurrentReleases

func (o *Release) HasMaxConcurrentReleases() bool

HasMaxConcurrentReleases returns a boolean if a field has been set.

func (*Release) HasMemberViewers

func (o *Release) HasMemberViewers() bool

HasMemberViewers returns a boolean if a field has been set.

func (*Release) HasMetadata

func (o *Release) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*Release) HasOrCalculateDueDate

func (o *Release) HasOrCalculateDueDate() bool

HasOrCalculateDueDate returns a boolean if a field has been set.

func (*Release) HasOriginTemplateId

func (o *Release) HasOriginTemplateId() bool

HasOriginTemplateId returns a boolean if a field has been set.

func (*Release) HasOverdue

func (o *Release) HasOverdue() bool

HasOverdue returns a boolean if a field has been set.

func (*Release) HasOverdueNotified

func (o *Release) HasOverdueNotified() bool

HasOverdueNotified returns a boolean if a field has been set.

func (*Release) HasOwner

func (o *Release) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*Release) HasPasswordVariableValues

func (o *Release) HasPasswordVariableValues() bool

HasPasswordVariableValues returns a boolean if a field has been set.

func (*Release) HasPaused

func (o *Release) HasPaused() bool

HasPaused returns a boolean if a field has been set.

func (*Release) HasPending

func (o *Release) HasPending() bool

HasPending returns a boolean if a field has been set.

func (*Release) HasPhases

func (o *Release) HasPhases() bool

HasPhases returns a boolean if a field has been set.

func (*Release) HasPlanned

func (o *Release) HasPlanned() bool

HasPlanned returns a boolean if a field has been set.

func (*Release) HasPlannedDuration

func (o *Release) HasPlannedDuration() bool

HasPlannedDuration returns a boolean if a field has been set.

func (*Release) HasPlannedOrActive

func (o *Release) HasPlannedOrActive() bool

HasPlannedOrActive returns a boolean if a field has been set.

func (*Release) HasQueryableEndDate

func (o *Release) HasQueryableEndDate() bool

HasQueryableEndDate returns a boolean if a field has been set.

func (*Release) HasQueryableStartDate

func (o *Release) HasQueryableStartDate() bool

HasQueryableStartDate returns a boolean if a field has been set.

func (*Release) HasRealFlagStatus

func (o *Release) HasRealFlagStatus() bool

HasRealFlagStatus returns a boolean if a field has been set.

func (*Release) HasRelease

func (o *Release) HasRelease() bool

HasRelease returns a boolean if a field has been set.

func (*Release) HasReleaseAttachments

func (o *Release) HasReleaseAttachments() bool

HasReleaseAttachments returns a boolean if a field has been set.

func (*Release) HasReleaseTriggers

func (o *Release) HasReleaseTriggers() bool

HasReleaseTriggers returns a boolean if a field has been set.

func (*Release) HasReleaseUid

func (o *Release) HasReleaseUid() bool

HasReleaseUid returns a boolean if a field has been set.

func (*Release) HasRiskProfile

func (o *Release) HasRiskProfile() bool

HasRiskProfile returns a boolean if a field has been set.

func (*Release) HasRoleViewers

func (o *Release) HasRoleViewers() bool

HasRoleViewers returns a boolean if a field has been set.

func (*Release) HasRootReleaseId

func (o *Release) HasRootReleaseId() bool

HasRootReleaseId returns a boolean if a field has been set.

func (*Release) HasScheduledStartDate

func (o *Release) HasScheduledStartDate() bool

HasScheduledStartDate returns a boolean if a field has been set.

func (*Release) HasScriptUserPassword

func (o *Release) HasScriptUserPassword() bool

HasScriptUserPassword returns a boolean if a field has been set.

func (*Release) HasScriptUsername

func (o *Release) HasScriptUsername() bool

HasScriptUsername returns a boolean if a field has been set.

func (*Release) HasStartDate

func (o *Release) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*Release) HasStartOrScheduledDate

func (o *Release) HasStartOrScheduledDate() bool

HasStartOrScheduledDate returns a boolean if a field has been set.

func (*Release) HasStartedFromTaskId

func (o *Release) HasStartedFromTaskId() bool

HasStartedFromTaskId returns a boolean if a field has been set.

func (*Release) HasStatus

func (o *Release) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*Release) HasTags

func (o *Release) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*Release) HasTeams

func (o *Release) HasTeams() bool

HasTeams returns a boolean if a field has been set.

func (*Release) HasTemplate

func (o *Release) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

func (*Release) HasTitle

func (o *Release) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*Release) HasTutorial

func (o *Release) HasTutorial() bool

HasTutorial returns a boolean if a field has been set.

func (*Release) HasType

func (o *Release) HasType() bool

HasType returns a boolean if a field has been set.

func (*Release) HasUpdatable

func (o *Release) HasUpdatable() bool

HasUpdatable returns a boolean if a field has been set.

func (*Release) HasUrl

func (o *Release) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (*Release) HasVariableMapping

func (o *Release) HasVariableMapping() bool

HasVariableMapping returns a boolean if a field has been set.

func (*Release) HasVariableUsages

func (o *Release) HasVariableUsages() bool

HasVariableUsages returns a boolean if a field has been set.

func (*Release) HasVariableValues

func (o *Release) HasVariableValues() bool

HasVariableValues returns a boolean if a field has been set.

func (*Release) HasVariables

func (o *Release) HasVariables() bool

HasVariables returns a boolean if a field has been set.

func (*Release) HasVariablesByKeys

func (o *Release) HasVariablesByKeys() bool

HasVariablesByKeys returns a boolean if a field has been set.

func (*Release) HasVariablesKeysInNonInterpolatableVariableValues

func (o *Release) HasVariablesKeysInNonInterpolatableVariableValues() bool

HasVariablesKeysInNonInterpolatableVariableValues returns a boolean if a field has been set.

func (Release) MarshalJSON

func (o Release) MarshalJSON() ([]byte, error)

func (*Release) SetAbortComment

func (o *Release) SetAbortComment(v string)

SetAbortComment gets a reference to the given string and assigns it to the AbortComment field.

func (*Release) SetAbortOnFailure

func (o *Release) SetAbortOnFailure(v bool)

SetAbortOnFailure gets a reference to the given bool and assigns it to the AbortOnFailure field.

func (*Release) SetAborted

func (o *Release) SetAborted(v bool)

SetAborted gets a reference to the given bool and assigns it to the Aborted field.

func (*Release) SetActive

func (o *Release) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*Release) SetActiveTasks

func (o *Release) SetActiveTasks(v []Task)

SetActiveTasks gets a reference to the given []Task and assigns it to the ActiveTasks field.

func (*Release) SetActualDuration

func (o *Release) SetActualDuration(v map[string]interface{})

SetActualDuration gets a reference to the given map[string]interface{} and assigns it to the ActualDuration field.

func (*Release) SetAdminTeam

func (o *Release) SetAdminTeam(v Team)

SetAdminTeam gets a reference to the given Team and assigns it to the AdminTeam field.

func (*Release) SetAllGates

func (o *Release) SetAllGates(v []GateTask)

SetAllGates gets a reference to the given []GateTask and assigns it to the AllGates field.

func (*Release) SetAllPlanItems

func (o *Release) SetAllPlanItems(v []PlanItem)

SetAllPlanItems gets a reference to the given []PlanItem and assigns it to the AllPlanItems field.

func (*Release) SetAllReleaseGlobalAndFolderVariables

func (o *Release) SetAllReleaseGlobalAndFolderVariables(v []Variable)

SetAllReleaseGlobalAndFolderVariables gets a reference to the given []Variable and assigns it to the AllReleaseGlobalAndFolderVariables field.

func (*Release) SetAllStringVariableValues

func (o *Release) SetAllStringVariableValues(v map[string]string)

SetAllStringVariableValues gets a reference to the given map[string]string and assigns it to the AllStringVariableValues field.

func (*Release) SetAllTasks

func (o *Release) SetAllTasks(v []Task)

SetAllTasks gets a reference to the given []Task and assigns it to the AllTasks field.

func (*Release) SetAllUserInputTasks

func (o *Release) SetAllUserInputTasks(v []UserInputTask)

SetAllUserInputTasks gets a reference to the given []UserInputTask and assigns it to the AllUserInputTasks field.

func (*Release) SetAllVariableValuesAsStringsWithInterpolationInfo

func (o *Release) SetAllVariableValuesAsStringsWithInterpolationInfo(v map[string]ValueWithInterpolation)

SetAllVariableValuesAsStringsWithInterpolationInfo gets a reference to the given map[string]ValueWithInterpolation and assigns it to the AllVariableValuesAsStringsWithInterpolationInfo field.

func (*Release) SetAllVariables

func (o *Release) SetAllVariables(v []Variable)

SetAllVariables gets a reference to the given []Variable and assigns it to the AllVariables field.

func (*Release) SetAllowConcurrentReleasesFromTrigger

func (o *Release) SetAllowConcurrentReleasesFromTrigger(v bool)

SetAllowConcurrentReleasesFromTrigger gets a reference to the given bool and assigns it to the AllowConcurrentReleasesFromTrigger field.

func (*Release) SetAllowPasswordsInAllFields

func (o *Release) SetAllowPasswordsInAllFields(v bool)

SetAllowPasswordsInAllFields gets a reference to the given bool and assigns it to the AllowPasswordsInAllFields field.

func (*Release) SetArchiveRelease

func (o *Release) SetArchiveRelease(v bool)

SetArchiveRelease gets a reference to the given bool and assigns it to the ArchiveRelease field.

func (*Release) SetArchived

func (o *Release) SetArchived(v bool)

SetArchived gets a reference to the given bool and assigns it to the Archived field.

func (*Release) SetAttachments

func (o *Release) SetAttachments(v []Attachment)

SetAttachments gets a reference to the given []Attachment and assigns it to the Attachments field.

func (*Release) SetAutoStart

func (o *Release) SetAutoStart(v bool)

SetAutoStart gets a reference to the given bool and assigns it to the AutoStart field.

func (*Release) SetAutomatedResumeCount

func (o *Release) SetAutomatedResumeCount(v int32)

SetAutomatedResumeCount gets a reference to the given int32 and assigns it to the AutomatedResumeCount field.

func (*Release) SetCalendarLinkToken

func (o *Release) SetCalendarLinkToken(v string)

SetCalendarLinkToken gets a reference to the given string and assigns it to the CalendarLinkToken field.

func (*Release) SetCalendarPublished

func (o *Release) SetCalendarPublished(v bool)

SetCalendarPublished gets a reference to the given bool and assigns it to the CalendarPublished field.

func (*Release) SetChildren

func (o *Release) SetChildren(v []PlanItem)

SetChildren gets a reference to the given []PlanItem and assigns it to the Children field.

func (*Release) SetCiPropertyVariables

func (o *Release) SetCiPropertyVariables(v []Variable)

SetCiPropertyVariables gets a reference to the given []Variable and assigns it to the CiPropertyVariables field.

func (*Release) SetCiUid

func (o *Release) SetCiUid(v int32)

SetCiUid gets a reference to the given int32 and assigns it to the CiUid field.

func (*Release) SetComputedPlannedDuration

func (o *Release) SetComputedPlannedDuration(v map[string]interface{})

SetComputedPlannedDuration gets a reference to the given map[string]interface{} and assigns it to the ComputedPlannedDuration field.

func (*Release) SetCreatedFromTrigger

func (o *Release) SetCreatedFromTrigger(v bool)

SetCreatedFromTrigger gets a reference to the given bool and assigns it to the CreatedFromTrigger field.

func (*Release) SetCurrentPhase

func (o *Release) SetCurrentPhase(v Phase)

SetCurrentPhase gets a reference to the given Phase and assigns it to the CurrentPhase field.

func (*Release) SetCurrentTask

func (o *Release) SetCurrentTask(v Task)

SetCurrentTask gets a reference to the given Task and assigns it to the CurrentTask field.

func (*Release) SetDefunct

func (o *Release) SetDefunct(v bool)

SetDefunct gets a reference to the given bool and assigns it to the Defunct field.

func (*Release) SetDescription

func (o *Release) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Release) SetDisableNotifications

func (o *Release) SetDisableNotifications(v bool)

SetDisableNotifications gets a reference to the given bool and assigns it to the DisableNotifications field.

func (*Release) SetDisplayPath

func (o *Release) SetDisplayPath(v string)

SetDisplayPath gets a reference to the given string and assigns it to the DisplayPath field.

func (*Release) SetDone

func (o *Release) SetDone(v bool)

SetDone gets a reference to the given bool and assigns it to the Done field.

func (*Release) SetDueDate

func (o *Release) SetDueDate(v time.Time)

SetDueDate gets a reference to the given time.Time and assigns it to the DueDate field.

func (*Release) SetEndDate

func (o *Release) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*Release) SetEndOrDueDate

func (o *Release) SetEndOrDueDate(v time.Time)

SetEndOrDueDate gets a reference to the given time.Time and assigns it to the EndOrDueDate field.

func (*Release) SetExtensions

func (o *Release) SetExtensions(v []ReleaseExtension)

SetExtensions gets a reference to the given []ReleaseExtension and assigns it to the Extensions field.

func (*Release) SetFailed

func (o *Release) SetFailed(v bool)

SetFailed gets a reference to the given bool and assigns it to the Failed field.

func (*Release) SetFailing

func (o *Release) SetFailing(v bool)

SetFailing gets a reference to the given bool and assigns it to the Failing field.

func (*Release) SetFlagComment

func (o *Release) SetFlagComment(v string)

SetFlagComment gets a reference to the given string and assigns it to the FlagComment field.

func (*Release) SetFlagStatus

func (o *Release) SetFlagStatus(v FlagStatus)

SetFlagStatus gets a reference to the given FlagStatus and assigns it to the FlagStatus field.

func (*Release) SetFlagged

func (o *Release) SetFlagged(v bool)

SetFlagged gets a reference to the given bool and assigns it to the Flagged field.

func (*Release) SetFolderVariables

func (o *Release) SetFolderVariables(v FolderVariables)

SetFolderVariables gets a reference to the given FolderVariables and assigns it to the FolderVariables field.

func (*Release) SetGlobalVariables

func (o *Release) SetGlobalVariables(v GlobalVariables)

SetGlobalVariables gets a reference to the given GlobalVariables and assigns it to the GlobalVariables field.

func (*Release) SetId

func (o *Release) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Release) SetInProgress

func (o *Release) SetInProgress(v bool)

SetInProgress gets a reference to the given bool and assigns it to the InProgress field.

func (*Release) SetMaxAutomatedResumes

func (o *Release) SetMaxAutomatedResumes(v int32)

SetMaxAutomatedResumes gets a reference to the given int32 and assigns it to the MaxAutomatedResumes field.

func (*Release) SetMaxConcurrentReleases

func (o *Release) SetMaxConcurrentReleases(v int32)

SetMaxConcurrentReleases gets a reference to the given int32 and assigns it to the MaxConcurrentReleases field.

func (*Release) SetMemberViewers

func (o *Release) SetMemberViewers(v []string)

SetMemberViewers gets a reference to the given []string and assigns it to the MemberViewers field. Deprecated

func (*Release) SetMetadata

func (o *Release) SetMetadata(v map[string]map[string]interface{})

SetMetadata gets a reference to the given map[string]map[string]interface{} and assigns it to the Metadata field.

func (*Release) SetOrCalculateDueDate

func (o *Release) SetOrCalculateDueDate(v time.Time)

SetOrCalculateDueDate gets a reference to the given NullableTime and assigns it to the OrCalculateDueDate field.

func (*Release) SetOrCalculateDueDateNil

func (o *Release) SetOrCalculateDueDateNil()

SetOrCalculateDueDateNil sets the value for OrCalculateDueDate to be an explicit nil

func (*Release) SetOriginTemplateId

func (o *Release) SetOriginTemplateId(v string)

SetOriginTemplateId gets a reference to the given string and assigns it to the OriginTemplateId field.

func (*Release) SetOverdue

func (o *Release) SetOverdue(v bool)

SetOverdue gets a reference to the given bool and assigns it to the Overdue field.

func (*Release) SetOverdueNotified

func (o *Release) SetOverdueNotified(v bool)

SetOverdueNotified gets a reference to the given bool and assigns it to the OverdueNotified field.

func (*Release) SetOwner

func (o *Release) SetOwner(v string)

SetOwner gets a reference to the given string and assigns it to the Owner field.

func (*Release) SetPasswordVariableValues

func (o *Release) SetPasswordVariableValues(v map[string]map[string]interface{})

SetPasswordVariableValues gets a reference to the given map[string]map[string]interface{} and assigns it to the PasswordVariableValues field.

func (*Release) SetPaused

func (o *Release) SetPaused(v bool)

SetPaused gets a reference to the given bool and assigns it to the Paused field.

func (*Release) SetPending

func (o *Release) SetPending(v bool)

SetPending gets a reference to the given bool and assigns it to the Pending field.

func (*Release) SetPhases

func (o *Release) SetPhases(v []Phase)

SetPhases gets a reference to the given []Phase and assigns it to the Phases field.

func (*Release) SetPlanned

func (o *Release) SetPlanned(v bool)

SetPlanned gets a reference to the given bool and assigns it to the Planned field.

func (*Release) SetPlannedDuration

func (o *Release) SetPlannedDuration(v int32)

SetPlannedDuration gets a reference to the given int32 and assigns it to the PlannedDuration field.

func (*Release) SetPlannedOrActive

func (o *Release) SetPlannedOrActive(v bool)

SetPlannedOrActive gets a reference to the given bool and assigns it to the PlannedOrActive field.

func (*Release) SetQueryableEndDate

func (o *Release) SetQueryableEndDate(v time.Time)

SetQueryableEndDate gets a reference to the given time.Time and assigns it to the QueryableEndDate field.

func (*Release) SetQueryableStartDate

func (o *Release) SetQueryableStartDate(v time.Time)

SetQueryableStartDate gets a reference to the given time.Time and assigns it to the QueryableStartDate field.

func (*Release) SetRealFlagStatus

func (o *Release) SetRealFlagStatus(v FlagStatus)

SetRealFlagStatus gets a reference to the given FlagStatus and assigns it to the RealFlagStatus field.

func (*Release) SetRelease

func (o *Release) SetRelease(v Release)

SetRelease gets a reference to the given Release and assigns it to the Release field.

func (*Release) SetReleaseAttachments

func (o *Release) SetReleaseAttachments(v []Attachment)

SetReleaseAttachments gets a reference to the given []Attachment and assigns it to the ReleaseAttachments field.

func (*Release) SetReleaseTriggers

func (o *Release) SetReleaseTriggers(v []ReleaseTrigger)

SetReleaseTriggers gets a reference to the given []ReleaseTrigger and assigns it to the ReleaseTriggers field. Deprecated

func (*Release) SetReleaseUid

func (o *Release) SetReleaseUid(v int32)

SetReleaseUid gets a reference to the given int32 and assigns it to the ReleaseUid field.

func (*Release) SetRiskProfile

func (o *Release) SetRiskProfile(v interface{})

SetRiskProfile gets a reference to the given interface{} and assigns it to the RiskProfile field.

func (*Release) SetRoleViewers

func (o *Release) SetRoleViewers(v []string)

SetRoleViewers gets a reference to the given []string and assigns it to the RoleViewers field. Deprecated

func (*Release) SetRootReleaseId

func (o *Release) SetRootReleaseId(v string)

SetRootReleaseId gets a reference to the given string and assigns it to the RootReleaseId field.

func (*Release) SetScheduledStartDate

func (o *Release) SetScheduledStartDate(v time.Time)

SetScheduledStartDate gets a reference to the given time.Time and assigns it to the ScheduledStartDate field.

func (*Release) SetScriptUserPassword

func (o *Release) SetScriptUserPassword(v string)

SetScriptUserPassword gets a reference to the given string and assigns it to the ScriptUserPassword field.

func (*Release) SetScriptUsername

func (o *Release) SetScriptUsername(v string)

SetScriptUsername gets a reference to the given string and assigns it to the ScriptUsername field.

func (*Release) SetStartDate

func (o *Release) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*Release) SetStartOrScheduledDate

func (o *Release) SetStartOrScheduledDate(v time.Time)

SetStartOrScheduledDate gets a reference to the given time.Time and assigns it to the StartOrScheduledDate field.

func (*Release) SetStartedFromTaskId

func (o *Release) SetStartedFromTaskId(v string)

SetStartedFromTaskId gets a reference to the given string and assigns it to the StartedFromTaskId field.

func (*Release) SetStatus

func (o *Release) SetStatus(v ReleaseStatus)

SetStatus gets a reference to the given ReleaseStatus and assigns it to the Status field.

func (*Release) SetTags

func (o *Release) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*Release) SetTeams

func (o *Release) SetTeams(v []Team)

SetTeams gets a reference to the given []Team and assigns it to the Teams field.

func (*Release) SetTemplate

func (o *Release) SetTemplate(v bool)

SetTemplate gets a reference to the given bool and assigns it to the Template field.

func (*Release) SetTitle

func (o *Release) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*Release) SetTutorial

func (o *Release) SetTutorial(v bool)

SetTutorial gets a reference to the given bool and assigns it to the Tutorial field.

func (*Release) SetType

func (o *Release) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Release) SetUpdatable

func (o *Release) SetUpdatable(v bool)

SetUpdatable gets a reference to the given bool and assigns it to the Updatable field.

func (*Release) SetUrl

func (o *Release) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (*Release) SetVariableMapping

func (o *Release) SetVariableMapping(v map[string]string)

SetVariableMapping gets a reference to the given map[string]string and assigns it to the VariableMapping field.

func (*Release) SetVariableUsages

func (o *Release) SetVariableUsages(v []UsagePoint)

SetVariableUsages gets a reference to the given []UsagePoint and assigns it to the VariableUsages field.

func (*Release) SetVariableValues

func (o *Release) SetVariableValues(v map[string]map[string]interface{})

SetVariableValues gets a reference to the given map[string]map[string]interface{} and assigns it to the VariableValues field.

func (*Release) SetVariables

func (o *Release) SetVariables(v []Variable)

SetVariables gets a reference to the given []Variable and assigns it to the Variables field.

func (*Release) SetVariablesByKeys

func (o *Release) SetVariablesByKeys(v map[string]Variable)

SetVariablesByKeys gets a reference to the given map[string]Variable and assigns it to the VariablesByKeys field.

func (*Release) SetVariablesKeysInNonInterpolatableVariableValues

func (o *Release) SetVariablesKeysInNonInterpolatableVariableValues(v []string)

SetVariablesKeysInNonInterpolatableVariableValues gets a reference to the given []string and assigns it to the VariablesKeysInNonInterpolatableVariableValues field.

func (Release) ToMap

func (o Release) ToMap() (map[string]interface{}, error)

func (*Release) UnsetOrCalculateDueDate

func (o *Release) UnsetOrCalculateDueDate()

UnsetOrCalculateDueDate ensures that no value is present for OrCalculateDueDate, not even an explicit nil

type ReleaseApiService

type ReleaseApiService service

ReleaseApiService ReleaseApi service

func (*ReleaseApiService) Abort

func (a *ReleaseApiService) Abort(ctx context.Context, releaseId string) ApiAbortRequest

Abort Method for Abort

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiAbortRequest

func (*ReleaseApiService) AbortExecute

func (a *ReleaseApiService) AbortExecute(r ApiAbortRequest) (*Release, *http.Response, error)

Execute executes the request

@return Release

func (*ReleaseApiService) CountReleases

CountReleases Method for CountReleases

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCountReleasesRequest

func (*ReleaseApiService) CountReleasesExecute

Execute executes the request

@return ReleaseCountResults

func (*ReleaseApiService) CreateReleaseVariable

func (a *ReleaseApiService) CreateReleaseVariable(ctx context.Context, releaseId string) ApiCreateReleaseVariableRequest

CreateReleaseVariable Method for CreateReleaseVariable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiCreateReleaseVariableRequest

func (*ReleaseApiService) CreateReleaseVariableExecute

func (a *ReleaseApiService) CreateReleaseVariableExecute(r ApiCreateReleaseVariableRequest) (*Variable, *http.Response, error)

Execute executes the request

@return Variable

func (*ReleaseApiService) DeleteRelease

func (a *ReleaseApiService) DeleteRelease(ctx context.Context, releaseId string) ApiDeleteReleaseRequest

DeleteRelease Method for DeleteRelease

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiDeleteReleaseRequest

func (*ReleaseApiService) DeleteReleaseExecute

func (a *ReleaseApiService) DeleteReleaseExecute(r ApiDeleteReleaseRequest) (*http.Response, error)

Execute executes the request

func (*ReleaseApiService) DeleteReleaseVariable

func (a *ReleaseApiService) DeleteReleaseVariable(ctx context.Context, variableId string) ApiDeleteReleaseVariableRequest

DeleteReleaseVariable Method for DeleteReleaseVariable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param variableId
@return ApiDeleteReleaseVariableRequest

func (*ReleaseApiService) DeleteReleaseVariableExecute

func (a *ReleaseApiService) DeleteReleaseVariableExecute(r ApiDeleteReleaseVariableRequest) (*http.Response, error)

Execute executes the request

func (*ReleaseApiService) DownloadAttachment

func (a *ReleaseApiService) DownloadAttachment(ctx context.Context, attachmentId string) ApiDownloadAttachmentRequest

DownloadAttachment Method for DownloadAttachment

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param attachmentId
@return ApiDownloadAttachmentRequest

func (*ReleaseApiService) DownloadAttachmentExecute

func (a *ReleaseApiService) DownloadAttachmentExecute(r ApiDownloadAttachmentRequest) (*http.Response, error)

Execute executes the request

func (*ReleaseApiService) FullSearchReleases

FullSearchReleases Method for FullSearchReleases

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiFullSearchReleasesRequest

func (*ReleaseApiService) FullSearchReleasesExecute

Execute executes the request

@return ReleaseFullSearchResult

func (*ReleaseApiService) GetActiveTasks

func (a *ReleaseApiService) GetActiveTasks(ctx context.Context, releaseId string) ApiGetActiveTasksRequest

GetActiveTasks Method for GetActiveTasks

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiGetActiveTasksRequest

func (*ReleaseApiService) GetActiveTasksExecute

func (a *ReleaseApiService) GetActiveTasksExecute(r ApiGetActiveTasksRequest) ([]Task, *http.Response, error)

Execute executes the request

@return []Task

func (*ReleaseApiService) GetArchivedRelease

func (a *ReleaseApiService) GetArchivedRelease(ctx context.Context, releaseId string) ApiGetArchivedReleaseRequest

GetArchivedRelease Method for GetArchivedRelease

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiGetArchivedReleaseRequest

func (*ReleaseApiService) GetArchivedReleaseExecute

func (a *ReleaseApiService) GetArchivedReleaseExecute(r ApiGetArchivedReleaseRequest) (*Release, *http.Response, error)

Execute executes the request

@return Release

func (*ReleaseApiService) GetPossibleReleaseVariableValues

func (a *ReleaseApiService) GetPossibleReleaseVariableValues(ctx context.Context, variableId string) ApiGetPossibleReleaseVariableValuesRequest

GetPossibleReleaseVariableValues Method for GetPossibleReleaseVariableValues

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param variableId
@return ApiGetPossibleReleaseVariableValuesRequest

func (*ReleaseApiService) GetPossibleReleaseVariableValuesExecute

func (a *ReleaseApiService) GetPossibleReleaseVariableValuesExecute(r ApiGetPossibleReleaseVariableValuesRequest) ([]map[string]interface{}, *http.Response, error)

Execute executes the request

@return []map[string]interface{}

func (*ReleaseApiService) GetRelease

func (a *ReleaseApiService) GetRelease(ctx context.Context, releaseId string) ApiGetReleaseRequest

GetRelease Method for GetRelease

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiGetReleaseRequest

func (*ReleaseApiService) GetReleaseExecute

func (a *ReleaseApiService) GetReleaseExecute(r ApiGetReleaseRequest) (*Release, *http.Response, error)

Execute executes the request

@return Release

func (*ReleaseApiService) GetReleasePermissions

func (a *ReleaseApiService) GetReleasePermissions(ctx context.Context) ApiGetReleasePermissionsRequest

GetReleasePermissions Method for GetReleasePermissions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetReleasePermissionsRequest

func (*ReleaseApiService) GetReleasePermissionsExecute

func (a *ReleaseApiService) GetReleasePermissionsExecute(r ApiGetReleasePermissionsRequest) ([]string, *http.Response, error)

Execute executes the request

@return []string

func (*ReleaseApiService) GetReleaseTeams

func (a *ReleaseApiService) GetReleaseTeams(ctx context.Context, releaseId string) ApiGetReleaseTeamsRequest

GetReleaseTeams Method for GetReleaseTeams

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiGetReleaseTeamsRequest

func (*ReleaseApiService) GetReleaseTeamsExecute

func (a *ReleaseApiService) GetReleaseTeamsExecute(r ApiGetReleaseTeamsRequest) ([]TeamView, *http.Response, error)

Execute executes the request

@return []TeamView

func (*ReleaseApiService) GetReleaseVariable

func (a *ReleaseApiService) GetReleaseVariable(ctx context.Context, variableId string) ApiGetReleaseVariableRequest

GetReleaseVariable Method for GetReleaseVariable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param variableId
@return ApiGetReleaseVariableRequest

func (*ReleaseApiService) GetReleaseVariableExecute

func (a *ReleaseApiService) GetReleaseVariableExecute(r ApiGetReleaseVariableRequest) (*Variable, *http.Response, error)

Execute executes the request

@return Variable

func (*ReleaseApiService) GetReleaseVariables

func (a *ReleaseApiService) GetReleaseVariables(ctx context.Context, releaseId string) ApiGetReleaseVariablesRequest

GetReleaseVariables Method for GetReleaseVariables

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiGetReleaseVariablesRequest

func (*ReleaseApiService) GetReleaseVariablesExecute

func (a *ReleaseApiService) GetReleaseVariablesExecute(r ApiGetReleaseVariablesRequest) ([]Variable, *http.Response, error)

Execute executes the request

@return []Variable

func (*ReleaseApiService) GetReleases

GetReleases Method for GetReleases

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetReleasesRequest

func (*ReleaseApiService) GetReleasesExecute

func (a *ReleaseApiService) GetReleasesExecute(r ApiGetReleasesRequest) ([]Release, *http.Response, error)

Execute executes the request

@return []Release

func (*ReleaseApiService) GetVariableValues

func (a *ReleaseApiService) GetVariableValues(ctx context.Context, releaseId string) ApiGetVariableValuesRequest

GetVariableValues Method for GetVariableValues

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiGetVariableValuesRequest

func (*ReleaseApiService) GetVariableValuesExecute

func (a *ReleaseApiService) GetVariableValuesExecute(r ApiGetVariableValuesRequest) (map[string]string, *http.Response, error)

Execute executes the request

@return map[string]string

func (*ReleaseApiService) IsVariableUsedRelease

func (a *ReleaseApiService) IsVariableUsedRelease(ctx context.Context, variableId string) ApiIsVariableUsedReleaseRequest

IsVariableUsedRelease Method for IsVariableUsedRelease

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param variableId
@return ApiIsVariableUsedReleaseRequest

func (*ReleaseApiService) IsVariableUsedReleaseExecute

func (a *ReleaseApiService) IsVariableUsedReleaseExecute(r ApiIsVariableUsedReleaseRequest) (bool, *http.Response, error)

Execute executes the request

@return bool

func (*ReleaseApiService) ReplaceReleaseVariables

func (a *ReleaseApiService) ReplaceReleaseVariables(ctx context.Context, variableId string) ApiReplaceReleaseVariablesRequest

ReplaceReleaseVariables Method for ReplaceReleaseVariables

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param variableId
@return ApiReplaceReleaseVariablesRequest

func (*ReleaseApiService) ReplaceReleaseVariablesExecute

func (a *ReleaseApiService) ReplaceReleaseVariablesExecute(r ApiReplaceReleaseVariablesRequest) (*http.Response, error)

Execute executes the request

func (*ReleaseApiService) RestartPhases

func (a *ReleaseApiService) RestartPhases(ctx context.Context, releaseId string) ApiRestartPhasesRequest

RestartPhases Method for RestartPhases

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiRestartPhasesRequest

func (*ReleaseApiService) RestartPhasesExecute

func (a *ReleaseApiService) RestartPhasesExecute(r ApiRestartPhasesRequest) (*Release, *http.Response, error)

Execute executes the request

@return Release

func (*ReleaseApiService) Resume

func (a *ReleaseApiService) Resume(ctx context.Context, releaseId string) ApiResumeRequest

Resume Method for Resume

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiResumeRequest

func (*ReleaseApiService) ResumeExecute

func (a *ReleaseApiService) ResumeExecute(r ApiResumeRequest) (*Release, *http.Response, error)

Execute executes the request

@return Release

func (*ReleaseApiService) SearchReleasesByTitle

func (a *ReleaseApiService) SearchReleasesByTitle(ctx context.Context) ApiSearchReleasesByTitleRequest

SearchReleasesByTitle Method for SearchReleasesByTitle

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchReleasesByTitleRequest

func (*ReleaseApiService) SearchReleasesByTitleExecute

func (a *ReleaseApiService) SearchReleasesByTitleExecute(r ApiSearchReleasesByTitleRequest) ([]Release, *http.Response, error)

Execute executes the request

@return []Release

func (*ReleaseApiService) SearchReleasesRelease

func (a *ReleaseApiService) SearchReleasesRelease(ctx context.Context) ApiSearchReleasesReleaseRequest

SearchReleasesRelease Method for SearchReleasesRelease

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchReleasesReleaseRequest

func (*ReleaseApiService) SearchReleasesReleaseExecute

func (a *ReleaseApiService) SearchReleasesReleaseExecute(r ApiSearchReleasesReleaseRequest) ([]Release, *http.Response, error)

Execute executes the request

@return []Release

func (*ReleaseApiService) SetReleaseTeams

func (a *ReleaseApiService) SetReleaseTeams(ctx context.Context, releaseId string) ApiSetReleaseTeamsRequest

SetReleaseTeams Method for SetReleaseTeams

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiSetReleaseTeamsRequest

func (*ReleaseApiService) SetReleaseTeamsExecute

func (a *ReleaseApiService) SetReleaseTeamsExecute(r ApiSetReleaseTeamsRequest) ([]TeamView, *http.Response, error)

Execute executes the request

@return []TeamView

func (*ReleaseApiService) StartRelease

func (a *ReleaseApiService) StartRelease(ctx context.Context, releaseId string) ApiStartReleaseRequest

StartRelease Method for StartRelease

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiStartReleaseRequest

func (*ReleaseApiService) StartReleaseExecute

func (a *ReleaseApiService) StartReleaseExecute(r ApiStartReleaseRequest) (*Release, *http.Response, error)

Execute executes the request

@return Release

func (*ReleaseApiService) UpdateRelease

func (a *ReleaseApiService) UpdateRelease(ctx context.Context, releaseId string) ApiUpdateReleaseRequest

UpdateRelease Method for UpdateRelease

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiUpdateReleaseRequest

func (*ReleaseApiService) UpdateReleaseExecute

func (a *ReleaseApiService) UpdateReleaseExecute(r ApiUpdateReleaseRequest) (*Release, *http.Response, error)

Execute executes the request

@return Release

func (*ReleaseApiService) UpdateReleaseVariable

func (a *ReleaseApiService) UpdateReleaseVariable(ctx context.Context, variableId string) ApiUpdateReleaseVariableRequest

UpdateReleaseVariable Method for UpdateReleaseVariable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param variableId
@return ApiUpdateReleaseVariableRequest

func (*ReleaseApiService) UpdateReleaseVariableExecute

func (a *ReleaseApiService) UpdateReleaseVariableExecute(r ApiUpdateReleaseVariableRequest) (*Variable, *http.Response, error)

Execute executes the request

@return Variable

func (*ReleaseApiService) UpdateReleaseVariables

func (a *ReleaseApiService) UpdateReleaseVariables(ctx context.Context, releaseId string) ApiUpdateReleaseVariablesRequest

UpdateReleaseVariables Method for UpdateReleaseVariables

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiUpdateReleaseVariablesRequest

func (*ReleaseApiService) UpdateReleaseVariablesExecute

func (a *ReleaseApiService) UpdateReleaseVariablesExecute(r ApiUpdateReleaseVariablesRequest) ([]Variable, *http.Response, error)

Execute executes the request

@return []Variable

type ReleaseConfiguration

type ReleaseConfiguration struct {
	FolderId        *string            `json:"folderId,omitempty"`
	Title           *string            `json:"title,omitempty"`
	VariableMapping *map[string]string `json:"variableMapping,omitempty"`
}

ReleaseConfiguration struct for ReleaseConfiguration

func NewReleaseConfiguration

func NewReleaseConfiguration() *ReleaseConfiguration

NewReleaseConfiguration instantiates a new ReleaseConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReleaseConfigurationWithDefaults

func NewReleaseConfigurationWithDefaults() *ReleaseConfiguration

NewReleaseConfigurationWithDefaults instantiates a new ReleaseConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReleaseConfiguration) GetFolderId

func (o *ReleaseConfiguration) GetFolderId() string

GetFolderId returns the FolderId field value if set, zero value otherwise.

func (*ReleaseConfiguration) GetFolderIdOk

func (o *ReleaseConfiguration) GetFolderIdOk() (*string, bool)

GetFolderIdOk returns a tuple with the FolderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseConfiguration) GetTitle

func (o *ReleaseConfiguration) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ReleaseConfiguration) GetTitleOk

func (o *ReleaseConfiguration) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseConfiguration) GetVariableMapping

func (o *ReleaseConfiguration) GetVariableMapping() map[string]string

GetVariableMapping returns the VariableMapping field value if set, zero value otherwise.

func (*ReleaseConfiguration) GetVariableMappingOk

func (o *ReleaseConfiguration) GetVariableMappingOk() (*map[string]string, bool)

GetVariableMappingOk returns a tuple with the VariableMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseConfiguration) HasFolderId

func (o *ReleaseConfiguration) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

func (*ReleaseConfiguration) HasTitle

func (o *ReleaseConfiguration) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*ReleaseConfiguration) HasVariableMapping

func (o *ReleaseConfiguration) HasVariableMapping() bool

HasVariableMapping returns a boolean if a field has been set.

func (ReleaseConfiguration) MarshalJSON

func (o ReleaseConfiguration) MarshalJSON() ([]byte, error)

func (*ReleaseConfiguration) SetFolderId

func (o *ReleaseConfiguration) SetFolderId(v string)

SetFolderId gets a reference to the given string and assigns it to the FolderId field.

func (*ReleaseConfiguration) SetTitle

func (o *ReleaseConfiguration) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*ReleaseConfiguration) SetVariableMapping

func (o *ReleaseConfiguration) SetVariableMapping(v map[string]string)

SetVariableMapping gets a reference to the given map[string]string and assigns it to the VariableMapping field.

func (ReleaseConfiguration) ToMap

func (o ReleaseConfiguration) ToMap() (map[string]interface{}, error)

type ReleaseCountResult

type ReleaseCountResult struct {
	Total    *int32            `json:"total,omitempty"`
	ByStatus *map[string]int32 `json:"byStatus,omitempty"`
}

ReleaseCountResult struct for ReleaseCountResult

func NewReleaseCountResult

func NewReleaseCountResult() *ReleaseCountResult

NewReleaseCountResult instantiates a new ReleaseCountResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReleaseCountResultWithDefaults

func NewReleaseCountResultWithDefaults() *ReleaseCountResult

NewReleaseCountResultWithDefaults instantiates a new ReleaseCountResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReleaseCountResult) GetByStatus

func (o *ReleaseCountResult) GetByStatus() map[string]int32

GetByStatus returns the ByStatus field value if set, zero value otherwise.

func (*ReleaseCountResult) GetByStatusOk

func (o *ReleaseCountResult) GetByStatusOk() (*map[string]int32, bool)

GetByStatusOk returns a tuple with the ByStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseCountResult) GetTotal

func (o *ReleaseCountResult) GetTotal() int32

GetTotal returns the Total field value if set, zero value otherwise.

func (*ReleaseCountResult) GetTotalOk

func (o *ReleaseCountResult) GetTotalOk() (*int32, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseCountResult) HasByStatus

func (o *ReleaseCountResult) HasByStatus() bool

HasByStatus returns a boolean if a field has been set.

func (*ReleaseCountResult) HasTotal

func (o *ReleaseCountResult) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (ReleaseCountResult) MarshalJSON

func (o ReleaseCountResult) MarshalJSON() ([]byte, error)

func (*ReleaseCountResult) SetByStatus

func (o *ReleaseCountResult) SetByStatus(v map[string]int32)

SetByStatus gets a reference to the given map[string]int32 and assigns it to the ByStatus field.

func (*ReleaseCountResult) SetTotal

func (o *ReleaseCountResult) SetTotal(v int32)

SetTotal gets a reference to the given int32 and assigns it to the Total field.

func (ReleaseCountResult) ToMap

func (o ReleaseCountResult) ToMap() (map[string]interface{}, error)

type ReleaseCountResults

type ReleaseCountResults struct {
	Live     *ReleaseCountResult `json:"live,omitempty"`
	Archived *ReleaseCountResult `json:"archived,omitempty"`
	All      *ReleaseCountResult `json:"all,omitempty"`
}

ReleaseCountResults struct for ReleaseCountResults

func NewReleaseCountResults

func NewReleaseCountResults() *ReleaseCountResults

NewReleaseCountResults instantiates a new ReleaseCountResults object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReleaseCountResultsWithDefaults

func NewReleaseCountResultsWithDefaults() *ReleaseCountResults

NewReleaseCountResultsWithDefaults instantiates a new ReleaseCountResults object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReleaseCountResults) GetAll

GetAll returns the All field value if set, zero value otherwise.

func (*ReleaseCountResults) GetAllOk

func (o *ReleaseCountResults) GetAllOk() (*ReleaseCountResult, bool)

GetAllOk returns a tuple with the All field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseCountResults) GetArchived

func (o *ReleaseCountResults) GetArchived() ReleaseCountResult

GetArchived returns the Archived field value if set, zero value otherwise.

func (*ReleaseCountResults) GetArchivedOk

func (o *ReleaseCountResults) GetArchivedOk() (*ReleaseCountResult, bool)

GetArchivedOk returns a tuple with the Archived field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseCountResults) GetLive

GetLive returns the Live field value if set, zero value otherwise.

func (*ReleaseCountResults) GetLiveOk

func (o *ReleaseCountResults) GetLiveOk() (*ReleaseCountResult, bool)

GetLiveOk returns a tuple with the Live field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseCountResults) HasAll

func (o *ReleaseCountResults) HasAll() bool

HasAll returns a boolean if a field has been set.

func (*ReleaseCountResults) HasArchived

func (o *ReleaseCountResults) HasArchived() bool

HasArchived returns a boolean if a field has been set.

func (*ReleaseCountResults) HasLive

func (o *ReleaseCountResults) HasLive() bool

HasLive returns a boolean if a field has been set.

func (ReleaseCountResults) MarshalJSON

func (o ReleaseCountResults) MarshalJSON() ([]byte, error)

func (*ReleaseCountResults) SetAll

SetAll gets a reference to the given ReleaseCountResult and assigns it to the All field.

func (*ReleaseCountResults) SetArchived

func (o *ReleaseCountResults) SetArchived(v ReleaseCountResult)

SetArchived gets a reference to the given ReleaseCountResult and assigns it to the Archived field.

func (*ReleaseCountResults) SetLive

SetLive gets a reference to the given ReleaseCountResult and assigns it to the Live field.

func (ReleaseCountResults) ToMap

func (o ReleaseCountResults) ToMap() (map[string]interface{}, error)

type ReleaseExtension

type ReleaseExtension struct {
	Id             *string      `json:"id,omitempty"`
	Type           *string      `json:"type,omitempty"`
	VariableUsages []UsagePoint `json:"variableUsages,omitempty"`
}

ReleaseExtension struct for ReleaseExtension

func NewReleaseExtension

func NewReleaseExtension() *ReleaseExtension

NewReleaseExtension instantiates a new ReleaseExtension object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReleaseExtensionWithDefaults

func NewReleaseExtensionWithDefaults() *ReleaseExtension

NewReleaseExtensionWithDefaults instantiates a new ReleaseExtension object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReleaseExtension) GetId

func (o *ReleaseExtension) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ReleaseExtension) GetIdOk

func (o *ReleaseExtension) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseExtension) GetType

func (o *ReleaseExtension) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ReleaseExtension) GetTypeOk

func (o *ReleaseExtension) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseExtension) GetVariableUsages

func (o *ReleaseExtension) GetVariableUsages() []UsagePoint

GetVariableUsages returns the VariableUsages field value if set, zero value otherwise.

func (*ReleaseExtension) GetVariableUsagesOk

func (o *ReleaseExtension) GetVariableUsagesOk() ([]UsagePoint, bool)

GetVariableUsagesOk returns a tuple with the VariableUsages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseExtension) HasId

func (o *ReleaseExtension) HasId() bool

HasId returns a boolean if a field has been set.

func (*ReleaseExtension) HasType

func (o *ReleaseExtension) HasType() bool

HasType returns a boolean if a field has been set.

func (*ReleaseExtension) HasVariableUsages

func (o *ReleaseExtension) HasVariableUsages() bool

HasVariableUsages returns a boolean if a field has been set.

func (ReleaseExtension) MarshalJSON

func (o ReleaseExtension) MarshalJSON() ([]byte, error)

func (*ReleaseExtension) SetId

func (o *ReleaseExtension) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ReleaseExtension) SetType

func (o *ReleaseExtension) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ReleaseExtension) SetVariableUsages

func (o *ReleaseExtension) SetVariableUsages(v []UsagePoint)

SetVariableUsages gets a reference to the given []UsagePoint and assigns it to the VariableUsages field.

func (ReleaseExtension) ToMap

func (o ReleaseExtension) ToMap() (map[string]interface{}, error)

type ReleaseFullSearchResult

type ReleaseFullSearchResult struct {
	Live     *ReleaseSearchResult `json:"live,omitempty"`
	Archived *ReleaseSearchResult `json:"archived,omitempty"`
}

ReleaseFullSearchResult struct for ReleaseFullSearchResult

func NewReleaseFullSearchResult

func NewReleaseFullSearchResult() *ReleaseFullSearchResult

NewReleaseFullSearchResult instantiates a new ReleaseFullSearchResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReleaseFullSearchResultWithDefaults

func NewReleaseFullSearchResultWithDefaults() *ReleaseFullSearchResult

NewReleaseFullSearchResultWithDefaults instantiates a new ReleaseFullSearchResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReleaseFullSearchResult) GetArchived

GetArchived returns the Archived field value if set, zero value otherwise.

func (*ReleaseFullSearchResult) GetArchivedOk

func (o *ReleaseFullSearchResult) GetArchivedOk() (*ReleaseSearchResult, bool)

GetArchivedOk returns a tuple with the Archived field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseFullSearchResult) GetLive

GetLive returns the Live field value if set, zero value otherwise.

func (*ReleaseFullSearchResult) GetLiveOk

GetLiveOk returns a tuple with the Live field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseFullSearchResult) HasArchived

func (o *ReleaseFullSearchResult) HasArchived() bool

HasArchived returns a boolean if a field has been set.

func (*ReleaseFullSearchResult) HasLive

func (o *ReleaseFullSearchResult) HasLive() bool

HasLive returns a boolean if a field has been set.

func (ReleaseFullSearchResult) MarshalJSON

func (o ReleaseFullSearchResult) MarshalJSON() ([]byte, error)

func (*ReleaseFullSearchResult) SetArchived

func (o *ReleaseFullSearchResult) SetArchived(v ReleaseSearchResult)

SetArchived gets a reference to the given ReleaseSearchResult and assigns it to the Archived field.

func (*ReleaseFullSearchResult) SetLive

SetLive gets a reference to the given ReleaseSearchResult and assigns it to the Live field.

func (ReleaseFullSearchResult) ToMap

func (o ReleaseFullSearchResult) ToMap() (map[string]interface{}, error)

type ReleaseGroup

type ReleaseGroup struct {
	Id         *string                            `json:"id,omitempty"`
	Type       *string                            `json:"type,omitempty"`
	Metadata   *map[string]map[string]interface{} `json:"$metadata,omitempty"`
	Title      *string                            `json:"title,omitempty"`
	Status     *ReleaseGroupStatus                `json:"status,omitempty"`
	StartDate  *time.Time                         `json:"startDate,omitempty"`
	EndDate    *time.Time                         `json:"endDate,omitempty"`
	RiskScore  *int32                             `json:"riskScore,omitempty"`
	ReleaseIds []string                           `json:"releaseIds,omitempty"`
	Progress   *int32                             `json:"progress,omitempty"`
	FolderId   *string                            `json:"folderId,omitempty"`
	Updatable  *bool                              `json:"updatable,omitempty"`
}

ReleaseGroup struct for ReleaseGroup

func NewReleaseGroup

func NewReleaseGroup() *ReleaseGroup

NewReleaseGroup instantiates a new ReleaseGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReleaseGroupWithDefaults

func NewReleaseGroupWithDefaults() *ReleaseGroup

NewReleaseGroupWithDefaults instantiates a new ReleaseGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReleaseGroup) GetEndDate

func (o *ReleaseGroup) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*ReleaseGroup) GetEndDateOk

func (o *ReleaseGroup) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroup) GetFolderId

func (o *ReleaseGroup) GetFolderId() string

GetFolderId returns the FolderId field value if set, zero value otherwise.

func (*ReleaseGroup) GetFolderIdOk

func (o *ReleaseGroup) GetFolderIdOk() (*string, bool)

GetFolderIdOk returns a tuple with the FolderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroup) GetId

func (o *ReleaseGroup) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ReleaseGroup) GetIdOk

func (o *ReleaseGroup) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroup) GetMetadata

func (o *ReleaseGroup) GetMetadata() map[string]map[string]interface{}

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*ReleaseGroup) GetMetadataOk

func (o *ReleaseGroup) GetMetadataOk() (*map[string]map[string]interface{}, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroup) GetProgress

func (o *ReleaseGroup) GetProgress() int32

GetProgress returns the Progress field value if set, zero value otherwise.

func (*ReleaseGroup) GetProgressOk

func (o *ReleaseGroup) GetProgressOk() (*int32, bool)

GetProgressOk returns a tuple with the Progress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroup) GetReleaseIds

func (o *ReleaseGroup) GetReleaseIds() []string

GetReleaseIds returns the ReleaseIds field value if set, zero value otherwise.

func (*ReleaseGroup) GetReleaseIdsOk

func (o *ReleaseGroup) GetReleaseIdsOk() ([]string, bool)

GetReleaseIdsOk returns a tuple with the ReleaseIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroup) GetRiskScore

func (o *ReleaseGroup) GetRiskScore() int32

GetRiskScore returns the RiskScore field value if set, zero value otherwise.

func (*ReleaseGroup) GetRiskScoreOk

func (o *ReleaseGroup) GetRiskScoreOk() (*int32, bool)

GetRiskScoreOk returns a tuple with the RiskScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroup) GetStartDate

func (o *ReleaseGroup) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*ReleaseGroup) GetStartDateOk

func (o *ReleaseGroup) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroup) GetStatus

func (o *ReleaseGroup) GetStatus() ReleaseGroupStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*ReleaseGroup) GetStatusOk

func (o *ReleaseGroup) GetStatusOk() (*ReleaseGroupStatus, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroup) GetTitle

func (o *ReleaseGroup) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ReleaseGroup) GetTitleOk

func (o *ReleaseGroup) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroup) GetType

func (o *ReleaseGroup) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ReleaseGroup) GetTypeOk

func (o *ReleaseGroup) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroup) GetUpdatable

func (o *ReleaseGroup) GetUpdatable() bool

GetUpdatable returns the Updatable field value if set, zero value otherwise.

func (*ReleaseGroup) GetUpdatableOk

func (o *ReleaseGroup) GetUpdatableOk() (*bool, bool)

GetUpdatableOk returns a tuple with the Updatable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroup) HasEndDate

func (o *ReleaseGroup) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*ReleaseGroup) HasFolderId

func (o *ReleaseGroup) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

func (*ReleaseGroup) HasId

func (o *ReleaseGroup) HasId() bool

HasId returns a boolean if a field has been set.

func (*ReleaseGroup) HasMetadata

func (o *ReleaseGroup) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*ReleaseGroup) HasProgress

func (o *ReleaseGroup) HasProgress() bool

HasProgress returns a boolean if a field has been set.

func (*ReleaseGroup) HasReleaseIds

func (o *ReleaseGroup) HasReleaseIds() bool

HasReleaseIds returns a boolean if a field has been set.

func (*ReleaseGroup) HasRiskScore

func (o *ReleaseGroup) HasRiskScore() bool

HasRiskScore returns a boolean if a field has been set.

func (*ReleaseGroup) HasStartDate

func (o *ReleaseGroup) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*ReleaseGroup) HasStatus

func (o *ReleaseGroup) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ReleaseGroup) HasTitle

func (o *ReleaseGroup) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*ReleaseGroup) HasType

func (o *ReleaseGroup) HasType() bool

HasType returns a boolean if a field has been set.

func (*ReleaseGroup) HasUpdatable

func (o *ReleaseGroup) HasUpdatable() bool

HasUpdatable returns a boolean if a field has been set.

func (ReleaseGroup) MarshalJSON

func (o ReleaseGroup) MarshalJSON() ([]byte, error)

func (*ReleaseGroup) SetEndDate

func (o *ReleaseGroup) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*ReleaseGroup) SetFolderId

func (o *ReleaseGroup) SetFolderId(v string)

SetFolderId gets a reference to the given string and assigns it to the FolderId field.

func (*ReleaseGroup) SetId

func (o *ReleaseGroup) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ReleaseGroup) SetMetadata

func (o *ReleaseGroup) SetMetadata(v map[string]map[string]interface{})

SetMetadata gets a reference to the given map[string]map[string]interface{} and assigns it to the Metadata field.

func (*ReleaseGroup) SetProgress

func (o *ReleaseGroup) SetProgress(v int32)

SetProgress gets a reference to the given int32 and assigns it to the Progress field.

func (*ReleaseGroup) SetReleaseIds

func (o *ReleaseGroup) SetReleaseIds(v []string)

SetReleaseIds gets a reference to the given []string and assigns it to the ReleaseIds field.

func (*ReleaseGroup) SetRiskScore

func (o *ReleaseGroup) SetRiskScore(v int32)

SetRiskScore gets a reference to the given int32 and assigns it to the RiskScore field.

func (*ReleaseGroup) SetStartDate

func (o *ReleaseGroup) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*ReleaseGroup) SetStatus

func (o *ReleaseGroup) SetStatus(v ReleaseGroupStatus)

SetStatus gets a reference to the given ReleaseGroupStatus and assigns it to the Status field.

func (*ReleaseGroup) SetTitle

func (o *ReleaseGroup) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*ReleaseGroup) SetType

func (o *ReleaseGroup) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ReleaseGroup) SetUpdatable

func (o *ReleaseGroup) SetUpdatable(v bool)

SetUpdatable gets a reference to the given bool and assigns it to the Updatable field.

func (ReleaseGroup) ToMap

func (o ReleaseGroup) ToMap() (map[string]interface{}, error)

type ReleaseGroupApiService

type ReleaseGroupApiService service

ReleaseGroupApiService ReleaseGroupApi service

func (*ReleaseGroupApiService) AddMembersToGroup

func (a *ReleaseGroupApiService) AddMembersToGroup(ctx context.Context, groupId string) ApiAddMembersToGroupRequest

AddMembersToGroup Method for AddMembersToGroup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiAddMembersToGroupRequest

func (*ReleaseGroupApiService) AddMembersToGroupExecute

func (a *ReleaseGroupApiService) AddMembersToGroupExecute(r ApiAddMembersToGroupRequest) (*http.Response, error)

Execute executes the request

func (*ReleaseGroupApiService) CreateGroup

CreateGroup Method for CreateGroup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateGroupRequest

func (*ReleaseGroupApiService) CreateGroupExecute

Execute executes the request

@return ReleaseGroup

func (*ReleaseGroupApiService) DeleteGroup

func (a *ReleaseGroupApiService) DeleteGroup(ctx context.Context, groupId string) ApiDeleteGroupRequest

DeleteGroup Method for DeleteGroup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiDeleteGroupRequest

func (*ReleaseGroupApiService) DeleteGroupExecute

func (a *ReleaseGroupApiService) DeleteGroupExecute(r ApiDeleteGroupRequest) (*http.Response, error)

Execute executes the request

func (*ReleaseGroupApiService) GetGroup

GetGroup Method for GetGroup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiGetGroupRequest

func (*ReleaseGroupApiService) GetGroupExecute

Execute executes the request

@return ReleaseGroup

func (*ReleaseGroupApiService) GetMembers

GetMembers Method for GetMembers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiGetMembersRequest

func (*ReleaseGroupApiService) GetMembersExecute

func (a *ReleaseGroupApiService) GetMembersExecute(r ApiGetMembersRequest) ([]string, *http.Response, error)

Execute executes the request

@return []string

func (*ReleaseGroupApiService) GetReleaseGroupTimeline

func (a *ReleaseGroupApiService) GetReleaseGroupTimeline(ctx context.Context, groupId string) ApiGetReleaseGroupTimelineRequest

GetReleaseGroupTimeline Method for GetReleaseGroupTimeline

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiGetReleaseGroupTimelineRequest

func (*ReleaseGroupApiService) GetReleaseGroupTimelineExecute

Execute executes the request

@return ReleaseGroupTimeline

func (*ReleaseGroupApiService) RemoveMembersFromGroup

func (a *ReleaseGroupApiService) RemoveMembersFromGroup(ctx context.Context, groupId string) ApiRemoveMembersFromGroupRequest

RemoveMembersFromGroup Method for RemoveMembersFromGroup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiRemoveMembersFromGroupRequest

func (*ReleaseGroupApiService) RemoveMembersFromGroupExecute

func (a *ReleaseGroupApiService) RemoveMembersFromGroupExecute(r ApiRemoveMembersFromGroupRequest) (*http.Response, error)

Execute executes the request

func (*ReleaseGroupApiService) SearchGroups

SearchGroups Method for SearchGroups

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchGroupsRequest

func (*ReleaseGroupApiService) SearchGroupsExecute

Execute executes the request

@return []ReleaseGroup

func (*ReleaseGroupApiService) UpdateGroup

func (a *ReleaseGroupApiService) UpdateGroup(ctx context.Context, groupId string) ApiUpdateGroupRequest

UpdateGroup Method for UpdateGroup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiUpdateGroupRequest

func (*ReleaseGroupApiService) UpdateGroupExecute

Execute executes the request

@return ReleaseGroup

type ReleaseGroupFilters

type ReleaseGroupFilters struct {
	Title    *string              `json:"title,omitempty"`
	FolderId *string              `json:"folderId,omitempty"`
	Statuses []ReleaseGroupStatus `json:"statuses,omitempty"`
}

ReleaseGroupFilters struct for ReleaseGroupFilters

func NewReleaseGroupFilters

func NewReleaseGroupFilters() *ReleaseGroupFilters

NewReleaseGroupFilters instantiates a new ReleaseGroupFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReleaseGroupFiltersWithDefaults

func NewReleaseGroupFiltersWithDefaults() *ReleaseGroupFilters

NewReleaseGroupFiltersWithDefaults instantiates a new ReleaseGroupFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReleaseGroupFilters) GetFolderId

func (o *ReleaseGroupFilters) GetFolderId() string

GetFolderId returns the FolderId field value if set, zero value otherwise.

func (*ReleaseGroupFilters) GetFolderIdOk

func (o *ReleaseGroupFilters) GetFolderIdOk() (*string, bool)

GetFolderIdOk returns a tuple with the FolderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroupFilters) GetStatuses

func (o *ReleaseGroupFilters) GetStatuses() []ReleaseGroupStatus

GetStatuses returns the Statuses field value if set, zero value otherwise.

func (*ReleaseGroupFilters) GetStatusesOk

func (o *ReleaseGroupFilters) GetStatusesOk() ([]ReleaseGroupStatus, bool)

GetStatusesOk returns a tuple with the Statuses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroupFilters) GetTitle

func (o *ReleaseGroupFilters) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ReleaseGroupFilters) GetTitleOk

func (o *ReleaseGroupFilters) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroupFilters) HasFolderId

func (o *ReleaseGroupFilters) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

func (*ReleaseGroupFilters) HasStatuses

func (o *ReleaseGroupFilters) HasStatuses() bool

HasStatuses returns a boolean if a field has been set.

func (*ReleaseGroupFilters) HasTitle

func (o *ReleaseGroupFilters) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ReleaseGroupFilters) MarshalJSON

func (o ReleaseGroupFilters) MarshalJSON() ([]byte, error)

func (*ReleaseGroupFilters) SetFolderId

func (o *ReleaseGroupFilters) SetFolderId(v string)

SetFolderId gets a reference to the given string and assigns it to the FolderId field.

func (*ReleaseGroupFilters) SetStatuses

func (o *ReleaseGroupFilters) SetStatuses(v []ReleaseGroupStatus)

SetStatuses gets a reference to the given []ReleaseGroupStatus and assigns it to the Statuses field.

func (*ReleaseGroupFilters) SetTitle

func (o *ReleaseGroupFilters) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (ReleaseGroupFilters) ToMap

func (o ReleaseGroupFilters) ToMap() (map[string]interface{}, error)

type ReleaseGroupOrderMode

type ReleaseGroupOrderMode string

ReleaseGroupOrderMode the model 'ReleaseGroupOrderMode'

const (
	RELEASEGROUPORDERMODE_RISK       ReleaseGroupOrderMode = "RISK"
	RELEASEGROUPORDERMODE_START_DATE ReleaseGroupOrderMode = "START_DATE"
	RELEASEGROUPORDERMODE_END_DATE   ReleaseGroupOrderMode = "END_DATE"
)

List of ReleaseGroupOrderMode

func NewReleaseGroupOrderModeFromValue

func NewReleaseGroupOrderModeFromValue(v string) (*ReleaseGroupOrderMode, error)

NewReleaseGroupOrderModeFromValue returns a pointer to a valid ReleaseGroupOrderMode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ReleaseGroupOrderMode) IsValid

func (v ReleaseGroupOrderMode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ReleaseGroupOrderMode) Ptr

Ptr returns reference to ReleaseGroupOrderMode value

func (*ReleaseGroupOrderMode) UnmarshalJSON

func (v *ReleaseGroupOrderMode) UnmarshalJSON(src []byte) error

type ReleaseGroupStatus

type ReleaseGroupStatus string

ReleaseGroupStatus the model 'ReleaseGroupStatus'

const (
	RELEASEGROUPSTATUS_PLANNED     ReleaseGroupStatus = "PLANNED"
	RELEASEGROUPSTATUS_IN_PROGRESS ReleaseGroupStatus = "IN_PROGRESS"
	RELEASEGROUPSTATUS_PAUSED      ReleaseGroupStatus = "PAUSED"
	RELEASEGROUPSTATUS_FAILING     ReleaseGroupStatus = "FAILING"
	RELEASEGROUPSTATUS_FAILED      ReleaseGroupStatus = "FAILED"
	RELEASEGROUPSTATUS_COMPLETED   ReleaseGroupStatus = "COMPLETED"
	RELEASEGROUPSTATUS_ABORTED     ReleaseGroupStatus = "ABORTED"
)

List of ReleaseGroupStatus

func NewReleaseGroupStatusFromValue

func NewReleaseGroupStatusFromValue(v string) (*ReleaseGroupStatus, error)

NewReleaseGroupStatusFromValue returns a pointer to a valid ReleaseGroupStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ReleaseGroupStatus) IsValid

func (v ReleaseGroupStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ReleaseGroupStatus) Ptr

Ptr returns reference to ReleaseGroupStatus value

func (*ReleaseGroupStatus) UnmarshalJSON

func (v *ReleaseGroupStatus) UnmarshalJSON(src []byte) error

type ReleaseGroupTimeline

type ReleaseGroupTimeline struct {
	Id        *string           `json:"id,omitempty"`
	Title     *string           `json:"title,omitempty"`
	RiskScore *int32            `json:"riskScore,omitempty"`
	Releases  []ReleaseTimeline `json:"releases,omitempty"`
	StartDate *time.Time        `json:"startDate,omitempty"`
	EndDate   *time.Time        `json:"endDate,omitempty"`
}

ReleaseGroupTimeline struct for ReleaseGroupTimeline

func NewReleaseGroupTimeline

func NewReleaseGroupTimeline() *ReleaseGroupTimeline

NewReleaseGroupTimeline instantiates a new ReleaseGroupTimeline object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReleaseGroupTimelineWithDefaults

func NewReleaseGroupTimelineWithDefaults() *ReleaseGroupTimeline

NewReleaseGroupTimelineWithDefaults instantiates a new ReleaseGroupTimeline object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReleaseGroupTimeline) GetEndDate

func (o *ReleaseGroupTimeline) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*ReleaseGroupTimeline) GetEndDateOk

func (o *ReleaseGroupTimeline) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroupTimeline) GetId

func (o *ReleaseGroupTimeline) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ReleaseGroupTimeline) GetIdOk

func (o *ReleaseGroupTimeline) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroupTimeline) GetReleases

func (o *ReleaseGroupTimeline) GetReleases() []ReleaseTimeline

GetReleases returns the Releases field value if set, zero value otherwise.

func (*ReleaseGroupTimeline) GetReleasesOk

func (o *ReleaseGroupTimeline) GetReleasesOk() ([]ReleaseTimeline, bool)

GetReleasesOk returns a tuple with the Releases field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroupTimeline) GetRiskScore

func (o *ReleaseGroupTimeline) GetRiskScore() int32

GetRiskScore returns the RiskScore field value if set, zero value otherwise.

func (*ReleaseGroupTimeline) GetRiskScoreOk

func (o *ReleaseGroupTimeline) GetRiskScoreOk() (*int32, bool)

GetRiskScoreOk returns a tuple with the RiskScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroupTimeline) GetStartDate

func (o *ReleaseGroupTimeline) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*ReleaseGroupTimeline) GetStartDateOk

func (o *ReleaseGroupTimeline) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroupTimeline) GetTitle

func (o *ReleaseGroupTimeline) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ReleaseGroupTimeline) GetTitleOk

func (o *ReleaseGroupTimeline) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseGroupTimeline) HasEndDate

func (o *ReleaseGroupTimeline) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*ReleaseGroupTimeline) HasId

func (o *ReleaseGroupTimeline) HasId() bool

HasId returns a boolean if a field has been set.

func (*ReleaseGroupTimeline) HasReleases

func (o *ReleaseGroupTimeline) HasReleases() bool

HasReleases returns a boolean if a field has been set.

func (*ReleaseGroupTimeline) HasRiskScore

func (o *ReleaseGroupTimeline) HasRiskScore() bool

HasRiskScore returns a boolean if a field has been set.

func (*ReleaseGroupTimeline) HasStartDate

func (o *ReleaseGroupTimeline) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*ReleaseGroupTimeline) HasTitle

func (o *ReleaseGroupTimeline) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ReleaseGroupTimeline) MarshalJSON

func (o ReleaseGroupTimeline) MarshalJSON() ([]byte, error)

func (*ReleaseGroupTimeline) SetEndDate

func (o *ReleaseGroupTimeline) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*ReleaseGroupTimeline) SetId

func (o *ReleaseGroupTimeline) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ReleaseGroupTimeline) SetReleases

func (o *ReleaseGroupTimeline) SetReleases(v []ReleaseTimeline)

SetReleases gets a reference to the given []ReleaseTimeline and assigns it to the Releases field.

func (*ReleaseGroupTimeline) SetRiskScore

func (o *ReleaseGroupTimeline) SetRiskScore(v int32)

SetRiskScore gets a reference to the given int32 and assigns it to the RiskScore field.

func (*ReleaseGroupTimeline) SetStartDate

func (o *ReleaseGroupTimeline) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*ReleaseGroupTimeline) SetTitle

func (o *ReleaseGroupTimeline) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (ReleaseGroupTimeline) ToMap

func (o ReleaseGroupTimeline) ToMap() (map[string]interface{}, error)

type ReleaseOrderDirection

type ReleaseOrderDirection string

ReleaseOrderDirection the model 'ReleaseOrderDirection'

const (
	RELEASEORDERDIRECTION_ASC  ReleaseOrderDirection = "ASC"
	RELEASEORDERDIRECTION_DESC ReleaseOrderDirection = "DESC"
)

List of ReleaseOrderDirection

func NewReleaseOrderDirectionFromValue

func NewReleaseOrderDirectionFromValue(v string) (*ReleaseOrderDirection, error)

NewReleaseOrderDirectionFromValue returns a pointer to a valid ReleaseOrderDirection for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ReleaseOrderDirection) IsValid

func (v ReleaseOrderDirection) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ReleaseOrderDirection) Ptr

Ptr returns reference to ReleaseOrderDirection value

func (*ReleaseOrderDirection) UnmarshalJSON

func (v *ReleaseOrderDirection) UnmarshalJSON(src []byte) error

type ReleaseOrderMode

type ReleaseOrderMode string

ReleaseOrderMode the model 'ReleaseOrderMode'

const (
	RELEASEORDERMODE_RISK       ReleaseOrderMode = "risk"
	RELEASEORDERMODE_START_DATE ReleaseOrderMode = "start_date"
	RELEASEORDERMODE_END_DATE   ReleaseOrderMode = "end_date"
	RELEASEORDERMODE_TITLE      ReleaseOrderMode = "title"
)

List of ReleaseOrderMode

func NewReleaseOrderModeFromValue

func NewReleaseOrderModeFromValue(v string) (*ReleaseOrderMode, error)

NewReleaseOrderModeFromValue returns a pointer to a valid ReleaseOrderMode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ReleaseOrderMode) IsValid

func (v ReleaseOrderMode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ReleaseOrderMode) Ptr

Ptr returns reference to ReleaseOrderMode value

func (*ReleaseOrderMode) UnmarshalJSON

func (v *ReleaseOrderMode) UnmarshalJSON(src []byte) error

type ReleaseSearchResult

type ReleaseSearchResult struct {
	Page     *int64    `json:"page,omitempty"`
	Size     *int64    `json:"size,omitempty"`
	Releases []Release `json:"releases,omitempty"`
}

ReleaseSearchResult struct for ReleaseSearchResult

func NewReleaseSearchResult

func NewReleaseSearchResult() *ReleaseSearchResult

NewReleaseSearchResult instantiates a new ReleaseSearchResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReleaseSearchResultWithDefaults

func NewReleaseSearchResultWithDefaults() *ReleaseSearchResult

NewReleaseSearchResultWithDefaults instantiates a new ReleaseSearchResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReleaseSearchResult) GetPage

func (o *ReleaseSearchResult) GetPage() int64

GetPage returns the Page field value if set, zero value otherwise.

func (*ReleaseSearchResult) GetPageOk

func (o *ReleaseSearchResult) GetPageOk() (*int64, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseSearchResult) GetReleases

func (o *ReleaseSearchResult) GetReleases() []Release

GetReleases returns the Releases field value if set, zero value otherwise.

func (*ReleaseSearchResult) GetReleasesOk

func (o *ReleaseSearchResult) GetReleasesOk() ([]Release, bool)

GetReleasesOk returns a tuple with the Releases field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseSearchResult) GetSize

func (o *ReleaseSearchResult) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*ReleaseSearchResult) GetSizeOk

func (o *ReleaseSearchResult) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseSearchResult) HasPage

func (o *ReleaseSearchResult) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*ReleaseSearchResult) HasReleases

func (o *ReleaseSearchResult) HasReleases() bool

HasReleases returns a boolean if a field has been set.

func (*ReleaseSearchResult) HasSize

func (o *ReleaseSearchResult) HasSize() bool

HasSize returns a boolean if a field has been set.

func (ReleaseSearchResult) MarshalJSON

func (o ReleaseSearchResult) MarshalJSON() ([]byte, error)

func (*ReleaseSearchResult) SetPage

func (o *ReleaseSearchResult) SetPage(v int64)

SetPage gets a reference to the given int64 and assigns it to the Page field.

func (*ReleaseSearchResult) SetReleases

func (o *ReleaseSearchResult) SetReleases(v []Release)

SetReleases gets a reference to the given []Release and assigns it to the Releases field.

func (*ReleaseSearchResult) SetSize

func (o *ReleaseSearchResult) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (ReleaseSearchResult) ToMap

func (o ReleaseSearchResult) ToMap() (map[string]interface{}, error)

type ReleaseStatus

type ReleaseStatus string

ReleaseStatus the model 'ReleaseStatus'

const (
	RELEASESTATUS_TEMPLATE    ReleaseStatus = "TEMPLATE"
	RELEASESTATUS_PLANNED     ReleaseStatus = "PLANNED"
	RELEASESTATUS_IN_PROGRESS ReleaseStatus = "IN_PROGRESS"
	RELEASESTATUS_PAUSED      ReleaseStatus = "PAUSED"
	RELEASESTATUS_FAILING     ReleaseStatus = "FAILING"
	RELEASESTATUS_FAILED      ReleaseStatus = "FAILED"
	RELEASESTATUS_COMPLETED   ReleaseStatus = "COMPLETED"
	RELEASESTATUS_ABORTED     ReleaseStatus = "ABORTED"
)

List of ReleaseStatus

func NewReleaseStatusFromValue

func NewReleaseStatusFromValue(v string) (*ReleaseStatus, error)

NewReleaseStatusFromValue returns a pointer to a valid ReleaseStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ReleaseStatus) IsValid

func (v ReleaseStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ReleaseStatus) Ptr

func (v ReleaseStatus) Ptr() *ReleaseStatus

Ptr returns reference to ReleaseStatus value

func (*ReleaseStatus) UnmarshalJSON

func (v *ReleaseStatus) UnmarshalJSON(src []byte) error

type ReleaseTimeline

type ReleaseTimeline struct {
	Id                 *string         `json:"id,omitempty"`
	Title              *string         `json:"title,omitempty"`
	ScheduledStartDate *time.Time      `json:"scheduledStartDate,omitempty"`
	DueDate            *time.Time      `json:"dueDate,omitempty"`
	StartDate          *time.Time      `json:"startDate,omitempty"`
	EndDate            *time.Time      `json:"endDate,omitempty"`
	PlannedStartDate   *time.Time      `json:"plannedStartDate,omitempty"`
	PlannedEndDate     *time.Time      `json:"plannedEndDate,omitempty"`
	Phases             []PhaseTimeline `json:"phases,omitempty"`
	RiskScore          *int32          `json:"riskScore,omitempty"`
	Status             *ReleaseStatus  `json:"status,omitempty"`
}

ReleaseTimeline struct for ReleaseTimeline

func NewReleaseTimeline

func NewReleaseTimeline() *ReleaseTimeline

NewReleaseTimeline instantiates a new ReleaseTimeline object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReleaseTimelineWithDefaults

func NewReleaseTimelineWithDefaults() *ReleaseTimeline

NewReleaseTimelineWithDefaults instantiates a new ReleaseTimeline object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReleaseTimeline) GetDueDate

func (o *ReleaseTimeline) GetDueDate() time.Time

GetDueDate returns the DueDate field value if set, zero value otherwise.

func (*ReleaseTimeline) GetDueDateOk

func (o *ReleaseTimeline) GetDueDateOk() (*time.Time, bool)

GetDueDateOk returns a tuple with the DueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTimeline) GetEndDate

func (o *ReleaseTimeline) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*ReleaseTimeline) GetEndDateOk

func (o *ReleaseTimeline) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTimeline) GetId

func (o *ReleaseTimeline) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ReleaseTimeline) GetIdOk

func (o *ReleaseTimeline) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTimeline) GetPhases

func (o *ReleaseTimeline) GetPhases() []PhaseTimeline

GetPhases returns the Phases field value if set, zero value otherwise.

func (*ReleaseTimeline) GetPhasesOk

func (o *ReleaseTimeline) GetPhasesOk() ([]PhaseTimeline, bool)

GetPhasesOk returns a tuple with the Phases field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTimeline) GetPlannedEndDate

func (o *ReleaseTimeline) GetPlannedEndDate() time.Time

GetPlannedEndDate returns the PlannedEndDate field value if set, zero value otherwise.

func (*ReleaseTimeline) GetPlannedEndDateOk

func (o *ReleaseTimeline) GetPlannedEndDateOk() (*time.Time, bool)

GetPlannedEndDateOk returns a tuple with the PlannedEndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTimeline) GetPlannedStartDate

func (o *ReleaseTimeline) GetPlannedStartDate() time.Time

GetPlannedStartDate returns the PlannedStartDate field value if set, zero value otherwise.

func (*ReleaseTimeline) GetPlannedStartDateOk

func (o *ReleaseTimeline) GetPlannedStartDateOk() (*time.Time, bool)

GetPlannedStartDateOk returns a tuple with the PlannedStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTimeline) GetRiskScore

func (o *ReleaseTimeline) GetRiskScore() int32

GetRiskScore returns the RiskScore field value if set, zero value otherwise.

func (*ReleaseTimeline) GetRiskScoreOk

func (o *ReleaseTimeline) GetRiskScoreOk() (*int32, bool)

GetRiskScoreOk returns a tuple with the RiskScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTimeline) GetScheduledStartDate

func (o *ReleaseTimeline) GetScheduledStartDate() time.Time

GetScheduledStartDate returns the ScheduledStartDate field value if set, zero value otherwise.

func (*ReleaseTimeline) GetScheduledStartDateOk

func (o *ReleaseTimeline) GetScheduledStartDateOk() (*time.Time, bool)

GetScheduledStartDateOk returns a tuple with the ScheduledStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTimeline) GetStartDate

func (o *ReleaseTimeline) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*ReleaseTimeline) GetStartDateOk

func (o *ReleaseTimeline) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTimeline) GetStatus

func (o *ReleaseTimeline) GetStatus() ReleaseStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*ReleaseTimeline) GetStatusOk

func (o *ReleaseTimeline) GetStatusOk() (*ReleaseStatus, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTimeline) GetTitle

func (o *ReleaseTimeline) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ReleaseTimeline) GetTitleOk

func (o *ReleaseTimeline) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTimeline) HasDueDate

func (o *ReleaseTimeline) HasDueDate() bool

HasDueDate returns a boolean if a field has been set.

func (*ReleaseTimeline) HasEndDate

func (o *ReleaseTimeline) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*ReleaseTimeline) HasId

func (o *ReleaseTimeline) HasId() bool

HasId returns a boolean if a field has been set.

func (*ReleaseTimeline) HasPhases

func (o *ReleaseTimeline) HasPhases() bool

HasPhases returns a boolean if a field has been set.

func (*ReleaseTimeline) HasPlannedEndDate

func (o *ReleaseTimeline) HasPlannedEndDate() bool

HasPlannedEndDate returns a boolean if a field has been set.

func (*ReleaseTimeline) HasPlannedStartDate

func (o *ReleaseTimeline) HasPlannedStartDate() bool

HasPlannedStartDate returns a boolean if a field has been set.

func (*ReleaseTimeline) HasRiskScore

func (o *ReleaseTimeline) HasRiskScore() bool

HasRiskScore returns a boolean if a field has been set.

func (*ReleaseTimeline) HasScheduledStartDate

func (o *ReleaseTimeline) HasScheduledStartDate() bool

HasScheduledStartDate returns a boolean if a field has been set.

func (*ReleaseTimeline) HasStartDate

func (o *ReleaseTimeline) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*ReleaseTimeline) HasStatus

func (o *ReleaseTimeline) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ReleaseTimeline) HasTitle

func (o *ReleaseTimeline) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ReleaseTimeline) MarshalJSON

func (o ReleaseTimeline) MarshalJSON() ([]byte, error)

func (*ReleaseTimeline) SetDueDate

func (o *ReleaseTimeline) SetDueDate(v time.Time)

SetDueDate gets a reference to the given time.Time and assigns it to the DueDate field.

func (*ReleaseTimeline) SetEndDate

func (o *ReleaseTimeline) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*ReleaseTimeline) SetId

func (o *ReleaseTimeline) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ReleaseTimeline) SetPhases

func (o *ReleaseTimeline) SetPhases(v []PhaseTimeline)

SetPhases gets a reference to the given []PhaseTimeline and assigns it to the Phases field.

func (*ReleaseTimeline) SetPlannedEndDate

func (o *ReleaseTimeline) SetPlannedEndDate(v time.Time)

SetPlannedEndDate gets a reference to the given time.Time and assigns it to the PlannedEndDate field.

func (*ReleaseTimeline) SetPlannedStartDate

func (o *ReleaseTimeline) SetPlannedStartDate(v time.Time)

SetPlannedStartDate gets a reference to the given time.Time and assigns it to the PlannedStartDate field.

func (*ReleaseTimeline) SetRiskScore

func (o *ReleaseTimeline) SetRiskScore(v int32)

SetRiskScore gets a reference to the given int32 and assigns it to the RiskScore field.

func (*ReleaseTimeline) SetScheduledStartDate

func (o *ReleaseTimeline) SetScheduledStartDate(v time.Time)

SetScheduledStartDate gets a reference to the given time.Time and assigns it to the ScheduledStartDate field.

func (*ReleaseTimeline) SetStartDate

func (o *ReleaseTimeline) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*ReleaseTimeline) SetStatus

func (o *ReleaseTimeline) SetStatus(v ReleaseStatus)

SetStatus gets a reference to the given ReleaseStatus and assigns it to the Status field.

func (*ReleaseTimeline) SetTitle

func (o *ReleaseTimeline) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (ReleaseTimeline) ToMap

func (o ReleaseTimeline) ToMap() (map[string]interface{}, error)

type ReleaseTrigger

type ReleaseTrigger struct {
	Id                         *string                           `json:"id,omitempty"`
	Type                       *string                           `json:"type,omitempty"`
	Script                     *string                           `json:"script,omitempty"`
	AbortScript                *string                           `json:"abortScript,omitempty"`
	CiUid                      *int32                            `json:"ciUid,omitempty"`
	Title                      *string                           `json:"title,omitempty"`
	Description                *string                           `json:"description,omitempty"`
	Enabled                    *bool                             `json:"enabled,omitempty"`
	TriggerState               *string                           `json:"triggerState,omitempty"`
	FolderId                   *string                           `json:"folderId,omitempty"`
	AllowParallelExecution     *bool                             `json:"allowParallelExecution,omitempty"`
	LastRunDate                *time.Time                        `json:"lastRunDate,omitempty"`
	LastRunStatus              *TriggerExecutionStatus           `json:"lastRunStatus,omitempty"`
	PollType                   *PollType                         `json:"pollType,omitempty"`
	Periodicity                *string                           `json:"periodicity,omitempty"`
	InitialFire                *bool                             `json:"initialFire,omitempty"`
	ReleaseTitle               *string                           `json:"releaseTitle,omitempty"`
	ExecutionId                *string                           `json:"executionId,omitempty"`
	Variables                  []Variable                        `json:"variables,omitempty"`
	Template                   *string                           `json:"template,omitempty"`
	Tags                       []string                          `json:"tags,omitempty"`
	ReleaseFolder              *string                           `json:"releaseFolder,omitempty"`
	InternalProperties         []string                          `json:"internalProperties,omitempty"`
	TemplateVariables          *map[string]string                `json:"templateVariables,omitempty"`
	TemplatePasswordVariables  *map[string]string                `json:"templatePasswordVariables,omitempty"`
	TriggerStateFromResults    *string                           `json:"triggerStateFromResults,omitempty"`
	ScriptVariableNames        []string                          `json:"scriptVariableNames,omitempty"`
	ScriptVariablesFromResults map[string]map[string]interface{} `json:"scriptVariablesFromResults,omitempty"`
	StringScriptVariableValues *map[string]string                `json:"stringScriptVariableValues,omitempty"`
	ScriptVariableValues       map[string]map[string]interface{} `json:"scriptVariableValues,omitempty"`
	VariablesByKeys            *map[string]Variable              `json:"variablesByKeys,omitempty"`
	ContainerId                *string                           `json:"containerId,omitempty"`
}

ReleaseTrigger struct for ReleaseTrigger

func NewReleaseTrigger

func NewReleaseTrigger() *ReleaseTrigger

NewReleaseTrigger instantiates a new ReleaseTrigger object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReleaseTriggerWithDefaults

func NewReleaseTriggerWithDefaults() *ReleaseTrigger

NewReleaseTriggerWithDefaults instantiates a new ReleaseTrigger object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReleaseTrigger) GetAbortScript

func (o *ReleaseTrigger) GetAbortScript() string

GetAbortScript returns the AbortScript field value if set, zero value otherwise.

func (*ReleaseTrigger) GetAbortScriptOk

func (o *ReleaseTrigger) GetAbortScriptOk() (*string, bool)

GetAbortScriptOk returns a tuple with the AbortScript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetAllowParallelExecution

func (o *ReleaseTrigger) GetAllowParallelExecution() bool

GetAllowParallelExecution returns the AllowParallelExecution field value if set, zero value otherwise.

func (*ReleaseTrigger) GetAllowParallelExecutionOk

func (o *ReleaseTrigger) GetAllowParallelExecutionOk() (*bool, bool)

GetAllowParallelExecutionOk returns a tuple with the AllowParallelExecution field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetCiUid

func (o *ReleaseTrigger) GetCiUid() int32

GetCiUid returns the CiUid field value if set, zero value otherwise.

func (*ReleaseTrigger) GetCiUidOk

func (o *ReleaseTrigger) GetCiUidOk() (*int32, bool)

GetCiUidOk returns a tuple with the CiUid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetContainerId

func (o *ReleaseTrigger) GetContainerId() string

GetContainerId returns the ContainerId field value if set, zero value otherwise.

func (*ReleaseTrigger) GetContainerIdOk

func (o *ReleaseTrigger) GetContainerIdOk() (*string, bool)

GetContainerIdOk returns a tuple with the ContainerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetDescription

func (o *ReleaseTrigger) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ReleaseTrigger) GetDescriptionOk

func (o *ReleaseTrigger) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetEnabled

func (o *ReleaseTrigger) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*ReleaseTrigger) GetEnabledOk

func (o *ReleaseTrigger) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetExecutionId

func (o *ReleaseTrigger) GetExecutionId() string

GetExecutionId returns the ExecutionId field value if set, zero value otherwise.

func (*ReleaseTrigger) GetExecutionIdOk

func (o *ReleaseTrigger) GetExecutionIdOk() (*string, bool)

GetExecutionIdOk returns a tuple with the ExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetFolderId

func (o *ReleaseTrigger) GetFolderId() string

GetFolderId returns the FolderId field value if set, zero value otherwise.

func (*ReleaseTrigger) GetFolderIdOk

func (o *ReleaseTrigger) GetFolderIdOk() (*string, bool)

GetFolderIdOk returns a tuple with the FolderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetId

func (o *ReleaseTrigger) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ReleaseTrigger) GetIdOk

func (o *ReleaseTrigger) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetInitialFire

func (o *ReleaseTrigger) GetInitialFire() bool

GetInitialFire returns the InitialFire field value if set, zero value otherwise.

func (*ReleaseTrigger) GetInitialFireOk

func (o *ReleaseTrigger) GetInitialFireOk() (*bool, bool)

GetInitialFireOk returns a tuple with the InitialFire field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetInternalProperties

func (o *ReleaseTrigger) GetInternalProperties() []string

GetInternalProperties returns the InternalProperties field value if set, zero value otherwise.

func (*ReleaseTrigger) GetInternalPropertiesOk

func (o *ReleaseTrigger) GetInternalPropertiesOk() ([]string, bool)

GetInternalPropertiesOk returns a tuple with the InternalProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetLastRunDate

func (o *ReleaseTrigger) GetLastRunDate() time.Time

GetLastRunDate returns the LastRunDate field value if set, zero value otherwise.

func (*ReleaseTrigger) GetLastRunDateOk

func (o *ReleaseTrigger) GetLastRunDateOk() (*time.Time, bool)

GetLastRunDateOk returns a tuple with the LastRunDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetLastRunStatus

func (o *ReleaseTrigger) GetLastRunStatus() TriggerExecutionStatus

GetLastRunStatus returns the LastRunStatus field value if set, zero value otherwise.

func (*ReleaseTrigger) GetLastRunStatusOk

func (o *ReleaseTrigger) GetLastRunStatusOk() (*TriggerExecutionStatus, bool)

GetLastRunStatusOk returns a tuple with the LastRunStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetPeriodicity

func (o *ReleaseTrigger) GetPeriodicity() string

GetPeriodicity returns the Periodicity field value if set, zero value otherwise.

func (*ReleaseTrigger) GetPeriodicityOk

func (o *ReleaseTrigger) GetPeriodicityOk() (*string, bool)

GetPeriodicityOk returns a tuple with the Periodicity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetPollType

func (o *ReleaseTrigger) GetPollType() PollType

GetPollType returns the PollType field value if set, zero value otherwise.

func (*ReleaseTrigger) GetPollTypeOk

func (o *ReleaseTrigger) GetPollTypeOk() (*PollType, bool)

GetPollTypeOk returns a tuple with the PollType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetReleaseFolder

func (o *ReleaseTrigger) GetReleaseFolder() string

GetReleaseFolder returns the ReleaseFolder field value if set, zero value otherwise.

func (*ReleaseTrigger) GetReleaseFolderOk

func (o *ReleaseTrigger) GetReleaseFolderOk() (*string, bool)

GetReleaseFolderOk returns a tuple with the ReleaseFolder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetReleaseTitle

func (o *ReleaseTrigger) GetReleaseTitle() string

GetReleaseTitle returns the ReleaseTitle field value if set, zero value otherwise.

func (*ReleaseTrigger) GetReleaseTitleOk

func (o *ReleaseTrigger) GetReleaseTitleOk() (*string, bool)

GetReleaseTitleOk returns a tuple with the ReleaseTitle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetScript

func (o *ReleaseTrigger) GetScript() string

GetScript returns the Script field value if set, zero value otherwise.

func (*ReleaseTrigger) GetScriptOk

func (o *ReleaseTrigger) GetScriptOk() (*string, bool)

GetScriptOk returns a tuple with the Script field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetScriptVariableNames

func (o *ReleaseTrigger) GetScriptVariableNames() []string

GetScriptVariableNames returns the ScriptVariableNames field value if set, zero value otherwise.

func (*ReleaseTrigger) GetScriptVariableNamesOk

func (o *ReleaseTrigger) GetScriptVariableNamesOk() ([]string, bool)

GetScriptVariableNamesOk returns a tuple with the ScriptVariableNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetScriptVariableValues

func (o *ReleaseTrigger) GetScriptVariableValues() map[string]map[string]interface{}

GetScriptVariableValues returns the ScriptVariableValues field value if set, zero value otherwise.

func (*ReleaseTrigger) GetScriptVariableValuesOk

func (o *ReleaseTrigger) GetScriptVariableValuesOk() (map[string]map[string]interface{}, bool)

GetScriptVariableValuesOk returns a tuple with the ScriptVariableValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetScriptVariablesFromResults

func (o *ReleaseTrigger) GetScriptVariablesFromResults() map[string]map[string]interface{}

GetScriptVariablesFromResults returns the ScriptVariablesFromResults field value if set, zero value otherwise.

func (*ReleaseTrigger) GetScriptVariablesFromResultsOk

func (o *ReleaseTrigger) GetScriptVariablesFromResultsOk() (map[string]map[string]interface{}, bool)

GetScriptVariablesFromResultsOk returns a tuple with the ScriptVariablesFromResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetStringScriptVariableValues

func (o *ReleaseTrigger) GetStringScriptVariableValues() map[string]string

GetStringScriptVariableValues returns the StringScriptVariableValues field value if set, zero value otherwise.

func (*ReleaseTrigger) GetStringScriptVariableValuesOk

func (o *ReleaseTrigger) GetStringScriptVariableValuesOk() (*map[string]string, bool)

GetStringScriptVariableValuesOk returns a tuple with the StringScriptVariableValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetTags

func (o *ReleaseTrigger) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*ReleaseTrigger) GetTagsOk

func (o *ReleaseTrigger) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetTemplate

func (o *ReleaseTrigger) GetTemplate() string

GetTemplate returns the Template field value if set, zero value otherwise.

func (*ReleaseTrigger) GetTemplateOk

func (o *ReleaseTrigger) GetTemplateOk() (*string, bool)

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetTemplatePasswordVariables

func (o *ReleaseTrigger) GetTemplatePasswordVariables() map[string]string

GetTemplatePasswordVariables returns the TemplatePasswordVariables field value if set, zero value otherwise.

func (*ReleaseTrigger) GetTemplatePasswordVariablesOk

func (o *ReleaseTrigger) GetTemplatePasswordVariablesOk() (*map[string]string, bool)

GetTemplatePasswordVariablesOk returns a tuple with the TemplatePasswordVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetTemplateVariables

func (o *ReleaseTrigger) GetTemplateVariables() map[string]string

GetTemplateVariables returns the TemplateVariables field value if set, zero value otherwise.

func (*ReleaseTrigger) GetTemplateVariablesOk

func (o *ReleaseTrigger) GetTemplateVariablesOk() (*map[string]string, bool)

GetTemplateVariablesOk returns a tuple with the TemplateVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetTitle

func (o *ReleaseTrigger) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ReleaseTrigger) GetTitleOk

func (o *ReleaseTrigger) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetTriggerState

func (o *ReleaseTrigger) GetTriggerState() string

GetTriggerState returns the TriggerState field value if set, zero value otherwise.

func (*ReleaseTrigger) GetTriggerStateFromResults

func (o *ReleaseTrigger) GetTriggerStateFromResults() string

GetTriggerStateFromResults returns the TriggerStateFromResults field value if set, zero value otherwise.

func (*ReleaseTrigger) GetTriggerStateFromResultsOk

func (o *ReleaseTrigger) GetTriggerStateFromResultsOk() (*string, bool)

GetTriggerStateFromResultsOk returns a tuple with the TriggerStateFromResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetTriggerStateOk

func (o *ReleaseTrigger) GetTriggerStateOk() (*string, bool)

GetTriggerStateOk returns a tuple with the TriggerState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetType

func (o *ReleaseTrigger) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ReleaseTrigger) GetTypeOk

func (o *ReleaseTrigger) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetVariables

func (o *ReleaseTrigger) GetVariables() []Variable

GetVariables returns the Variables field value if set, zero value otherwise.

func (*ReleaseTrigger) GetVariablesByKeys

func (o *ReleaseTrigger) GetVariablesByKeys() map[string]Variable

GetVariablesByKeys returns the VariablesByKeys field value if set, zero value otherwise.

func (*ReleaseTrigger) GetVariablesByKeysOk

func (o *ReleaseTrigger) GetVariablesByKeysOk() (*map[string]Variable, bool)

GetVariablesByKeysOk returns a tuple with the VariablesByKeys field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) GetVariablesOk

func (o *ReleaseTrigger) GetVariablesOk() ([]Variable, bool)

GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseTrigger) HasAbortScript

func (o *ReleaseTrigger) HasAbortScript() bool

HasAbortScript returns a boolean if a field has been set.

func (*ReleaseTrigger) HasAllowParallelExecution

func (o *ReleaseTrigger) HasAllowParallelExecution() bool

HasAllowParallelExecution returns a boolean if a field has been set.

func (*ReleaseTrigger) HasCiUid

func (o *ReleaseTrigger) HasCiUid() bool

HasCiUid returns a boolean if a field has been set.

func (*ReleaseTrigger) HasContainerId

func (o *ReleaseTrigger) HasContainerId() bool

HasContainerId returns a boolean if a field has been set.

func (*ReleaseTrigger) HasDescription

func (o *ReleaseTrigger) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ReleaseTrigger) HasEnabled

func (o *ReleaseTrigger) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ReleaseTrigger) HasExecutionId

func (o *ReleaseTrigger) HasExecutionId() bool

HasExecutionId returns a boolean if a field has been set.

func (*ReleaseTrigger) HasFolderId

func (o *ReleaseTrigger) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

func (*ReleaseTrigger) HasId

func (o *ReleaseTrigger) HasId() bool

HasId returns a boolean if a field has been set.

func (*ReleaseTrigger) HasInitialFire

func (o *ReleaseTrigger) HasInitialFire() bool

HasInitialFire returns a boolean if a field has been set.

func (*ReleaseTrigger) HasInternalProperties

func (o *ReleaseTrigger) HasInternalProperties() bool

HasInternalProperties returns a boolean if a field has been set.

func (*ReleaseTrigger) HasLastRunDate

func (o *ReleaseTrigger) HasLastRunDate() bool

HasLastRunDate returns a boolean if a field has been set.

func (*ReleaseTrigger) HasLastRunStatus

func (o *ReleaseTrigger) HasLastRunStatus() bool

HasLastRunStatus returns a boolean if a field has been set.

func (*ReleaseTrigger) HasPeriodicity

func (o *ReleaseTrigger) HasPeriodicity() bool

HasPeriodicity returns a boolean if a field has been set.

func (*ReleaseTrigger) HasPollType

func (o *ReleaseTrigger) HasPollType() bool

HasPollType returns a boolean if a field has been set.

func (*ReleaseTrigger) HasReleaseFolder

func (o *ReleaseTrigger) HasReleaseFolder() bool

HasReleaseFolder returns a boolean if a field has been set.

func (*ReleaseTrigger) HasReleaseTitle

func (o *ReleaseTrigger) HasReleaseTitle() bool

HasReleaseTitle returns a boolean if a field has been set.

func (*ReleaseTrigger) HasScript

func (o *ReleaseTrigger) HasScript() bool

HasScript returns a boolean if a field has been set.

func (*ReleaseTrigger) HasScriptVariableNames

func (o *ReleaseTrigger) HasScriptVariableNames() bool

HasScriptVariableNames returns a boolean if a field has been set.

func (*ReleaseTrigger) HasScriptVariableValues

func (o *ReleaseTrigger) HasScriptVariableValues() bool

HasScriptVariableValues returns a boolean if a field has been set.

func (*ReleaseTrigger) HasScriptVariablesFromResults

func (o *ReleaseTrigger) HasScriptVariablesFromResults() bool

HasScriptVariablesFromResults returns a boolean if a field has been set.

func (*ReleaseTrigger) HasStringScriptVariableValues

func (o *ReleaseTrigger) HasStringScriptVariableValues() bool

HasStringScriptVariableValues returns a boolean if a field has been set.

func (*ReleaseTrigger) HasTags

func (o *ReleaseTrigger) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*ReleaseTrigger) HasTemplate

func (o *ReleaseTrigger) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

func (*ReleaseTrigger) HasTemplatePasswordVariables

func (o *ReleaseTrigger) HasTemplatePasswordVariables() bool

HasTemplatePasswordVariables returns a boolean if a field has been set.

func (*ReleaseTrigger) HasTemplateVariables

func (o *ReleaseTrigger) HasTemplateVariables() bool

HasTemplateVariables returns a boolean if a field has been set.

func (*ReleaseTrigger) HasTitle

func (o *ReleaseTrigger) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*ReleaseTrigger) HasTriggerState

func (o *ReleaseTrigger) HasTriggerState() bool

HasTriggerState returns a boolean if a field has been set.

func (*ReleaseTrigger) HasTriggerStateFromResults

func (o *ReleaseTrigger) HasTriggerStateFromResults() bool

HasTriggerStateFromResults returns a boolean if a field has been set.

func (*ReleaseTrigger) HasType

func (o *ReleaseTrigger) HasType() bool

HasType returns a boolean if a field has been set.

func (*ReleaseTrigger) HasVariables

func (o *ReleaseTrigger) HasVariables() bool

HasVariables returns a boolean if a field has been set.

func (*ReleaseTrigger) HasVariablesByKeys

func (o *ReleaseTrigger) HasVariablesByKeys() bool

HasVariablesByKeys returns a boolean if a field has been set.

func (ReleaseTrigger) MarshalJSON

func (o ReleaseTrigger) MarshalJSON() ([]byte, error)

func (*ReleaseTrigger) SetAbortScript

func (o *ReleaseTrigger) SetAbortScript(v string)

SetAbortScript gets a reference to the given string and assigns it to the AbortScript field.

func (*ReleaseTrigger) SetAllowParallelExecution

func (o *ReleaseTrigger) SetAllowParallelExecution(v bool)

SetAllowParallelExecution gets a reference to the given bool and assigns it to the AllowParallelExecution field.

func (*ReleaseTrigger) SetCiUid

func (o *ReleaseTrigger) SetCiUid(v int32)

SetCiUid gets a reference to the given int32 and assigns it to the CiUid field.

func (*ReleaseTrigger) SetContainerId

func (o *ReleaseTrigger) SetContainerId(v string)

SetContainerId gets a reference to the given string and assigns it to the ContainerId field.

func (*ReleaseTrigger) SetDescription

func (o *ReleaseTrigger) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ReleaseTrigger) SetEnabled

func (o *ReleaseTrigger) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*ReleaseTrigger) SetExecutionId

func (o *ReleaseTrigger) SetExecutionId(v string)

SetExecutionId gets a reference to the given string and assigns it to the ExecutionId field.

func (*ReleaseTrigger) SetFolderId

func (o *ReleaseTrigger) SetFolderId(v string)

SetFolderId gets a reference to the given string and assigns it to the FolderId field.

func (*ReleaseTrigger) SetId

func (o *ReleaseTrigger) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ReleaseTrigger) SetInitialFire

func (o *ReleaseTrigger) SetInitialFire(v bool)

SetInitialFire gets a reference to the given bool and assigns it to the InitialFire field.

func (*ReleaseTrigger) SetInternalProperties

func (o *ReleaseTrigger) SetInternalProperties(v []string)

SetInternalProperties gets a reference to the given []string and assigns it to the InternalProperties field.

func (*ReleaseTrigger) SetLastRunDate

func (o *ReleaseTrigger) SetLastRunDate(v time.Time)

SetLastRunDate gets a reference to the given time.Time and assigns it to the LastRunDate field.

func (*ReleaseTrigger) SetLastRunStatus

func (o *ReleaseTrigger) SetLastRunStatus(v TriggerExecutionStatus)

SetLastRunStatus gets a reference to the given TriggerExecutionStatus and assigns it to the LastRunStatus field.

func (*ReleaseTrigger) SetPeriodicity

func (o *ReleaseTrigger) SetPeriodicity(v string)

SetPeriodicity gets a reference to the given string and assigns it to the Periodicity field.

func (*ReleaseTrigger) SetPollType

func (o *ReleaseTrigger) SetPollType(v PollType)

SetPollType gets a reference to the given PollType and assigns it to the PollType field.

func (*ReleaseTrigger) SetReleaseFolder

func (o *ReleaseTrigger) SetReleaseFolder(v string)

SetReleaseFolder gets a reference to the given string and assigns it to the ReleaseFolder field.

func (*ReleaseTrigger) SetReleaseTitle

func (o *ReleaseTrigger) SetReleaseTitle(v string)

SetReleaseTitle gets a reference to the given string and assigns it to the ReleaseTitle field.

func (*ReleaseTrigger) SetScript

func (o *ReleaseTrigger) SetScript(v string)

SetScript gets a reference to the given string and assigns it to the Script field.

func (*ReleaseTrigger) SetScriptVariableNames

func (o *ReleaseTrigger) SetScriptVariableNames(v []string)

SetScriptVariableNames gets a reference to the given []string and assigns it to the ScriptVariableNames field.

func (*ReleaseTrigger) SetScriptVariableValues

func (o *ReleaseTrigger) SetScriptVariableValues(v map[string]map[string]interface{})

SetScriptVariableValues gets a reference to the given map[string]map[string]interface{} and assigns it to the ScriptVariableValues field.

func (*ReleaseTrigger) SetScriptVariablesFromResults

func (o *ReleaseTrigger) SetScriptVariablesFromResults(v map[string]map[string]interface{})

SetScriptVariablesFromResults gets a reference to the given map[string]map[string]interface{} and assigns it to the ScriptVariablesFromResults field.

func (*ReleaseTrigger) SetStringScriptVariableValues

func (o *ReleaseTrigger) SetStringScriptVariableValues(v map[string]string)

SetStringScriptVariableValues gets a reference to the given map[string]string and assigns it to the StringScriptVariableValues field.

func (*ReleaseTrigger) SetTags

func (o *ReleaseTrigger) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*ReleaseTrigger) SetTemplate

func (o *ReleaseTrigger) SetTemplate(v string)

SetTemplate gets a reference to the given string and assigns it to the Template field.

func (*ReleaseTrigger) SetTemplatePasswordVariables

func (o *ReleaseTrigger) SetTemplatePasswordVariables(v map[string]string)

SetTemplatePasswordVariables gets a reference to the given map[string]string and assigns it to the TemplatePasswordVariables field.

func (*ReleaseTrigger) SetTemplateVariables

func (o *ReleaseTrigger) SetTemplateVariables(v map[string]string)

SetTemplateVariables gets a reference to the given map[string]string and assigns it to the TemplateVariables field.

func (*ReleaseTrigger) SetTitle

func (o *ReleaseTrigger) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*ReleaseTrigger) SetTriggerState

func (o *ReleaseTrigger) SetTriggerState(v string)

SetTriggerState gets a reference to the given string and assigns it to the TriggerState field.

func (*ReleaseTrigger) SetTriggerStateFromResults

func (o *ReleaseTrigger) SetTriggerStateFromResults(v string)

SetTriggerStateFromResults gets a reference to the given string and assigns it to the TriggerStateFromResults field.

func (*ReleaseTrigger) SetType

func (o *ReleaseTrigger) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ReleaseTrigger) SetVariables

func (o *ReleaseTrigger) SetVariables(v []Variable)

SetVariables gets a reference to the given []Variable and assigns it to the Variables field.

func (*ReleaseTrigger) SetVariablesByKeys

func (o *ReleaseTrigger) SetVariablesByKeys(v map[string]Variable)

SetVariablesByKeys gets a reference to the given map[string]Variable and assigns it to the VariablesByKeys field.

func (ReleaseTrigger) ToMap

func (o ReleaseTrigger) ToMap() (map[string]interface{}, error)

type ReleasesFilters

type ReleasesFilters struct {
	Title                    *string                   `json:"title,omitempty"`
	Tags                     []string                  `json:"tags,omitempty"`
	TaskTags                 []string                  `json:"taskTags,omitempty"`
	TimeFrame                *TimeFrame                `json:"timeFrame,omitempty"`
	From                     *time.Time                `json:"from,omitempty"`
	To                       *time.Time                `json:"to,omitempty"`
	Active                   *bool                     `json:"active,omitempty"`
	Planned                  *bool                     `json:"planned,omitempty"`
	InProgress               *bool                     `json:"inProgress,omitempty"`
	Paused                   *bool                     `json:"paused,omitempty"`
	Failing                  *bool                     `json:"failing,omitempty"`
	Failed                   *bool                     `json:"failed,omitempty"`
	Inactive                 *bool                     `json:"inactive,omitempty"`
	Completed                *bool                     `json:"completed,omitempty"`
	Aborted                  *bool                     `json:"aborted,omitempty"`
	OnlyMine                 *bool                     `json:"onlyMine,omitempty"`
	OnlyFlagged              *bool                     `json:"onlyFlagged,omitempty"`
	OnlyArchived             *bool                     `json:"onlyArchived,omitempty"`
	ParentId                 *string                   `json:"parentId,omitempty"`
	OrderBy                  *ReleaseOrderMode         `json:"orderBy,omitempty"`
	OrderDirection           *ReleaseOrderDirection    `json:"orderDirection,omitempty"`
	RiskStatusWithThresholds *RiskStatusWithThresholds `json:"riskStatusWithThresholds,omitempty"`
	QueryStartDate           *time.Time                `json:"queryStartDate,omitempty"`
	QueryEndDate             *time.Time                `json:"queryEndDate,omitempty"`
	Statuses                 []ReleaseStatus           `json:"statuses,omitempty"`
}

ReleasesFilters struct for ReleasesFilters

func NewReleasesFilters

func NewReleasesFilters() *ReleasesFilters

NewReleasesFilters instantiates a new ReleasesFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReleasesFiltersWithDefaults

func NewReleasesFiltersWithDefaults() *ReleasesFilters

NewReleasesFiltersWithDefaults instantiates a new ReleasesFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReleasesFilters) GetAborted

func (o *ReleasesFilters) GetAborted() bool

GetAborted returns the Aborted field value if set, zero value otherwise.

func (*ReleasesFilters) GetAbortedOk

func (o *ReleasesFilters) GetAbortedOk() (*bool, bool)

GetAbortedOk returns a tuple with the Aborted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetActive

func (o *ReleasesFilters) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*ReleasesFilters) GetActiveOk

func (o *ReleasesFilters) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetCompleted

func (o *ReleasesFilters) GetCompleted() bool

GetCompleted returns the Completed field value if set, zero value otherwise.

func (*ReleasesFilters) GetCompletedOk

func (o *ReleasesFilters) GetCompletedOk() (*bool, bool)

GetCompletedOk returns a tuple with the Completed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetFailed

func (o *ReleasesFilters) GetFailed() bool

GetFailed returns the Failed field value if set, zero value otherwise.

func (*ReleasesFilters) GetFailedOk

func (o *ReleasesFilters) GetFailedOk() (*bool, bool)

GetFailedOk returns a tuple with the Failed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetFailing

func (o *ReleasesFilters) GetFailing() bool

GetFailing returns the Failing field value if set, zero value otherwise.

func (*ReleasesFilters) GetFailingOk

func (o *ReleasesFilters) GetFailingOk() (*bool, bool)

GetFailingOk returns a tuple with the Failing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetFrom

func (o *ReleasesFilters) GetFrom() time.Time

GetFrom returns the From field value if set, zero value otherwise.

func (*ReleasesFilters) GetFromOk

func (o *ReleasesFilters) GetFromOk() (*time.Time, bool)

GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetInProgress

func (o *ReleasesFilters) GetInProgress() bool

GetInProgress returns the InProgress field value if set, zero value otherwise.

func (*ReleasesFilters) GetInProgressOk

func (o *ReleasesFilters) GetInProgressOk() (*bool, bool)

GetInProgressOk returns a tuple with the InProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetInactive

func (o *ReleasesFilters) GetInactive() bool

GetInactive returns the Inactive field value if set, zero value otherwise.

func (*ReleasesFilters) GetInactiveOk

func (o *ReleasesFilters) GetInactiveOk() (*bool, bool)

GetInactiveOk returns a tuple with the Inactive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetOnlyArchived

func (o *ReleasesFilters) GetOnlyArchived() bool

GetOnlyArchived returns the OnlyArchived field value if set, zero value otherwise.

func (*ReleasesFilters) GetOnlyArchivedOk

func (o *ReleasesFilters) GetOnlyArchivedOk() (*bool, bool)

GetOnlyArchivedOk returns a tuple with the OnlyArchived field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetOnlyFlagged

func (o *ReleasesFilters) GetOnlyFlagged() bool

GetOnlyFlagged returns the OnlyFlagged field value if set, zero value otherwise.

func (*ReleasesFilters) GetOnlyFlaggedOk

func (o *ReleasesFilters) GetOnlyFlaggedOk() (*bool, bool)

GetOnlyFlaggedOk returns a tuple with the OnlyFlagged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetOnlyMine

func (o *ReleasesFilters) GetOnlyMine() bool

GetOnlyMine returns the OnlyMine field value if set, zero value otherwise.

func (*ReleasesFilters) GetOnlyMineOk

func (o *ReleasesFilters) GetOnlyMineOk() (*bool, bool)

GetOnlyMineOk returns a tuple with the OnlyMine field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetOrderBy

func (o *ReleasesFilters) GetOrderBy() ReleaseOrderMode

GetOrderBy returns the OrderBy field value if set, zero value otherwise.

func (*ReleasesFilters) GetOrderByOk

func (o *ReleasesFilters) GetOrderByOk() (*ReleaseOrderMode, bool)

GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetOrderDirection

func (o *ReleasesFilters) GetOrderDirection() ReleaseOrderDirection

GetOrderDirection returns the OrderDirection field value if set, zero value otherwise.

func (*ReleasesFilters) GetOrderDirectionOk

func (o *ReleasesFilters) GetOrderDirectionOk() (*ReleaseOrderDirection, bool)

GetOrderDirectionOk returns a tuple with the OrderDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetParentId

func (o *ReleasesFilters) GetParentId() string

GetParentId returns the ParentId field value if set, zero value otherwise.

func (*ReleasesFilters) GetParentIdOk

func (o *ReleasesFilters) GetParentIdOk() (*string, bool)

GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetPaused

func (o *ReleasesFilters) GetPaused() bool

GetPaused returns the Paused field value if set, zero value otherwise.

func (*ReleasesFilters) GetPausedOk

func (o *ReleasesFilters) GetPausedOk() (*bool, bool)

GetPausedOk returns a tuple with the Paused field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetPlanned

func (o *ReleasesFilters) GetPlanned() bool

GetPlanned returns the Planned field value if set, zero value otherwise.

func (*ReleasesFilters) GetPlannedOk

func (o *ReleasesFilters) GetPlannedOk() (*bool, bool)

GetPlannedOk returns a tuple with the Planned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetQueryEndDate

func (o *ReleasesFilters) GetQueryEndDate() time.Time

GetQueryEndDate returns the QueryEndDate field value if set, zero value otherwise.

func (*ReleasesFilters) GetQueryEndDateOk

func (o *ReleasesFilters) GetQueryEndDateOk() (*time.Time, bool)

GetQueryEndDateOk returns a tuple with the QueryEndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetQueryStartDate

func (o *ReleasesFilters) GetQueryStartDate() time.Time

GetQueryStartDate returns the QueryStartDate field value if set, zero value otherwise.

func (*ReleasesFilters) GetQueryStartDateOk

func (o *ReleasesFilters) GetQueryStartDateOk() (*time.Time, bool)

GetQueryStartDateOk returns a tuple with the QueryStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetRiskStatusWithThresholds

func (o *ReleasesFilters) GetRiskStatusWithThresholds() RiskStatusWithThresholds

GetRiskStatusWithThresholds returns the RiskStatusWithThresholds field value if set, zero value otherwise.

func (*ReleasesFilters) GetRiskStatusWithThresholdsOk

func (o *ReleasesFilters) GetRiskStatusWithThresholdsOk() (*RiskStatusWithThresholds, bool)

GetRiskStatusWithThresholdsOk returns a tuple with the RiskStatusWithThresholds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetStatuses

func (o *ReleasesFilters) GetStatuses() []ReleaseStatus

GetStatuses returns the Statuses field value if set, zero value otherwise.

func (*ReleasesFilters) GetStatusesOk

func (o *ReleasesFilters) GetStatusesOk() ([]ReleaseStatus, bool)

GetStatusesOk returns a tuple with the Statuses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetTags

func (o *ReleasesFilters) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*ReleasesFilters) GetTagsOk

func (o *ReleasesFilters) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetTaskTags

func (o *ReleasesFilters) GetTaskTags() []string

GetTaskTags returns the TaskTags field value if set, zero value otherwise.

func (*ReleasesFilters) GetTaskTagsOk

func (o *ReleasesFilters) GetTaskTagsOk() ([]string, bool)

GetTaskTagsOk returns a tuple with the TaskTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetTimeFrame

func (o *ReleasesFilters) GetTimeFrame() TimeFrame

GetTimeFrame returns the TimeFrame field value if set, zero value otherwise.

func (*ReleasesFilters) GetTimeFrameOk

func (o *ReleasesFilters) GetTimeFrameOk() (*TimeFrame, bool)

GetTimeFrameOk returns a tuple with the TimeFrame field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetTitle

func (o *ReleasesFilters) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ReleasesFilters) GetTitleOk

func (o *ReleasesFilters) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) GetTo

func (o *ReleasesFilters) GetTo() time.Time

GetTo returns the To field value if set, zero value otherwise.

func (*ReleasesFilters) GetToOk

func (o *ReleasesFilters) GetToOk() (*time.Time, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleasesFilters) HasAborted

func (o *ReleasesFilters) HasAborted() bool

HasAborted returns a boolean if a field has been set.

func (*ReleasesFilters) HasActive

func (o *ReleasesFilters) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*ReleasesFilters) HasCompleted

func (o *ReleasesFilters) HasCompleted() bool

HasCompleted returns a boolean if a field has been set.

func (*ReleasesFilters) HasFailed

func (o *ReleasesFilters) HasFailed() bool

HasFailed returns a boolean if a field has been set.

func (*ReleasesFilters) HasFailing

func (o *ReleasesFilters) HasFailing() bool

HasFailing returns a boolean if a field has been set.

func (*ReleasesFilters) HasFrom

func (o *ReleasesFilters) HasFrom() bool

HasFrom returns a boolean if a field has been set.

func (*ReleasesFilters) HasInProgress

func (o *ReleasesFilters) HasInProgress() bool

HasInProgress returns a boolean if a field has been set.

func (*ReleasesFilters) HasInactive

func (o *ReleasesFilters) HasInactive() bool

HasInactive returns a boolean if a field has been set.

func (*ReleasesFilters) HasOnlyArchived

func (o *ReleasesFilters) HasOnlyArchived() bool

HasOnlyArchived returns a boolean if a field has been set.

func (*ReleasesFilters) HasOnlyFlagged

func (o *ReleasesFilters) HasOnlyFlagged() bool

HasOnlyFlagged returns a boolean if a field has been set.

func (*ReleasesFilters) HasOnlyMine

func (o *ReleasesFilters) HasOnlyMine() bool

HasOnlyMine returns a boolean if a field has been set.

func (*ReleasesFilters) HasOrderBy

func (o *ReleasesFilters) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

func (*ReleasesFilters) HasOrderDirection

func (o *ReleasesFilters) HasOrderDirection() bool

HasOrderDirection returns a boolean if a field has been set.

func (*ReleasesFilters) HasParentId

func (o *ReleasesFilters) HasParentId() bool

HasParentId returns a boolean if a field has been set.

func (*ReleasesFilters) HasPaused

func (o *ReleasesFilters) HasPaused() bool

HasPaused returns a boolean if a field has been set.

func (*ReleasesFilters) HasPlanned

func (o *ReleasesFilters) HasPlanned() bool

HasPlanned returns a boolean if a field has been set.

func (*ReleasesFilters) HasQueryEndDate

func (o *ReleasesFilters) HasQueryEndDate() bool

HasQueryEndDate returns a boolean if a field has been set.

func (*ReleasesFilters) HasQueryStartDate

func (o *ReleasesFilters) HasQueryStartDate() bool

HasQueryStartDate returns a boolean if a field has been set.

func (*ReleasesFilters) HasRiskStatusWithThresholds

func (o *ReleasesFilters) HasRiskStatusWithThresholds() bool

HasRiskStatusWithThresholds returns a boolean if a field has been set.

func (*ReleasesFilters) HasStatuses

func (o *ReleasesFilters) HasStatuses() bool

HasStatuses returns a boolean if a field has been set.

func (*ReleasesFilters) HasTags

func (o *ReleasesFilters) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*ReleasesFilters) HasTaskTags

func (o *ReleasesFilters) HasTaskTags() bool

HasTaskTags returns a boolean if a field has been set.

func (*ReleasesFilters) HasTimeFrame

func (o *ReleasesFilters) HasTimeFrame() bool

HasTimeFrame returns a boolean if a field has been set.

func (*ReleasesFilters) HasTitle

func (o *ReleasesFilters) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*ReleasesFilters) HasTo

func (o *ReleasesFilters) HasTo() bool

HasTo returns a boolean if a field has been set.

func (ReleasesFilters) MarshalJSON

func (o ReleasesFilters) MarshalJSON() ([]byte, error)

func (*ReleasesFilters) SetAborted

func (o *ReleasesFilters) SetAborted(v bool)

SetAborted gets a reference to the given bool and assigns it to the Aborted field.

func (*ReleasesFilters) SetActive

func (o *ReleasesFilters) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*ReleasesFilters) SetCompleted

func (o *ReleasesFilters) SetCompleted(v bool)

SetCompleted gets a reference to the given bool and assigns it to the Completed field.

func (*ReleasesFilters) SetFailed

func (o *ReleasesFilters) SetFailed(v bool)

SetFailed gets a reference to the given bool and assigns it to the Failed field.

func (*ReleasesFilters) SetFailing

func (o *ReleasesFilters) SetFailing(v bool)

SetFailing gets a reference to the given bool and assigns it to the Failing field.

func (*ReleasesFilters) SetFrom

func (o *ReleasesFilters) SetFrom(v time.Time)

SetFrom gets a reference to the given time.Time and assigns it to the From field.

func (*ReleasesFilters) SetInProgress

func (o *ReleasesFilters) SetInProgress(v bool)

SetInProgress gets a reference to the given bool and assigns it to the InProgress field.

func (*ReleasesFilters) SetInactive

func (o *ReleasesFilters) SetInactive(v bool)

SetInactive gets a reference to the given bool and assigns it to the Inactive field.

func (*ReleasesFilters) SetOnlyArchived

func (o *ReleasesFilters) SetOnlyArchived(v bool)

SetOnlyArchived gets a reference to the given bool and assigns it to the OnlyArchived field.

func (*ReleasesFilters) SetOnlyFlagged

func (o *ReleasesFilters) SetOnlyFlagged(v bool)

SetOnlyFlagged gets a reference to the given bool and assigns it to the OnlyFlagged field.

func (*ReleasesFilters) SetOnlyMine

func (o *ReleasesFilters) SetOnlyMine(v bool)

SetOnlyMine gets a reference to the given bool and assigns it to the OnlyMine field.

func (*ReleasesFilters) SetOrderBy

func (o *ReleasesFilters) SetOrderBy(v ReleaseOrderMode)

SetOrderBy gets a reference to the given ReleaseOrderMode and assigns it to the OrderBy field.

func (*ReleasesFilters) SetOrderDirection

func (o *ReleasesFilters) SetOrderDirection(v ReleaseOrderDirection)

SetOrderDirection gets a reference to the given ReleaseOrderDirection and assigns it to the OrderDirection field.

func (*ReleasesFilters) SetParentId

func (o *ReleasesFilters) SetParentId(v string)

SetParentId gets a reference to the given string and assigns it to the ParentId field.

func (*ReleasesFilters) SetPaused

func (o *ReleasesFilters) SetPaused(v bool)

SetPaused gets a reference to the given bool and assigns it to the Paused field.

func (*ReleasesFilters) SetPlanned

func (o *ReleasesFilters) SetPlanned(v bool)

SetPlanned gets a reference to the given bool and assigns it to the Planned field.

func (*ReleasesFilters) SetQueryEndDate

func (o *ReleasesFilters) SetQueryEndDate(v time.Time)

SetQueryEndDate gets a reference to the given time.Time and assigns it to the QueryEndDate field.

func (*ReleasesFilters) SetQueryStartDate

func (o *ReleasesFilters) SetQueryStartDate(v time.Time)

SetQueryStartDate gets a reference to the given time.Time and assigns it to the QueryStartDate field.

func (*ReleasesFilters) SetRiskStatusWithThresholds

func (o *ReleasesFilters) SetRiskStatusWithThresholds(v RiskStatusWithThresholds)

SetRiskStatusWithThresholds gets a reference to the given RiskStatusWithThresholds and assigns it to the RiskStatusWithThresholds field.

func (*ReleasesFilters) SetStatuses

func (o *ReleasesFilters) SetStatuses(v []ReleaseStatus)

SetStatuses gets a reference to the given []ReleaseStatus and assigns it to the Statuses field.

func (*ReleasesFilters) SetTags

func (o *ReleasesFilters) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*ReleasesFilters) SetTaskTags

func (o *ReleasesFilters) SetTaskTags(v []string)

SetTaskTags gets a reference to the given []string and assigns it to the TaskTags field.

func (*ReleasesFilters) SetTimeFrame

func (o *ReleasesFilters) SetTimeFrame(v TimeFrame)

SetTimeFrame gets a reference to the given TimeFrame and assigns it to the TimeFrame field.

func (*ReleasesFilters) SetTitle

func (o *ReleasesFilters) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*ReleasesFilters) SetTo

func (o *ReleasesFilters) SetTo(v time.Time)

SetTo gets a reference to the given time.Time and assigns it to the To field.

func (ReleasesFilters) ToMap

func (o ReleasesFilters) ToMap() (map[string]interface{}, error)

type ReportApiService

type ReportApiService service

ReportApiService ReportApi service

func (*ReportApiService) DownloadReleaseReport

func (a *ReportApiService) DownloadReleaseReport(ctx context.Context, releaseId string, reportType string) ApiDownloadReleaseReportRequest

DownloadReleaseReport Method for DownloadReleaseReport

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@param reportType
@return ApiDownloadReleaseReportRequest

func (*ReportApiService) DownloadReleaseReportExecute

func (a *ReportApiService) DownloadReleaseReportExecute(r ApiDownloadReleaseReportRequest) (*http.Response, error)

Execute executes the request

func (*ReportApiService) GetRecordsForRelease

func (a *ReportApiService) GetRecordsForRelease(ctx context.Context, releaseId string) ApiGetRecordsForReleaseRequest

GetRecordsForRelease Method for GetRecordsForRelease

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiGetRecordsForReleaseRequest

func (*ReportApiService) GetRecordsForReleaseExecute

func (a *ReportApiService) GetRecordsForReleaseExecute(r ApiGetRecordsForReleaseRequest) ([]TaskReportingRecord, *http.Response, error)

Execute executes the request

@return []TaskReportingRecord

func (*ReportApiService) GetRecordsForTask

func (a *ReportApiService) GetRecordsForTask(ctx context.Context, taskId string) ApiGetRecordsForTaskRequest

GetRecordsForTask Method for GetRecordsForTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiGetRecordsForTaskRequest

func (*ReportApiService) GetRecordsForTaskExecute

Execute executes the request

@return []TaskReportingRecord

func (*ReportApiService) SearchRecords

SearchRecords Method for SearchRecords

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchRecordsRequest

func (*ReportApiService) SearchRecordsExecute

Execute executes the request

@return []TaskReportingRecord

type ReservationFilters

type ReservationFilters struct {
	EnvironmentTitle *string    `json:"environmentTitle,omitempty"`
	Stages           []string   `json:"stages,omitempty"`
	Labels           []string   `json:"labels,omitempty"`
	Applications     []string   `json:"applications,omitempty"`
	From             *time.Time `json:"from,omitempty"`
	To               *time.Time `json:"to,omitempty"`
}

ReservationFilters struct for ReservationFilters

func NewReservationFilters

func NewReservationFilters() *ReservationFilters

NewReservationFilters instantiates a new ReservationFilters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReservationFiltersWithDefaults

func NewReservationFiltersWithDefaults() *ReservationFilters

NewReservationFiltersWithDefaults instantiates a new ReservationFilters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReservationFilters) GetApplications

func (o *ReservationFilters) GetApplications() []string

GetApplications returns the Applications field value if set, zero value otherwise.

func (*ReservationFilters) GetApplicationsOk

func (o *ReservationFilters) GetApplicationsOk() ([]string, bool)

GetApplicationsOk returns a tuple with the Applications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservationFilters) GetEnvironmentTitle

func (o *ReservationFilters) GetEnvironmentTitle() string

GetEnvironmentTitle returns the EnvironmentTitle field value if set, zero value otherwise.

func (*ReservationFilters) GetEnvironmentTitleOk

func (o *ReservationFilters) GetEnvironmentTitleOk() (*string, bool)

GetEnvironmentTitleOk returns a tuple with the EnvironmentTitle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservationFilters) GetFrom

func (o *ReservationFilters) GetFrom() time.Time

GetFrom returns the From field value if set, zero value otherwise.

func (*ReservationFilters) GetFromOk

func (o *ReservationFilters) GetFromOk() (*time.Time, bool)

GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservationFilters) GetLabels

func (o *ReservationFilters) GetLabels() []string

GetLabels returns the Labels field value if set, zero value otherwise.

func (*ReservationFilters) GetLabelsOk

func (o *ReservationFilters) GetLabelsOk() ([]string, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservationFilters) GetStages

func (o *ReservationFilters) GetStages() []string

GetStages returns the Stages field value if set, zero value otherwise.

func (*ReservationFilters) GetStagesOk

func (o *ReservationFilters) GetStagesOk() ([]string, bool)

GetStagesOk returns a tuple with the Stages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservationFilters) GetTo

func (o *ReservationFilters) GetTo() time.Time

GetTo returns the To field value if set, zero value otherwise.

func (*ReservationFilters) GetToOk

func (o *ReservationFilters) GetToOk() (*time.Time, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservationFilters) HasApplications

func (o *ReservationFilters) HasApplications() bool

HasApplications returns a boolean if a field has been set.

func (*ReservationFilters) HasEnvironmentTitle

func (o *ReservationFilters) HasEnvironmentTitle() bool

HasEnvironmentTitle returns a boolean if a field has been set.

func (*ReservationFilters) HasFrom

func (o *ReservationFilters) HasFrom() bool

HasFrom returns a boolean if a field has been set.

func (*ReservationFilters) HasLabels

func (o *ReservationFilters) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*ReservationFilters) HasStages

func (o *ReservationFilters) HasStages() bool

HasStages returns a boolean if a field has been set.

func (*ReservationFilters) HasTo

func (o *ReservationFilters) HasTo() bool

HasTo returns a boolean if a field has been set.

func (ReservationFilters) MarshalJSON

func (o ReservationFilters) MarshalJSON() ([]byte, error)

func (*ReservationFilters) SetApplications

func (o *ReservationFilters) SetApplications(v []string)

SetApplications gets a reference to the given []string and assigns it to the Applications field.

func (*ReservationFilters) SetEnvironmentTitle

func (o *ReservationFilters) SetEnvironmentTitle(v string)

SetEnvironmentTitle gets a reference to the given string and assigns it to the EnvironmentTitle field.

func (*ReservationFilters) SetFrom

func (o *ReservationFilters) SetFrom(v time.Time)

SetFrom gets a reference to the given time.Time and assigns it to the From field.

func (*ReservationFilters) SetLabels

func (o *ReservationFilters) SetLabels(v []string)

SetLabels gets a reference to the given []string and assigns it to the Labels field.

func (*ReservationFilters) SetStages

func (o *ReservationFilters) SetStages(v []string)

SetStages gets a reference to the given []string and assigns it to the Stages field.

func (*ReservationFilters) SetTo

func (o *ReservationFilters) SetTo(v time.Time)

SetTo gets a reference to the given time.Time and assigns it to the To field.

func (ReservationFilters) ToMap

func (o ReservationFilters) ToMap() (map[string]interface{}, error)

type ReservationSearchView

type ReservationSearchView struct {
	Id           *string               `json:"id,omitempty"`
	StartDate    *time.Time            `json:"startDate,omitempty"`
	EndDate      *time.Time            `json:"endDate,omitempty"`
	Note         *string               `json:"note,omitempty"`
	Applications []BaseApplicationView `json:"applications,omitempty"`
}

ReservationSearchView struct for ReservationSearchView

func NewReservationSearchView

func NewReservationSearchView() *ReservationSearchView

NewReservationSearchView instantiates a new ReservationSearchView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReservationSearchViewWithDefaults

func NewReservationSearchViewWithDefaults() *ReservationSearchView

NewReservationSearchViewWithDefaults instantiates a new ReservationSearchView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReservationSearchView) GetApplications

func (o *ReservationSearchView) GetApplications() []BaseApplicationView

GetApplications returns the Applications field value if set, zero value otherwise.

func (*ReservationSearchView) GetApplicationsOk

func (o *ReservationSearchView) GetApplicationsOk() ([]BaseApplicationView, bool)

GetApplicationsOk returns a tuple with the Applications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservationSearchView) GetEndDate

func (o *ReservationSearchView) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*ReservationSearchView) GetEndDateOk

func (o *ReservationSearchView) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservationSearchView) GetId

func (o *ReservationSearchView) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ReservationSearchView) GetIdOk

func (o *ReservationSearchView) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservationSearchView) GetNote

func (o *ReservationSearchView) GetNote() string

GetNote returns the Note field value if set, zero value otherwise.

func (*ReservationSearchView) GetNoteOk

func (o *ReservationSearchView) GetNoteOk() (*string, bool)

GetNoteOk returns a tuple with the Note field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservationSearchView) GetStartDate

func (o *ReservationSearchView) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*ReservationSearchView) GetStartDateOk

func (o *ReservationSearchView) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReservationSearchView) HasApplications

func (o *ReservationSearchView) HasApplications() bool

HasApplications returns a boolean if a field has been set.

func (*ReservationSearchView) HasEndDate

func (o *ReservationSearchView) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*ReservationSearchView) HasId

func (o *ReservationSearchView) HasId() bool

HasId returns a boolean if a field has been set.

func (*ReservationSearchView) HasNote

func (o *ReservationSearchView) HasNote() bool

HasNote returns a boolean if a field has been set.

func (*ReservationSearchView) HasStartDate

func (o *ReservationSearchView) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (ReservationSearchView) MarshalJSON

func (o ReservationSearchView) MarshalJSON() ([]byte, error)

func (*ReservationSearchView) SetApplications

func (o *ReservationSearchView) SetApplications(v []BaseApplicationView)

SetApplications gets a reference to the given []BaseApplicationView and assigns it to the Applications field.

func (*ReservationSearchView) SetEndDate

func (o *ReservationSearchView) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*ReservationSearchView) SetId

func (o *ReservationSearchView) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ReservationSearchView) SetNote

func (o *ReservationSearchView) SetNote(v string)

SetNote gets a reference to the given string and assigns it to the Note field.

func (*ReservationSearchView) SetStartDate

func (o *ReservationSearchView) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (ReservationSearchView) ToMap

func (o ReservationSearchView) ToMap() (map[string]interface{}, error)

type Risk

type Risk struct {
	Id              *string          `json:"id,omitempty"`
	Type            *string          `json:"type,omitempty"`
	VariableUsages  []UsagePoint     `json:"variableUsages,omitempty"`
	Score           *int32           `json:"score,omitempty"`
	TotalScore      *int32           `json:"totalScore,omitempty"`
	RiskAssessments []RiskAssessment `json:"riskAssessments,omitempty"`
}

Risk struct for Risk

func NewRisk

func NewRisk() *Risk

NewRisk instantiates a new Risk object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRiskWithDefaults

func NewRiskWithDefaults() *Risk

NewRiskWithDefaults instantiates a new Risk object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Risk) GetId

func (o *Risk) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Risk) GetIdOk

func (o *Risk) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Risk) GetRiskAssessments

func (o *Risk) GetRiskAssessments() []RiskAssessment

GetRiskAssessments returns the RiskAssessments field value if set, zero value otherwise.

func (*Risk) GetRiskAssessmentsOk

func (o *Risk) GetRiskAssessmentsOk() ([]RiskAssessment, bool)

GetRiskAssessmentsOk returns a tuple with the RiskAssessments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Risk) GetScore

func (o *Risk) GetScore() int32

GetScore returns the Score field value if set, zero value otherwise.

func (*Risk) GetScoreOk

func (o *Risk) GetScoreOk() (*int32, bool)

GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Risk) GetTotalScore

func (o *Risk) GetTotalScore() int32

GetTotalScore returns the TotalScore field value if set, zero value otherwise.

func (*Risk) GetTotalScoreOk

func (o *Risk) GetTotalScoreOk() (*int32, bool)

GetTotalScoreOk returns a tuple with the TotalScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Risk) GetType

func (o *Risk) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Risk) GetTypeOk

func (o *Risk) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Risk) GetVariableUsages

func (o *Risk) GetVariableUsages() []UsagePoint

GetVariableUsages returns the VariableUsages field value if set, zero value otherwise.

func (*Risk) GetVariableUsagesOk

func (o *Risk) GetVariableUsagesOk() ([]UsagePoint, bool)

GetVariableUsagesOk returns a tuple with the VariableUsages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Risk) HasId

func (o *Risk) HasId() bool

HasId returns a boolean if a field has been set.

func (*Risk) HasRiskAssessments

func (o *Risk) HasRiskAssessments() bool

HasRiskAssessments returns a boolean if a field has been set.

func (*Risk) HasScore

func (o *Risk) HasScore() bool

HasScore returns a boolean if a field has been set.

func (*Risk) HasTotalScore

func (o *Risk) HasTotalScore() bool

HasTotalScore returns a boolean if a field has been set.

func (*Risk) HasType

func (o *Risk) HasType() bool

HasType returns a boolean if a field has been set.

func (*Risk) HasVariableUsages

func (o *Risk) HasVariableUsages() bool

HasVariableUsages returns a boolean if a field has been set.

func (Risk) MarshalJSON

func (o Risk) MarshalJSON() ([]byte, error)

func (*Risk) SetId

func (o *Risk) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Risk) SetRiskAssessments

func (o *Risk) SetRiskAssessments(v []RiskAssessment)

SetRiskAssessments gets a reference to the given []RiskAssessment and assigns it to the RiskAssessments field.

func (*Risk) SetScore

func (o *Risk) SetScore(v int32)

SetScore gets a reference to the given int32 and assigns it to the Score field.

func (*Risk) SetTotalScore

func (o *Risk) SetTotalScore(v int32)

SetTotalScore gets a reference to the given int32 and assigns it to the TotalScore field.

func (*Risk) SetType

func (o *Risk) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Risk) SetVariableUsages

func (o *Risk) SetVariableUsages(v []UsagePoint)

SetVariableUsages gets a reference to the given []UsagePoint and assigns it to the VariableUsages field.

func (Risk) ToMap

func (o Risk) ToMap() (map[string]interface{}, error)

type RiskApiService

type RiskApiService service

RiskApiService RiskApi service

func (*RiskApiService) CopyRiskProfile

func (a *RiskApiService) CopyRiskProfile(ctx context.Context, riskProfileId string) ApiCopyRiskProfileRequest

CopyRiskProfile Method for CopyRiskProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param riskProfileId
@return ApiCopyRiskProfileRequest

func (*RiskApiService) CopyRiskProfileExecute

func (a *RiskApiService) CopyRiskProfileExecute(r ApiCopyRiskProfileRequest) (*RiskProfile, *http.Response, error)

Execute executes the request

@return RiskProfile

func (*RiskApiService) CreateRiskProfile

func (a *RiskApiService) CreateRiskProfile(ctx context.Context) ApiCreateRiskProfileRequest

CreateRiskProfile Method for CreateRiskProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateRiskProfileRequest

func (*RiskApiService) CreateRiskProfileExecute

func (a *RiskApiService) CreateRiskProfileExecute(r ApiCreateRiskProfileRequest) (*RiskProfile, *http.Response, error)

Execute executes the request

@return RiskProfile

func (*RiskApiService) DeleteRiskProfile

func (a *RiskApiService) DeleteRiskProfile(ctx context.Context, riskProfileId string) ApiDeleteRiskProfileRequest

DeleteRiskProfile Method for DeleteRiskProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param riskProfileId
@return ApiDeleteRiskProfileRequest

func (*RiskApiService) DeleteRiskProfileExecute

func (a *RiskApiService) DeleteRiskProfileExecute(r ApiDeleteRiskProfileRequest) (*http.Response, error)

Execute executes the request

func (*RiskApiService) GetAllRiskAssessors

func (a *RiskApiService) GetAllRiskAssessors(ctx context.Context) ApiGetAllRiskAssessorsRequest

GetAllRiskAssessors Method for GetAllRiskAssessors

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAllRiskAssessorsRequest

func (*RiskApiService) GetAllRiskAssessorsExecute

func (a *RiskApiService) GetAllRiskAssessorsExecute(r ApiGetAllRiskAssessorsRequest) ([]RiskAssessor, *http.Response, error)

Execute executes the request

@return []RiskAssessor

func (*RiskApiService) GetRisk

func (a *RiskApiService) GetRisk(ctx context.Context, riskId string) ApiGetRiskRequest

GetRisk Method for GetRisk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param riskId
@return ApiGetRiskRequest

func (*RiskApiService) GetRiskExecute

func (a *RiskApiService) GetRiskExecute(r ApiGetRiskRequest) (*Risk, *http.Response, error)

Execute executes the request

@return Risk

func (*RiskApiService) GetRiskGlobalThresholds

func (a *RiskApiService) GetRiskGlobalThresholds(ctx context.Context) ApiGetRiskGlobalThresholdsRequest

GetRiskGlobalThresholds Method for GetRiskGlobalThresholds

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetRiskGlobalThresholdsRequest

func (*RiskApiService) GetRiskGlobalThresholdsExecute

func (a *RiskApiService) GetRiskGlobalThresholdsExecute(r ApiGetRiskGlobalThresholdsRequest) (*RiskGlobalThresholds, *http.Response, error)

Execute executes the request

@return RiskGlobalThresholds

func (*RiskApiService) GetRiskProfile

func (a *RiskApiService) GetRiskProfile(ctx context.Context, riskProfileId string) ApiGetRiskProfileRequest

GetRiskProfile Method for GetRiskProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param riskProfileId
@return ApiGetRiskProfileRequest

func (*RiskApiService) GetRiskProfileExecute

func (a *RiskApiService) GetRiskProfileExecute(r ApiGetRiskProfileRequest) (*RiskProfile, *http.Response, error)

Execute executes the request

@return RiskProfile

func (*RiskApiService) GetRiskProfiles

func (a *RiskApiService) GetRiskProfiles(ctx context.Context) ApiGetRiskProfilesRequest

GetRiskProfiles Method for GetRiskProfiles

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetRiskProfilesRequest

func (*RiskApiService) GetRiskProfilesExecute

func (a *RiskApiService) GetRiskProfilesExecute(r ApiGetRiskProfilesRequest) ([]RiskProfile, *http.Response, error)

Execute executes the request

@return []RiskProfile

func (*RiskApiService) UpdateRiskGlobalThresholds

func (a *RiskApiService) UpdateRiskGlobalThresholds(ctx context.Context) ApiUpdateRiskGlobalThresholdsRequest

UpdateRiskGlobalThresholds Method for UpdateRiskGlobalThresholds

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateRiskGlobalThresholdsRequest

func (*RiskApiService) UpdateRiskGlobalThresholdsExecute

func (a *RiskApiService) UpdateRiskGlobalThresholdsExecute(r ApiUpdateRiskGlobalThresholdsRequest) (*RiskGlobalThresholds, *http.Response, error)

Execute executes the request

@return RiskGlobalThresholds

func (*RiskApiService) UpdateRiskProfile

func (a *RiskApiService) UpdateRiskProfile(ctx context.Context, riskProfileId string) ApiUpdateRiskProfileRequest

UpdateRiskProfile Method for UpdateRiskProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param riskProfileId
@return ApiUpdateRiskProfileRequest

func (*RiskApiService) UpdateRiskProfileExecute

func (a *RiskApiService) UpdateRiskProfileExecute(r ApiUpdateRiskProfileRequest) (*RiskProfile, *http.Response, error)

Execute executes the request

@return RiskProfile

type RiskAssessment

type RiskAssessment struct {
	Id             *string      `json:"id,omitempty"`
	Type           *string      `json:"type,omitempty"`
	VariableUsages []UsagePoint `json:"variableUsages,omitempty"`
	RiskAssessorId *string      `json:"riskAssessorId,omitempty"`
	Risk           *Risk        `json:"risk,omitempty"`
	Score          *int32       `json:"score,omitempty"`
	Headline       *string      `json:"headline,omitempty"`
	Messages       []string     `json:"messages,omitempty"`
	Icon           *string      `json:"icon,omitempty"`
}

RiskAssessment struct for RiskAssessment

func NewRiskAssessment

func NewRiskAssessment() *RiskAssessment

NewRiskAssessment instantiates a new RiskAssessment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRiskAssessmentWithDefaults

func NewRiskAssessmentWithDefaults() *RiskAssessment

NewRiskAssessmentWithDefaults instantiates a new RiskAssessment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RiskAssessment) GetHeadline

func (o *RiskAssessment) GetHeadline() string

GetHeadline returns the Headline field value if set, zero value otherwise.

func (*RiskAssessment) GetHeadlineOk

func (o *RiskAssessment) GetHeadlineOk() (*string, bool)

GetHeadlineOk returns a tuple with the Headline field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessment) GetIcon

func (o *RiskAssessment) GetIcon() string

GetIcon returns the Icon field value if set, zero value otherwise.

func (*RiskAssessment) GetIconOk

func (o *RiskAssessment) GetIconOk() (*string, bool)

GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessment) GetId

func (o *RiskAssessment) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*RiskAssessment) GetIdOk

func (o *RiskAssessment) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessment) GetMessages

func (o *RiskAssessment) GetMessages() []string

GetMessages returns the Messages field value if set, zero value otherwise.

func (*RiskAssessment) GetMessagesOk

func (o *RiskAssessment) GetMessagesOk() ([]string, bool)

GetMessagesOk returns a tuple with the Messages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessment) GetRisk

func (o *RiskAssessment) GetRisk() Risk

GetRisk returns the Risk field value if set, zero value otherwise.

func (*RiskAssessment) GetRiskAssessorId

func (o *RiskAssessment) GetRiskAssessorId() string

GetRiskAssessorId returns the RiskAssessorId field value if set, zero value otherwise.

func (*RiskAssessment) GetRiskAssessorIdOk

func (o *RiskAssessment) GetRiskAssessorIdOk() (*string, bool)

GetRiskAssessorIdOk returns a tuple with the RiskAssessorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessment) GetRiskOk

func (o *RiskAssessment) GetRiskOk() (*Risk, bool)

GetRiskOk returns a tuple with the Risk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessment) GetScore

func (o *RiskAssessment) GetScore() int32

GetScore returns the Score field value if set, zero value otherwise.

func (*RiskAssessment) GetScoreOk

func (o *RiskAssessment) GetScoreOk() (*int32, bool)

GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessment) GetType

func (o *RiskAssessment) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*RiskAssessment) GetTypeOk

func (o *RiskAssessment) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessment) GetVariableUsages

func (o *RiskAssessment) GetVariableUsages() []UsagePoint

GetVariableUsages returns the VariableUsages field value if set, zero value otherwise.

func (*RiskAssessment) GetVariableUsagesOk

func (o *RiskAssessment) GetVariableUsagesOk() ([]UsagePoint, bool)

GetVariableUsagesOk returns a tuple with the VariableUsages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessment) HasHeadline

func (o *RiskAssessment) HasHeadline() bool

HasHeadline returns a boolean if a field has been set.

func (*RiskAssessment) HasIcon

func (o *RiskAssessment) HasIcon() bool

HasIcon returns a boolean if a field has been set.

func (*RiskAssessment) HasId

func (o *RiskAssessment) HasId() bool

HasId returns a boolean if a field has been set.

func (*RiskAssessment) HasMessages

func (o *RiskAssessment) HasMessages() bool

HasMessages returns a boolean if a field has been set.

func (*RiskAssessment) HasRisk

func (o *RiskAssessment) HasRisk() bool

HasRisk returns a boolean if a field has been set.

func (*RiskAssessment) HasRiskAssessorId

func (o *RiskAssessment) HasRiskAssessorId() bool

HasRiskAssessorId returns a boolean if a field has been set.

func (*RiskAssessment) HasScore

func (o *RiskAssessment) HasScore() bool

HasScore returns a boolean if a field has been set.

func (*RiskAssessment) HasType

func (o *RiskAssessment) HasType() bool

HasType returns a boolean if a field has been set.

func (*RiskAssessment) HasVariableUsages

func (o *RiskAssessment) HasVariableUsages() bool

HasVariableUsages returns a boolean if a field has been set.

func (RiskAssessment) MarshalJSON

func (o RiskAssessment) MarshalJSON() ([]byte, error)

func (*RiskAssessment) SetHeadline

func (o *RiskAssessment) SetHeadline(v string)

SetHeadline gets a reference to the given string and assigns it to the Headline field.

func (*RiskAssessment) SetIcon

func (o *RiskAssessment) SetIcon(v string)

SetIcon gets a reference to the given string and assigns it to the Icon field.

func (*RiskAssessment) SetId

func (o *RiskAssessment) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RiskAssessment) SetMessages

func (o *RiskAssessment) SetMessages(v []string)

SetMessages gets a reference to the given []string and assigns it to the Messages field.

func (*RiskAssessment) SetRisk

func (o *RiskAssessment) SetRisk(v Risk)

SetRisk gets a reference to the given Risk and assigns it to the Risk field.

func (*RiskAssessment) SetRiskAssessorId

func (o *RiskAssessment) SetRiskAssessorId(v string)

SetRiskAssessorId gets a reference to the given string and assigns it to the RiskAssessorId field.

func (*RiskAssessment) SetScore

func (o *RiskAssessment) SetScore(v int32)

SetScore gets a reference to the given int32 and assigns it to the Score field.

func (*RiskAssessment) SetType

func (o *RiskAssessment) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*RiskAssessment) SetVariableUsages

func (o *RiskAssessment) SetVariableUsages(v []UsagePoint)

SetVariableUsages gets a reference to the given []UsagePoint and assigns it to the VariableUsages field.

func (RiskAssessment) ToMap

func (o RiskAssessment) ToMap() (map[string]interface{}, error)

type RiskAssessmentApiService

type RiskAssessmentApiService service

RiskAssessmentApiService RiskAssessmentApi service

func (*RiskAssessmentApiService) GetAssessment

func (a *RiskAssessmentApiService) GetAssessment(ctx context.Context, riskAssessmentId string) ApiGetAssessmentRequest

GetAssessment Method for GetAssessment

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param riskAssessmentId
@return ApiGetAssessmentRequest

func (*RiskAssessmentApiService) GetAssessmentExecute

Execute executes the request

@return RiskAssessment

type RiskAssessor

type RiskAssessor struct {
	Id          *string `json:"id,omitempty"`
	Type        *string `json:"type,omitempty"`
	Title       *string `json:"title,omitempty"`
	Description *string `json:"description,omitempty"`
	Weight      *int32  `json:"weight,omitempty"`
	Score       *int32  `json:"score,omitempty"`
	Order       *string `json:"order,omitempty"`
	Group       *string `json:"group,omitempty"`
	Icon        *string `json:"icon,omitempty"`
}

RiskAssessor struct for RiskAssessor

func NewRiskAssessor

func NewRiskAssessor() *RiskAssessor

NewRiskAssessor instantiates a new RiskAssessor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRiskAssessorWithDefaults

func NewRiskAssessorWithDefaults() *RiskAssessor

NewRiskAssessorWithDefaults instantiates a new RiskAssessor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RiskAssessor) GetDescription

func (o *RiskAssessor) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*RiskAssessor) GetDescriptionOk

func (o *RiskAssessor) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessor) GetGroup

func (o *RiskAssessor) GetGroup() string

GetGroup returns the Group field value if set, zero value otherwise.

func (*RiskAssessor) GetGroupOk

func (o *RiskAssessor) GetGroupOk() (*string, bool)

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessor) GetIcon

func (o *RiskAssessor) GetIcon() string

GetIcon returns the Icon field value if set, zero value otherwise.

func (*RiskAssessor) GetIconOk

func (o *RiskAssessor) GetIconOk() (*string, bool)

GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessor) GetId

func (o *RiskAssessor) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*RiskAssessor) GetIdOk

func (o *RiskAssessor) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessor) GetOrder

func (o *RiskAssessor) GetOrder() string

GetOrder returns the Order field value if set, zero value otherwise.

func (*RiskAssessor) GetOrderOk

func (o *RiskAssessor) GetOrderOk() (*string, bool)

GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessor) GetScore

func (o *RiskAssessor) GetScore() int32

GetScore returns the Score field value if set, zero value otherwise.

func (*RiskAssessor) GetScoreOk

func (o *RiskAssessor) GetScoreOk() (*int32, bool)

GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessor) GetTitle

func (o *RiskAssessor) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*RiskAssessor) GetTitleOk

func (o *RiskAssessor) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessor) GetType

func (o *RiskAssessor) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*RiskAssessor) GetTypeOk

func (o *RiskAssessor) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessor) GetWeight

func (o *RiskAssessor) GetWeight() int32

GetWeight returns the Weight field value if set, zero value otherwise.

func (*RiskAssessor) GetWeightOk

func (o *RiskAssessor) GetWeightOk() (*int32, bool)

GetWeightOk returns a tuple with the Weight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskAssessor) HasDescription

func (o *RiskAssessor) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*RiskAssessor) HasGroup

func (o *RiskAssessor) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*RiskAssessor) HasIcon

func (o *RiskAssessor) HasIcon() bool

HasIcon returns a boolean if a field has been set.

func (*RiskAssessor) HasId

func (o *RiskAssessor) HasId() bool

HasId returns a boolean if a field has been set.

func (*RiskAssessor) HasOrder

func (o *RiskAssessor) HasOrder() bool

HasOrder returns a boolean if a field has been set.

func (*RiskAssessor) HasScore

func (o *RiskAssessor) HasScore() bool

HasScore returns a boolean if a field has been set.

func (*RiskAssessor) HasTitle

func (o *RiskAssessor) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*RiskAssessor) HasType

func (o *RiskAssessor) HasType() bool

HasType returns a boolean if a field has been set.

func (*RiskAssessor) HasWeight

func (o *RiskAssessor) HasWeight() bool

HasWeight returns a boolean if a field has been set.

func (RiskAssessor) MarshalJSON

func (o RiskAssessor) MarshalJSON() ([]byte, error)

func (*RiskAssessor) SetDescription

func (o *RiskAssessor) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*RiskAssessor) SetGroup

func (o *RiskAssessor) SetGroup(v string)

SetGroup gets a reference to the given string and assigns it to the Group field.

func (*RiskAssessor) SetIcon

func (o *RiskAssessor) SetIcon(v string)

SetIcon gets a reference to the given string and assigns it to the Icon field.

func (*RiskAssessor) SetId

func (o *RiskAssessor) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RiskAssessor) SetOrder

func (o *RiskAssessor) SetOrder(v string)

SetOrder gets a reference to the given string and assigns it to the Order field.

func (*RiskAssessor) SetScore

func (o *RiskAssessor) SetScore(v int32)

SetScore gets a reference to the given int32 and assigns it to the Score field.

func (*RiskAssessor) SetTitle

func (o *RiskAssessor) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*RiskAssessor) SetType

func (o *RiskAssessor) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*RiskAssessor) SetWeight

func (o *RiskAssessor) SetWeight(v int32)

SetWeight gets a reference to the given int32 and assigns it to the Weight field.

func (RiskAssessor) ToMap

func (o RiskAssessor) ToMap() (map[string]interface{}, error)

type RiskGlobalThresholds

type RiskGlobalThresholds struct {
	Id                  *string `json:"id,omitempty"`
	Type                *string `json:"type,omitempty"`
	FolderId            *string `json:"folderId,omitempty"`
	Title               *string `json:"title,omitempty"`
	AtRiskFrom          *int32  `json:"atRiskFrom,omitempty"`
	AttentionNeededFrom *int32  `json:"attentionNeededFrom,omitempty"`
}

RiskGlobalThresholds struct for RiskGlobalThresholds

func NewRiskGlobalThresholds

func NewRiskGlobalThresholds() *RiskGlobalThresholds

NewRiskGlobalThresholds instantiates a new RiskGlobalThresholds object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRiskGlobalThresholdsWithDefaults

func NewRiskGlobalThresholdsWithDefaults() *RiskGlobalThresholds

NewRiskGlobalThresholdsWithDefaults instantiates a new RiskGlobalThresholds object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RiskGlobalThresholds) GetAtRiskFrom

func (o *RiskGlobalThresholds) GetAtRiskFrom() int32

GetAtRiskFrom returns the AtRiskFrom field value if set, zero value otherwise.

func (*RiskGlobalThresholds) GetAtRiskFromOk

func (o *RiskGlobalThresholds) GetAtRiskFromOk() (*int32, bool)

GetAtRiskFromOk returns a tuple with the AtRiskFrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskGlobalThresholds) GetAttentionNeededFrom

func (o *RiskGlobalThresholds) GetAttentionNeededFrom() int32

GetAttentionNeededFrom returns the AttentionNeededFrom field value if set, zero value otherwise.

func (*RiskGlobalThresholds) GetAttentionNeededFromOk

func (o *RiskGlobalThresholds) GetAttentionNeededFromOk() (*int32, bool)

GetAttentionNeededFromOk returns a tuple with the AttentionNeededFrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskGlobalThresholds) GetFolderId

func (o *RiskGlobalThresholds) GetFolderId() string

GetFolderId returns the FolderId field value if set, zero value otherwise.

func (*RiskGlobalThresholds) GetFolderIdOk

func (o *RiskGlobalThresholds) GetFolderIdOk() (*string, bool)

GetFolderIdOk returns a tuple with the FolderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskGlobalThresholds) GetId

func (o *RiskGlobalThresholds) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*RiskGlobalThresholds) GetIdOk

func (o *RiskGlobalThresholds) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskGlobalThresholds) GetTitle

func (o *RiskGlobalThresholds) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*RiskGlobalThresholds) GetTitleOk

func (o *RiskGlobalThresholds) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskGlobalThresholds) GetType

func (o *RiskGlobalThresholds) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*RiskGlobalThresholds) GetTypeOk

func (o *RiskGlobalThresholds) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskGlobalThresholds) HasAtRiskFrom

func (o *RiskGlobalThresholds) HasAtRiskFrom() bool

HasAtRiskFrom returns a boolean if a field has been set.

func (*RiskGlobalThresholds) HasAttentionNeededFrom

func (o *RiskGlobalThresholds) HasAttentionNeededFrom() bool

HasAttentionNeededFrom returns a boolean if a field has been set.

func (*RiskGlobalThresholds) HasFolderId

func (o *RiskGlobalThresholds) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

func (*RiskGlobalThresholds) HasId

func (o *RiskGlobalThresholds) HasId() bool

HasId returns a boolean if a field has been set.

func (*RiskGlobalThresholds) HasTitle

func (o *RiskGlobalThresholds) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*RiskGlobalThresholds) HasType

func (o *RiskGlobalThresholds) HasType() bool

HasType returns a boolean if a field has been set.

func (RiskGlobalThresholds) MarshalJSON

func (o RiskGlobalThresholds) MarshalJSON() ([]byte, error)

func (*RiskGlobalThresholds) SetAtRiskFrom

func (o *RiskGlobalThresholds) SetAtRiskFrom(v int32)

SetAtRiskFrom gets a reference to the given int32 and assigns it to the AtRiskFrom field.

func (*RiskGlobalThresholds) SetAttentionNeededFrom

func (o *RiskGlobalThresholds) SetAttentionNeededFrom(v int32)

SetAttentionNeededFrom gets a reference to the given int32 and assigns it to the AttentionNeededFrom field.

func (*RiskGlobalThresholds) SetFolderId

func (o *RiskGlobalThresholds) SetFolderId(v string)

SetFolderId gets a reference to the given string and assigns it to the FolderId field.

func (*RiskGlobalThresholds) SetId

func (o *RiskGlobalThresholds) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RiskGlobalThresholds) SetTitle

func (o *RiskGlobalThresholds) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*RiskGlobalThresholds) SetType

func (o *RiskGlobalThresholds) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (RiskGlobalThresholds) ToMap

func (o RiskGlobalThresholds) ToMap() (map[string]interface{}, error)

type RiskProfile

type RiskProfile struct {
	Id                   *string            `json:"id,omitempty"`
	Type                 *string            `json:"type,omitempty"`
	FolderId             *string            `json:"folderId,omitempty"`
	Title                *string            `json:"title,omitempty"`
	DefaultProfile       *bool              `json:"defaultProfile,omitempty"`
	RiskProfileAssessors *map[string]string `json:"riskProfileAssessors,omitempty"`
}

RiskProfile struct for RiskProfile

func NewRiskProfile

func NewRiskProfile() *RiskProfile

NewRiskProfile instantiates a new RiskProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRiskProfileWithDefaults

func NewRiskProfileWithDefaults() *RiskProfile

NewRiskProfileWithDefaults instantiates a new RiskProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RiskProfile) GetDefaultProfile

func (o *RiskProfile) GetDefaultProfile() bool

GetDefaultProfile returns the DefaultProfile field value if set, zero value otherwise.

func (*RiskProfile) GetDefaultProfileOk

func (o *RiskProfile) GetDefaultProfileOk() (*bool, bool)

GetDefaultProfileOk returns a tuple with the DefaultProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskProfile) GetFolderId

func (o *RiskProfile) GetFolderId() string

GetFolderId returns the FolderId field value if set, zero value otherwise.

func (*RiskProfile) GetFolderIdOk

func (o *RiskProfile) GetFolderIdOk() (*string, bool)

GetFolderIdOk returns a tuple with the FolderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskProfile) GetId

func (o *RiskProfile) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*RiskProfile) GetIdOk

func (o *RiskProfile) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskProfile) GetRiskProfileAssessors

func (o *RiskProfile) GetRiskProfileAssessors() map[string]string

GetRiskProfileAssessors returns the RiskProfileAssessors field value if set, zero value otherwise.

func (*RiskProfile) GetRiskProfileAssessorsOk

func (o *RiskProfile) GetRiskProfileAssessorsOk() (*map[string]string, bool)

GetRiskProfileAssessorsOk returns a tuple with the RiskProfileAssessors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskProfile) GetTitle

func (o *RiskProfile) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*RiskProfile) GetTitleOk

func (o *RiskProfile) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskProfile) GetType

func (o *RiskProfile) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*RiskProfile) GetTypeOk

func (o *RiskProfile) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskProfile) HasDefaultProfile

func (o *RiskProfile) HasDefaultProfile() bool

HasDefaultProfile returns a boolean if a field has been set.

func (*RiskProfile) HasFolderId

func (o *RiskProfile) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

func (*RiskProfile) HasId

func (o *RiskProfile) HasId() bool

HasId returns a boolean if a field has been set.

func (*RiskProfile) HasRiskProfileAssessors

func (o *RiskProfile) HasRiskProfileAssessors() bool

HasRiskProfileAssessors returns a boolean if a field has been set.

func (*RiskProfile) HasTitle

func (o *RiskProfile) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*RiskProfile) HasType

func (o *RiskProfile) HasType() bool

HasType returns a boolean if a field has been set.

func (RiskProfile) MarshalJSON

func (o RiskProfile) MarshalJSON() ([]byte, error)

func (*RiskProfile) SetDefaultProfile

func (o *RiskProfile) SetDefaultProfile(v bool)

SetDefaultProfile gets a reference to the given bool and assigns it to the DefaultProfile field.

func (*RiskProfile) SetFolderId

func (o *RiskProfile) SetFolderId(v string)

SetFolderId gets a reference to the given string and assigns it to the FolderId field.

func (*RiskProfile) SetId

func (o *RiskProfile) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RiskProfile) SetRiskProfileAssessors

func (o *RiskProfile) SetRiskProfileAssessors(v map[string]string)

SetRiskProfileAssessors gets a reference to the given map[string]string and assigns it to the RiskProfileAssessors field.

func (*RiskProfile) SetTitle

func (o *RiskProfile) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*RiskProfile) SetType

func (o *RiskProfile) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (RiskProfile) ToMap

func (o RiskProfile) ToMap() (map[string]interface{}, error)

type RiskStatus

type RiskStatus string

RiskStatus the model 'RiskStatus'

const (
	RISKSTATUS_OK               RiskStatus = "OK"
	RISKSTATUS_AT_RISK          RiskStatus = "AT_RISK"
	RISKSTATUS_ATTENTION_NEEDED RiskStatus = "ATTENTION_NEEDED"
)

List of RiskStatus

func NewRiskStatusFromValue

func NewRiskStatusFromValue(v string) (*RiskStatus, error)

NewRiskStatusFromValue returns a pointer to a valid RiskStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RiskStatus) IsValid

func (v RiskStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RiskStatus) Ptr

func (v RiskStatus) Ptr() *RiskStatus

Ptr returns reference to RiskStatus value

func (*RiskStatus) UnmarshalJSON

func (v *RiskStatus) UnmarshalJSON(src []byte) error

type RiskStatusWithThresholds

type RiskStatusWithThresholds struct {
	RiskStatus          *RiskStatus `json:"riskStatus,omitempty"`
	AttentionNeededFrom *int32      `json:"attentionNeededFrom,omitempty"`
	AtRiskFrom          *int32      `json:"atRiskFrom,omitempty"`
}

RiskStatusWithThresholds struct for RiskStatusWithThresholds

func NewRiskStatusWithThresholds

func NewRiskStatusWithThresholds() *RiskStatusWithThresholds

NewRiskStatusWithThresholds instantiates a new RiskStatusWithThresholds object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRiskStatusWithThresholdsWithDefaults

func NewRiskStatusWithThresholdsWithDefaults() *RiskStatusWithThresholds

NewRiskStatusWithThresholdsWithDefaults instantiates a new RiskStatusWithThresholds object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RiskStatusWithThresholds) GetAtRiskFrom

func (o *RiskStatusWithThresholds) GetAtRiskFrom() int32

GetAtRiskFrom returns the AtRiskFrom field value if set, zero value otherwise.

func (*RiskStatusWithThresholds) GetAtRiskFromOk

func (o *RiskStatusWithThresholds) GetAtRiskFromOk() (*int32, bool)

GetAtRiskFromOk returns a tuple with the AtRiskFrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskStatusWithThresholds) GetAttentionNeededFrom

func (o *RiskStatusWithThresholds) GetAttentionNeededFrom() int32

GetAttentionNeededFrom returns the AttentionNeededFrom field value if set, zero value otherwise.

func (*RiskStatusWithThresholds) GetAttentionNeededFromOk

func (o *RiskStatusWithThresholds) GetAttentionNeededFromOk() (*int32, bool)

GetAttentionNeededFromOk returns a tuple with the AttentionNeededFrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskStatusWithThresholds) GetRiskStatus

func (o *RiskStatusWithThresholds) GetRiskStatus() RiskStatus

GetRiskStatus returns the RiskStatus field value if set, zero value otherwise.

func (*RiskStatusWithThresholds) GetRiskStatusOk

func (o *RiskStatusWithThresholds) GetRiskStatusOk() (*RiskStatus, bool)

GetRiskStatusOk returns a tuple with the RiskStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RiskStatusWithThresholds) HasAtRiskFrom

func (o *RiskStatusWithThresholds) HasAtRiskFrom() bool

HasAtRiskFrom returns a boolean if a field has been set.

func (*RiskStatusWithThresholds) HasAttentionNeededFrom

func (o *RiskStatusWithThresholds) HasAttentionNeededFrom() bool

HasAttentionNeededFrom returns a boolean if a field has been set.

func (*RiskStatusWithThresholds) HasRiskStatus

func (o *RiskStatusWithThresholds) HasRiskStatus() bool

HasRiskStatus returns a boolean if a field has been set.

func (RiskStatusWithThresholds) MarshalJSON

func (o RiskStatusWithThresholds) MarshalJSON() ([]byte, error)

func (*RiskStatusWithThresholds) SetAtRiskFrom

func (o *RiskStatusWithThresholds) SetAtRiskFrom(v int32)

SetAtRiskFrom gets a reference to the given int32 and assigns it to the AtRiskFrom field.

func (*RiskStatusWithThresholds) SetAttentionNeededFrom

func (o *RiskStatusWithThresholds) SetAttentionNeededFrom(v int32)

SetAttentionNeededFrom gets a reference to the given int32 and assigns it to the AttentionNeededFrom field.

func (*RiskStatusWithThresholds) SetRiskStatus

func (o *RiskStatusWithThresholds) SetRiskStatus(v RiskStatus)

SetRiskStatus gets a reference to the given RiskStatus and assigns it to the RiskStatus field.

func (RiskStatusWithThresholds) ToMap

func (o RiskStatusWithThresholds) ToMap() (map[string]interface{}, error)

type RoleView

type RoleView struct {
	Name        *string         `json:"name,omitempty"`
	Id          *string         `json:"id,omitempty"`
	Permissions []string        `json:"permissions,omitempty"`
	Principals  []PrincipalView `json:"principals,omitempty"`
}

RoleView struct for RoleView

func NewRoleView

func NewRoleView() *RoleView

NewRoleView instantiates a new RoleView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRoleViewWithDefaults

func NewRoleViewWithDefaults() *RoleView

NewRoleViewWithDefaults instantiates a new RoleView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RoleView) GetId

func (o *RoleView) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*RoleView) GetIdOk

func (o *RoleView) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleView) GetName

func (o *RoleView) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RoleView) GetNameOk

func (o *RoleView) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleView) GetPermissions

func (o *RoleView) GetPermissions() []string

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*RoleView) GetPermissionsOk

func (o *RoleView) GetPermissionsOk() ([]string, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleView) GetPrincipals

func (o *RoleView) GetPrincipals() []PrincipalView

GetPrincipals returns the Principals field value if set, zero value otherwise.

func (*RoleView) GetPrincipalsOk

func (o *RoleView) GetPrincipalsOk() ([]PrincipalView, bool)

GetPrincipalsOk returns a tuple with the Principals field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleView) HasId

func (o *RoleView) HasId() bool

HasId returns a boolean if a field has been set.

func (*RoleView) HasName

func (o *RoleView) HasName() bool

HasName returns a boolean if a field has been set.

func (*RoleView) HasPermissions

func (o *RoleView) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*RoleView) HasPrincipals

func (o *RoleView) HasPrincipals() bool

HasPrincipals returns a boolean if a field has been set.

func (RoleView) MarshalJSON

func (o RoleView) MarshalJSON() ([]byte, error)

func (*RoleView) SetId

func (o *RoleView) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RoleView) SetName

func (o *RoleView) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RoleView) SetPermissions

func (o *RoleView) SetPermissions(v []string)

SetPermissions gets a reference to the given []string and assigns it to the Permissions field.

func (*RoleView) SetPrincipals

func (o *RoleView) SetPrincipals(v []PrincipalView)

SetPrincipals gets a reference to the given []PrincipalView and assigns it to the Principals field.

func (RoleView) ToMap

func (o RoleView) ToMap() (map[string]interface{}, error)

type RolesApiService

type RolesApiService service

RolesApiService RolesApi service

func (*RolesApiService) CreateRoles

CreateRoles Method for CreateRoles

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateRolesRequest

func (*RolesApiService) CreateRoles1

func (a *RolesApiService) CreateRoles1(ctx context.Context, roleName string) ApiCreateRoles1Request

CreateRoles1 Method for CreateRoles1

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param roleName
@return ApiCreateRoles1Request

func (*RolesApiService) CreateRoles1Execute

func (a *RolesApiService) CreateRoles1Execute(r ApiCreateRoles1Request) (*http.Response, error)

Execute executes the request

func (*RolesApiService) CreateRolesExecute

func (a *RolesApiService) CreateRolesExecute(r ApiCreateRolesRequest) (*http.Response, error)

Execute executes the request

func (*RolesApiService) DeleteRoles

func (a *RolesApiService) DeleteRoles(ctx context.Context, roleName string) ApiDeleteRolesRequest

DeleteRoles Method for DeleteRoles

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param roleName
@return ApiDeleteRolesRequest

func (*RolesApiService) DeleteRolesExecute

func (a *RolesApiService) DeleteRolesExecute(r ApiDeleteRolesRequest) (*http.Response, error)

Execute executes the request

func (*RolesApiService) GetRole

func (a *RolesApiService) GetRole(ctx context.Context, roleName string) ApiGetRoleRequest

GetRole Method for GetRole

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param roleName
@return ApiGetRoleRequest

func (*RolesApiService) GetRoleExecute

func (a *RolesApiService) GetRoleExecute(r ApiGetRoleRequest) (*RoleView, *http.Response, error)

Execute executes the request

@return RoleView

func (*RolesApiService) GetRoles

GetRoles Method for GetRoles

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetRolesRequest

func (*RolesApiService) GetRolesExecute

func (a *RolesApiService) GetRolesExecute(r ApiGetRolesRequest) ([]RoleView, *http.Response, error)

Execute executes the request

@return []RoleView

func (*RolesApiService) RenameRoles

func (a *RolesApiService) RenameRoles(ctx context.Context, roleName string) ApiRenameRolesRequest

RenameRoles Method for RenameRoles

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param roleName
@return ApiRenameRolesRequest

func (*RolesApiService) RenameRolesExecute

func (a *RolesApiService) RenameRolesExecute(r ApiRenameRolesRequest) (*http.Response, error)

Execute executes the request

func (*RolesApiService) UpdateRoles

UpdateRoles Method for UpdateRoles

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateRolesRequest

func (*RolesApiService) UpdateRoles1

func (a *RolesApiService) UpdateRoles1(ctx context.Context, roleName string) ApiUpdateRoles1Request

UpdateRoles1 Method for UpdateRoles1

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param roleName
@return ApiUpdateRoles1Request

func (*RolesApiService) UpdateRoles1Execute

func (a *RolesApiService) UpdateRoles1Execute(r ApiUpdateRoles1Request) (*http.Response, error)

Execute executes the request

func (*RolesApiService) UpdateRolesExecute

func (a *RolesApiService) UpdateRolesExecute(r ApiUpdateRolesRequest) (*http.Response, error)

Execute executes the request

type ServerConfiguration

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type SharedConfigurationStatusResponse

type SharedConfigurationStatusResponse struct {
	Success     *bool   `json:"success,omitempty"`
	ErrorText   *string `json:"errorText,omitempty"`
	ScriptFound *bool   `json:"scriptFound,omitempty"`
}

SharedConfigurationStatusResponse struct for SharedConfigurationStatusResponse

func NewSharedConfigurationStatusResponse

func NewSharedConfigurationStatusResponse() *SharedConfigurationStatusResponse

NewSharedConfigurationStatusResponse instantiates a new SharedConfigurationStatusResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSharedConfigurationStatusResponseWithDefaults

func NewSharedConfigurationStatusResponseWithDefaults() *SharedConfigurationStatusResponse

NewSharedConfigurationStatusResponseWithDefaults instantiates a new SharedConfigurationStatusResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SharedConfigurationStatusResponse) GetErrorText

func (o *SharedConfigurationStatusResponse) GetErrorText() string

GetErrorText returns the ErrorText field value if set, zero value otherwise.

func (*SharedConfigurationStatusResponse) GetErrorTextOk

func (o *SharedConfigurationStatusResponse) GetErrorTextOk() (*string, bool)

GetErrorTextOk returns a tuple with the ErrorText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharedConfigurationStatusResponse) GetScriptFound

func (o *SharedConfigurationStatusResponse) GetScriptFound() bool

GetScriptFound returns the ScriptFound field value if set, zero value otherwise.

func (*SharedConfigurationStatusResponse) GetScriptFoundOk

func (o *SharedConfigurationStatusResponse) GetScriptFoundOk() (*bool, bool)

GetScriptFoundOk returns a tuple with the ScriptFound field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharedConfigurationStatusResponse) GetSuccess

func (o *SharedConfigurationStatusResponse) GetSuccess() bool

GetSuccess returns the Success field value if set, zero value otherwise.

func (*SharedConfigurationStatusResponse) GetSuccessOk

func (o *SharedConfigurationStatusResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharedConfigurationStatusResponse) HasErrorText

func (o *SharedConfigurationStatusResponse) HasErrorText() bool

HasErrorText returns a boolean if a field has been set.

func (*SharedConfigurationStatusResponse) HasScriptFound

func (o *SharedConfigurationStatusResponse) HasScriptFound() bool

HasScriptFound returns a boolean if a field has been set.

func (*SharedConfigurationStatusResponse) HasSuccess

func (o *SharedConfigurationStatusResponse) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

func (SharedConfigurationStatusResponse) MarshalJSON

func (o SharedConfigurationStatusResponse) MarshalJSON() ([]byte, error)

func (*SharedConfigurationStatusResponse) SetErrorText

func (o *SharedConfigurationStatusResponse) SetErrorText(v string)

SetErrorText gets a reference to the given string and assigns it to the ErrorText field.

func (*SharedConfigurationStatusResponse) SetScriptFound

func (o *SharedConfigurationStatusResponse) SetScriptFound(v bool)

SetScriptFound gets a reference to the given bool and assigns it to the ScriptFound field.

func (*SharedConfigurationStatusResponse) SetSuccess

func (o *SharedConfigurationStatusResponse) SetSuccess(v bool)

SetSuccess gets a reference to the given bool and assigns it to the Success field.

func (SharedConfigurationStatusResponse) ToMap

func (o SharedConfigurationStatusResponse) ToMap() (map[string]interface{}, error)

type Stage

type Stage struct {
	Id         *string            `json:"id,omitempty"`
	Type       *string            `json:"type,omitempty"`
	Title      *string            `json:"title,omitempty"`
	Status     *StageStatus       `json:"status,omitempty"`
	Items      []StageTrackedItem `json:"items,omitempty"`
	Transition *Transition        `json:"transition,omitempty"`
	Owner      *string            `json:"owner,omitempty"`
	Team       *string            `json:"team,omitempty"`
	Open       *bool              `json:"open,omitempty"`
	Closed     *bool              `json:"closed,omitempty"`
}

Stage struct for Stage

func NewStage

func NewStage() *Stage

NewStage instantiates a new Stage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStageWithDefaults

func NewStageWithDefaults() *Stage

NewStageWithDefaults instantiates a new Stage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Stage) GetClosed

func (o *Stage) GetClosed() bool

GetClosed returns the Closed field value if set, zero value otherwise.

func (*Stage) GetClosedOk

func (o *Stage) GetClosedOk() (*bool, bool)

GetClosedOk returns a tuple with the Closed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Stage) GetId

func (o *Stage) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Stage) GetIdOk

func (o *Stage) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Stage) GetItems

func (o *Stage) GetItems() []StageTrackedItem

GetItems returns the Items field value if set, zero value otherwise.

func (*Stage) GetItemsOk

func (o *Stage) GetItemsOk() ([]StageTrackedItem, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Stage) GetOpen

func (o *Stage) GetOpen() bool

GetOpen returns the Open field value if set, zero value otherwise.

func (*Stage) GetOpenOk

func (o *Stage) GetOpenOk() (*bool, bool)

GetOpenOk returns a tuple with the Open field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Stage) GetOwner

func (o *Stage) GetOwner() string

GetOwner returns the Owner field value if set, zero value otherwise.

func (*Stage) GetOwnerOk

func (o *Stage) GetOwnerOk() (*string, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Stage) GetStatus

func (o *Stage) GetStatus() StageStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*Stage) GetStatusOk

func (o *Stage) GetStatusOk() (*StageStatus, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Stage) GetTeam

func (o *Stage) GetTeam() string

GetTeam returns the Team field value if set, zero value otherwise.

func (*Stage) GetTeamOk

func (o *Stage) GetTeamOk() (*string, bool)

GetTeamOk returns a tuple with the Team field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Stage) GetTitle

func (o *Stage) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*Stage) GetTitleOk

func (o *Stage) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Stage) GetTransition

func (o *Stage) GetTransition() Transition

GetTransition returns the Transition field value if set, zero value otherwise.

func (*Stage) GetTransitionOk

func (o *Stage) GetTransitionOk() (*Transition, bool)

GetTransitionOk returns a tuple with the Transition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Stage) GetType

func (o *Stage) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Stage) GetTypeOk

func (o *Stage) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Stage) HasClosed

func (o *Stage) HasClosed() bool

HasClosed returns a boolean if a field has been set.

func (*Stage) HasId

func (o *Stage) HasId() bool

HasId returns a boolean if a field has been set.

func (*Stage) HasItems

func (o *Stage) HasItems() bool

HasItems returns a boolean if a field has been set.

func (*Stage) HasOpen

func (o *Stage) HasOpen() bool

HasOpen returns a boolean if a field has been set.

func (*Stage) HasOwner

func (o *Stage) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*Stage) HasStatus

func (o *Stage) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*Stage) HasTeam

func (o *Stage) HasTeam() bool

HasTeam returns a boolean if a field has been set.

func (*Stage) HasTitle

func (o *Stage) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*Stage) HasTransition

func (o *Stage) HasTransition() bool

HasTransition returns a boolean if a field has been set.

func (*Stage) HasType

func (o *Stage) HasType() bool

HasType returns a boolean if a field has been set.

func (Stage) MarshalJSON

func (o Stage) MarshalJSON() ([]byte, error)

func (*Stage) SetClosed

func (o *Stage) SetClosed(v bool)

SetClosed gets a reference to the given bool and assigns it to the Closed field.

func (*Stage) SetId

func (o *Stage) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Stage) SetItems

func (o *Stage) SetItems(v []StageTrackedItem)

SetItems gets a reference to the given []StageTrackedItem and assigns it to the Items field.

func (*Stage) SetOpen

func (o *Stage) SetOpen(v bool)

SetOpen gets a reference to the given bool and assigns it to the Open field.

func (*Stage) SetOwner

func (o *Stage) SetOwner(v string)

SetOwner gets a reference to the given string and assigns it to the Owner field.

func (*Stage) SetStatus

func (o *Stage) SetStatus(v StageStatus)

SetStatus gets a reference to the given StageStatus and assigns it to the Status field.

func (*Stage) SetTeam

func (o *Stage) SetTeam(v string)

SetTeam gets a reference to the given string and assigns it to the Team field.

func (*Stage) SetTitle

func (o *Stage) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*Stage) SetTransition

func (o *Stage) SetTransition(v Transition)

SetTransition gets a reference to the given Transition and assigns it to the Transition field.

func (*Stage) SetType

func (o *Stage) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (Stage) ToMap

func (o Stage) ToMap() (map[string]interface{}, error)

type StageStatus

type StageStatus string

StageStatus the model 'StageStatus'

const (
	STAGESTATUS_OPEN   StageStatus = "OPEN"
	STAGESTATUS_CLOSED StageStatus = "CLOSED"
)

List of StageStatus

func NewStageStatusFromValue

func NewStageStatusFromValue(v string) (*StageStatus, error)

NewStageStatusFromValue returns a pointer to a valid StageStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (StageStatus) IsValid

func (v StageStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (StageStatus) Ptr

func (v StageStatus) Ptr() *StageStatus

Ptr returns reference to StageStatus value

func (*StageStatus) UnmarshalJSON

func (v *StageStatus) UnmarshalJSON(src []byte) error

type StageTrackedItem

type StageTrackedItem struct {
	TrackedItemId *string            `json:"trackedItemId,omitempty"`
	Status        *TrackedItemStatus `json:"status,omitempty"`
	ReleaseIds    []string           `json:"releaseIds,omitempty"`
}

StageTrackedItem struct for StageTrackedItem

func NewStageTrackedItem

func NewStageTrackedItem() *StageTrackedItem

NewStageTrackedItem instantiates a new StageTrackedItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStageTrackedItemWithDefaults

func NewStageTrackedItemWithDefaults() *StageTrackedItem

NewStageTrackedItemWithDefaults instantiates a new StageTrackedItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StageTrackedItem) GetReleaseIds

func (o *StageTrackedItem) GetReleaseIds() []string

GetReleaseIds returns the ReleaseIds field value if set, zero value otherwise.

func (*StageTrackedItem) GetReleaseIdsOk

func (o *StageTrackedItem) GetReleaseIdsOk() ([]string, bool)

GetReleaseIdsOk returns a tuple with the ReleaseIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StageTrackedItem) GetStatus

func (o *StageTrackedItem) GetStatus() TrackedItemStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*StageTrackedItem) GetStatusOk

func (o *StageTrackedItem) GetStatusOk() (*TrackedItemStatus, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StageTrackedItem) GetTrackedItemId

func (o *StageTrackedItem) GetTrackedItemId() string

GetTrackedItemId returns the TrackedItemId field value if set, zero value otherwise.

func (*StageTrackedItem) GetTrackedItemIdOk

func (o *StageTrackedItem) GetTrackedItemIdOk() (*string, bool)

GetTrackedItemIdOk returns a tuple with the TrackedItemId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StageTrackedItem) HasReleaseIds

func (o *StageTrackedItem) HasReleaseIds() bool

HasReleaseIds returns a boolean if a field has been set.

func (*StageTrackedItem) HasStatus

func (o *StageTrackedItem) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*StageTrackedItem) HasTrackedItemId

func (o *StageTrackedItem) HasTrackedItemId() bool

HasTrackedItemId returns a boolean if a field has been set.

func (StageTrackedItem) MarshalJSON

func (o StageTrackedItem) MarshalJSON() ([]byte, error)

func (*StageTrackedItem) SetReleaseIds

func (o *StageTrackedItem) SetReleaseIds(v []string)

SetReleaseIds gets a reference to the given []string and assigns it to the ReleaseIds field.

func (*StageTrackedItem) SetStatus

func (o *StageTrackedItem) SetStatus(v TrackedItemStatus)

SetStatus gets a reference to the given TrackedItemStatus and assigns it to the Status field.

func (*StageTrackedItem) SetTrackedItemId

func (o *StageTrackedItem) SetTrackedItemId(v string)

SetTrackedItemId gets a reference to the given string and assigns it to the TrackedItemId field.

func (StageTrackedItem) ToMap

func (o StageTrackedItem) ToMap() (map[string]interface{}, error)

type StartRelease

type StartRelease struct {
	ReleaseTitle             *string                           `json:"releaseTitle,omitempty"`
	FolderId                 *string                           `json:"folderId,omitempty"`
	Variables                map[string]map[string]interface{} `json:"variables,omitempty"`
	ReleaseVariables         *map[string]string                `json:"releaseVariables,omitempty"`
	ReleasePasswordVariables *map[string]string                `json:"releasePasswordVariables,omitempty"`
	ScheduledStartDate       *time.Time                        `json:"scheduledStartDate,omitempty"`
	AutoStart                *bool                             `json:"autoStart,omitempty"`
	StartedFromTaskId        *string                           `json:"startedFromTaskId,omitempty"`
	ReleaseOwner             *string                           `json:"releaseOwner,omitempty"`
}

StartRelease struct for StartRelease

func NewStartRelease

func NewStartRelease() *StartRelease

NewStartRelease instantiates a new StartRelease object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStartReleaseWithDefaults

func NewStartReleaseWithDefaults() *StartRelease

NewStartReleaseWithDefaults instantiates a new StartRelease object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StartRelease) GetAutoStart

func (o *StartRelease) GetAutoStart() bool

GetAutoStart returns the AutoStart field value if set, zero value otherwise.

func (*StartRelease) GetAutoStartOk

func (o *StartRelease) GetAutoStartOk() (*bool, bool)

GetAutoStartOk returns a tuple with the AutoStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartRelease) GetFolderId

func (o *StartRelease) GetFolderId() string

GetFolderId returns the FolderId field value if set, zero value otherwise.

func (*StartRelease) GetFolderIdOk

func (o *StartRelease) GetFolderIdOk() (*string, bool)

GetFolderIdOk returns a tuple with the FolderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartRelease) GetReleaseOwner

func (o *StartRelease) GetReleaseOwner() string

GetReleaseOwner returns the ReleaseOwner field value if set, zero value otherwise.

func (*StartRelease) GetReleaseOwnerOk

func (o *StartRelease) GetReleaseOwnerOk() (*string, bool)

GetReleaseOwnerOk returns a tuple with the ReleaseOwner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartRelease) GetReleasePasswordVariables

func (o *StartRelease) GetReleasePasswordVariables() map[string]string

GetReleasePasswordVariables returns the ReleasePasswordVariables field value if set, zero value otherwise.

func (*StartRelease) GetReleasePasswordVariablesOk

func (o *StartRelease) GetReleasePasswordVariablesOk() (*map[string]string, bool)

GetReleasePasswordVariablesOk returns a tuple with the ReleasePasswordVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartRelease) GetReleaseTitle

func (o *StartRelease) GetReleaseTitle() string

GetReleaseTitle returns the ReleaseTitle field value if set, zero value otherwise.

func (*StartRelease) GetReleaseTitleOk

func (o *StartRelease) GetReleaseTitleOk() (*string, bool)

GetReleaseTitleOk returns a tuple with the ReleaseTitle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartRelease) GetReleaseVariables

func (o *StartRelease) GetReleaseVariables() map[string]string

GetReleaseVariables returns the ReleaseVariables field value if set, zero value otherwise.

func (*StartRelease) GetReleaseVariablesOk

func (o *StartRelease) GetReleaseVariablesOk() (*map[string]string, bool)

GetReleaseVariablesOk returns a tuple with the ReleaseVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartRelease) GetScheduledStartDate

func (o *StartRelease) GetScheduledStartDate() time.Time

GetScheduledStartDate returns the ScheduledStartDate field value if set, zero value otherwise.

func (*StartRelease) GetScheduledStartDateOk

func (o *StartRelease) GetScheduledStartDateOk() (*time.Time, bool)

GetScheduledStartDateOk returns a tuple with the ScheduledStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartRelease) GetStartedFromTaskId

func (o *StartRelease) GetStartedFromTaskId() string

GetStartedFromTaskId returns the StartedFromTaskId field value if set, zero value otherwise.

func (*StartRelease) GetStartedFromTaskIdOk

func (o *StartRelease) GetStartedFromTaskIdOk() (*string, bool)

GetStartedFromTaskIdOk returns a tuple with the StartedFromTaskId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartRelease) GetVariables

func (o *StartRelease) GetVariables() map[string]map[string]interface{}

GetVariables returns the Variables field value if set, zero value otherwise.

func (*StartRelease) GetVariablesOk

func (o *StartRelease) GetVariablesOk() (map[string]map[string]interface{}, bool)

GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartRelease) HasAutoStart

func (o *StartRelease) HasAutoStart() bool

HasAutoStart returns a boolean if a field has been set.

func (*StartRelease) HasFolderId

func (o *StartRelease) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

func (*StartRelease) HasReleaseOwner

func (o *StartRelease) HasReleaseOwner() bool

HasReleaseOwner returns a boolean if a field has been set.

func (*StartRelease) HasReleasePasswordVariables

func (o *StartRelease) HasReleasePasswordVariables() bool

HasReleasePasswordVariables returns a boolean if a field has been set.

func (*StartRelease) HasReleaseTitle

func (o *StartRelease) HasReleaseTitle() bool

HasReleaseTitle returns a boolean if a field has been set.

func (*StartRelease) HasReleaseVariables

func (o *StartRelease) HasReleaseVariables() bool

HasReleaseVariables returns a boolean if a field has been set.

func (*StartRelease) HasScheduledStartDate

func (o *StartRelease) HasScheduledStartDate() bool

HasScheduledStartDate returns a boolean if a field has been set.

func (*StartRelease) HasStartedFromTaskId

func (o *StartRelease) HasStartedFromTaskId() bool

HasStartedFromTaskId returns a boolean if a field has been set.

func (*StartRelease) HasVariables

func (o *StartRelease) HasVariables() bool

HasVariables returns a boolean if a field has been set.

func (StartRelease) MarshalJSON

func (o StartRelease) MarshalJSON() ([]byte, error)

func (*StartRelease) SetAutoStart

func (o *StartRelease) SetAutoStart(v bool)

SetAutoStart gets a reference to the given bool and assigns it to the AutoStart field.

func (*StartRelease) SetFolderId

func (o *StartRelease) SetFolderId(v string)

SetFolderId gets a reference to the given string and assigns it to the FolderId field.

func (*StartRelease) SetReleaseOwner

func (o *StartRelease) SetReleaseOwner(v string)

SetReleaseOwner gets a reference to the given string and assigns it to the ReleaseOwner field.

func (*StartRelease) SetReleasePasswordVariables

func (o *StartRelease) SetReleasePasswordVariables(v map[string]string)

SetReleasePasswordVariables gets a reference to the given map[string]string and assigns it to the ReleasePasswordVariables field.

func (*StartRelease) SetReleaseTitle

func (o *StartRelease) SetReleaseTitle(v string)

SetReleaseTitle gets a reference to the given string and assigns it to the ReleaseTitle field.

func (*StartRelease) SetReleaseVariables

func (o *StartRelease) SetReleaseVariables(v map[string]string)

SetReleaseVariables gets a reference to the given map[string]string and assigns it to the ReleaseVariables field.

func (*StartRelease) SetScheduledStartDate

func (o *StartRelease) SetScheduledStartDate(v time.Time)

SetScheduledStartDate gets a reference to the given time.Time and assigns it to the ScheduledStartDate field.

func (*StartRelease) SetStartedFromTaskId

func (o *StartRelease) SetStartedFromTaskId(v string)

SetStartedFromTaskId gets a reference to the given string and assigns it to the StartedFromTaskId field.

func (*StartRelease) SetVariables

func (o *StartRelease) SetVariables(v map[string]map[string]interface{})

SetVariables gets a reference to the given map[string]map[string]interface{} and assigns it to the Variables field.

func (StartRelease) ToMap

func (o StartRelease) ToMap() (map[string]interface{}, error)

type StartTask

type StartTask struct {
	Variables []Variable `json:"variables,omitempty"`
}

StartTask struct for StartTask

func NewStartTask

func NewStartTask() *StartTask

NewStartTask instantiates a new StartTask object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStartTaskWithDefaults

func NewStartTaskWithDefaults() *StartTask

NewStartTaskWithDefaults instantiates a new StartTask object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StartTask) GetVariables

func (o *StartTask) GetVariables() []Variable

GetVariables returns the Variables field value if set, zero value otherwise.

func (*StartTask) GetVariablesOk

func (o *StartTask) GetVariablesOk() ([]Variable, bool)

GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartTask) HasVariables

func (o *StartTask) HasVariables() bool

HasVariables returns a boolean if a field has been set.

func (StartTask) MarshalJSON

func (o StartTask) MarshalJSON() ([]byte, error)

func (*StartTask) SetVariables

func (o *StartTask) SetVariables(v []Variable)

SetVariables gets a reference to the given []Variable and assigns it to the Variables field.

func (StartTask) ToMap

func (o StartTask) ToMap() (map[string]interface{}, error)

type Subscriber

type Subscriber struct {
	Id       *string `json:"id,omitempty"`
	Type     *string `json:"type,omitempty"`
	SourceId *string `json:"sourceId,omitempty"`
}

Subscriber struct for Subscriber

func NewSubscriber

func NewSubscriber() *Subscriber

NewSubscriber instantiates a new Subscriber object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubscriberWithDefaults

func NewSubscriberWithDefaults() *Subscriber

NewSubscriberWithDefaults instantiates a new Subscriber object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Subscriber) GetId

func (o *Subscriber) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Subscriber) GetIdOk

func (o *Subscriber) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetSourceId

func (o *Subscriber) GetSourceId() string

GetSourceId returns the SourceId field value if set, zero value otherwise.

func (*Subscriber) GetSourceIdOk

func (o *Subscriber) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetType

func (o *Subscriber) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Subscriber) GetTypeOk

func (o *Subscriber) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) HasId

func (o *Subscriber) HasId() bool

HasId returns a boolean if a field has been set.

func (*Subscriber) HasSourceId

func (o *Subscriber) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

func (*Subscriber) HasType

func (o *Subscriber) HasType() bool

HasType returns a boolean if a field has been set.

func (Subscriber) MarshalJSON

func (o Subscriber) MarshalJSON() ([]byte, error)

func (*Subscriber) SetId

func (o *Subscriber) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Subscriber) SetSourceId

func (o *Subscriber) SetSourceId(v string)

SetSourceId gets a reference to the given string and assigns it to the SourceId field.

func (*Subscriber) SetType

func (o *Subscriber) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (Subscriber) ToMap

func (o Subscriber) ToMap() (map[string]interface{}, error)

type SystemMessageSettings

type SystemMessageSettings struct {
	Id        *string    `json:"id,omitempty"`
	Type      *string    `json:"type,omitempty"`
	Title     *string    `json:"title,omitempty"`
	Enabled   *bool      `json:"enabled,omitempty"`
	Message   *string    `json:"message,omitempty"`
	Automated *bool      `json:"automated,omitempty"`
	StartDate *time.Time `json:"startDate,omitempty"`
	EndDate   *time.Time `json:"endDate,omitempty"`
}

SystemMessageSettings struct for SystemMessageSettings

func NewSystemMessageSettings

func NewSystemMessageSettings() *SystemMessageSettings

NewSystemMessageSettings instantiates a new SystemMessageSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSystemMessageSettingsWithDefaults

func NewSystemMessageSettingsWithDefaults() *SystemMessageSettings

NewSystemMessageSettingsWithDefaults instantiates a new SystemMessageSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SystemMessageSettings) GetAutomated

func (o *SystemMessageSettings) GetAutomated() bool

GetAutomated returns the Automated field value if set, zero value otherwise.

func (*SystemMessageSettings) GetAutomatedOk

func (o *SystemMessageSettings) GetAutomatedOk() (*bool, bool)

GetAutomatedOk returns a tuple with the Automated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemMessageSettings) GetEnabled

func (o *SystemMessageSettings) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*SystemMessageSettings) GetEnabledOk

func (o *SystemMessageSettings) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemMessageSettings) GetEndDate

func (o *SystemMessageSettings) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*SystemMessageSettings) GetEndDateOk

func (o *SystemMessageSettings) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemMessageSettings) GetId

func (o *SystemMessageSettings) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*SystemMessageSettings) GetIdOk

func (o *SystemMessageSettings) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemMessageSettings) GetMessage

func (o *SystemMessageSettings) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*SystemMessageSettings) GetMessageOk

func (o *SystemMessageSettings) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemMessageSettings) GetStartDate

func (o *SystemMessageSettings) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*SystemMessageSettings) GetStartDateOk

func (o *SystemMessageSettings) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemMessageSettings) GetTitle

func (o *SystemMessageSettings) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*SystemMessageSettings) GetTitleOk

func (o *SystemMessageSettings) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemMessageSettings) GetType

func (o *SystemMessageSettings) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*SystemMessageSettings) GetTypeOk

func (o *SystemMessageSettings) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemMessageSettings) HasAutomated

func (o *SystemMessageSettings) HasAutomated() bool

HasAutomated returns a boolean if a field has been set.

func (*SystemMessageSettings) HasEnabled

func (o *SystemMessageSettings) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*SystemMessageSettings) HasEndDate

func (o *SystemMessageSettings) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*SystemMessageSettings) HasId

func (o *SystemMessageSettings) HasId() bool

HasId returns a boolean if a field has been set.

func (*SystemMessageSettings) HasMessage

func (o *SystemMessageSettings) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*SystemMessageSettings) HasStartDate

func (o *SystemMessageSettings) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*SystemMessageSettings) HasTitle

func (o *SystemMessageSettings) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*SystemMessageSettings) HasType

func (o *SystemMessageSettings) HasType() bool

HasType returns a boolean if a field has been set.

func (SystemMessageSettings) MarshalJSON

func (o SystemMessageSettings) MarshalJSON() ([]byte, error)

func (*SystemMessageSettings) SetAutomated

func (o *SystemMessageSettings) SetAutomated(v bool)

SetAutomated gets a reference to the given bool and assigns it to the Automated field.

func (*SystemMessageSettings) SetEnabled

func (o *SystemMessageSettings) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*SystemMessageSettings) SetEndDate

func (o *SystemMessageSettings) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*SystemMessageSettings) SetId

func (o *SystemMessageSettings) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*SystemMessageSettings) SetMessage

func (o *SystemMessageSettings) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*SystemMessageSettings) SetStartDate

func (o *SystemMessageSettings) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*SystemMessageSettings) SetTitle

func (o *SystemMessageSettings) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*SystemMessageSettings) SetType

func (o *SystemMessageSettings) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (SystemMessageSettings) ToMap

func (o SystemMessageSettings) ToMap() (map[string]interface{}, error)

type Task

type Task struct {
	Id                                    *string                `json:"id,omitempty"`
	Type                                  *string                `json:"type,omitempty"`
	ScheduledStartDate                    *time.Time             `json:"scheduledStartDate,omitempty"`
	FlagStatus                            *FlagStatus            `json:"flagStatus,omitempty"`
	Title                                 *string                `json:"title,omitempty"`
	Description                           *string                `json:"description,omitempty"`
	Owner                                 *string                `json:"owner,omitempty"`
	DueDate                               *time.Time             `json:"dueDate,omitempty"`
	StartDate                             *time.Time             `json:"startDate,omitempty"`
	EndDate                               *time.Time             `json:"endDate,omitempty"`
	PlannedDuration                       *int32                 `json:"plannedDuration,omitempty"`
	FlagComment                           *string                `json:"flagComment,omitempty"`
	OverdueNotified                       *bool                  `json:"overdueNotified,omitempty"`
	Flagged                               *bool                  `json:"flagged,omitempty"`
	StartOrScheduledDate                  *time.Time             `json:"startOrScheduledDate,omitempty"`
	EndOrDueDate                          *time.Time             `json:"endOrDueDate,omitempty"`
	Overdue                               *bool                  `json:"overdue,omitempty"`
	OrCalculateDueDate                    NullableTime           `json:"orCalculateDueDate,omitempty"`
	ComputedPlannedDuration               map[string]interface{} `json:"computedPlannedDuration,omitempty"`
	ActualDuration                        map[string]interface{} `json:"actualDuration,omitempty"`
	ReleaseUid                            *int32                 `json:"releaseUid,omitempty"`
	CiUid                                 *int32                 `json:"ciUid,omitempty"`
	Comments                              []Comment              `json:"comments,omitempty"`
	Container                             interface{}            `json:"container,omitempty"`
	Facets                                []Facet                `json:"facets,omitempty"`
	Attachments                           []Attachment           `json:"attachments,omitempty"`
	Status                                *TaskStatus            `json:"status,omitempty"`
	Team                                  *string                `json:"team,omitempty"`
	Watchers                              []string               `json:"watchers,omitempty"`
	WaitForScheduledStartDate             *bool                  `json:"waitForScheduledStartDate,omitempty"`
	DelayDuringBlackout                   *bool                  `json:"delayDuringBlackout,omitempty"`
	PostponedDueToBlackout                *bool                  `json:"postponedDueToBlackout,omitempty"`
	PostponedUntilEnvironmentsAreReserved *bool                  `json:"postponedUntilEnvironmentsAreReserved,omitempty"`
	OriginalScheduledStartDate            *time.Time             `json:"originalScheduledStartDate,omitempty"`
	HasBeenFlagged                        *bool                  `json:"hasBeenFlagged,omitempty"`
	HasBeenDelayed                        *bool                  `json:"hasBeenDelayed,omitempty"`
	Precondition                          *string                `json:"precondition,omitempty"`
	FailureHandler                        *string                `json:"failureHandler,omitempty"`
	TaskFailureHandlerEnabled             *bool                  `json:"taskFailureHandlerEnabled,omitempty"`
	TaskRecoverOp                         *TaskRecoverOp         `json:"taskRecoverOp,omitempty"`
	FailuresCount                         *int32                 `json:"failuresCount,omitempty"`
	ExecutionId                           *string                `json:"executionId,omitempty"`
	VariableMapping                       *map[string]string     `json:"variableMapping,omitempty"`
	ExternalVariableMapping               *map[string]string     `json:"externalVariableMapping,omitempty"`
	MaxCommentSize                        *int32                 `json:"maxCommentSize,omitempty"`
	Tags                                  []string               `json:"tags,omitempty"`
	ConfigurationUri                      *string                `json:"configurationUri,omitempty"`
	DueSoonNotified                       *bool                  `json:"dueSoonNotified,omitempty"`
	Locked                                *bool                  `json:"locked,omitempty"`
	CheckAttributes                       *bool                  `json:"checkAttributes,omitempty"`
	AbortScript                           *string                `json:"abortScript,omitempty"`
	Phase                                 *Phase                 `json:"phase,omitempty"`
	BlackoutMetadata                      *BlackoutMetadata      `json:"blackoutMetadata,omitempty"`
	FlaggedCount                          *int32                 `json:"flaggedCount,omitempty"`
	DelayedCount                          *int32                 `json:"delayedCount,omitempty"`
	Done                                  *bool                  `json:"done,omitempty"`
	DoneInAdvance                         *bool                  `json:"doneInAdvance,omitempty"`
	Defunct                               *bool                  `json:"defunct,omitempty"`
	Updatable                             *bool                  `json:"updatable,omitempty"`
	Aborted                               *bool                  `json:"aborted,omitempty"`
	NotYetReached                         *bool                  `json:"notYetReached,omitempty"`
	Planned                               *bool                  `json:"planned,omitempty"`
	Active                                *bool                  `json:"active,omitempty"`
	InProgress                            *bool                  `json:"inProgress,omitempty"`
	Pending                               *bool                  `json:"pending,omitempty"`
	WaitingForInput                       *bool                  `json:"waitingForInput,omitempty"`
	Failed                                *bool                  `json:"failed,omitempty"`
	Failing                               *bool                  `json:"failing,omitempty"`
	CompletedInAdvance                    *bool                  `json:"completedInAdvance,omitempty"`
	Skipped                               *bool                  `json:"skipped,omitempty"`
	SkippedInAdvance                      *bool                  `json:"skippedInAdvance,omitempty"`
	PreconditionInProgress                *bool                  `json:"preconditionInProgress,omitempty"`
	FailureHandlerInProgress              *bool                  `json:"failureHandlerInProgress,omitempty"`
	AbortScriptInProgress                 *bool                  `json:"abortScriptInProgress,omitempty"`
	FacetInProgress                       *bool                  `json:"facetInProgress,omitempty"`
	Movable                               *bool                  `json:"movable,omitempty"`
	Gate                                  *bool                  `json:"gate,omitempty"`
	TaskGroup                             *bool                  `json:"taskGroup,omitempty"`
	ParallelGroup                         *bool                  `json:"parallelGroup,omitempty"`
	PreconditionEnabled                   *bool                  `json:"preconditionEnabled,omitempty"`
	FailureHandlerEnabled                 *bool                  `json:"failureHandlerEnabled,omitempty"`
	Release                               *Release               `json:"release,omitempty"`
	DisplayPath                           *string                `json:"displayPath,omitempty"`
	ReleaseOwner                          *string                `json:"releaseOwner,omitempty"`
	AllTasks                              []Task                 `json:"allTasks,omitempty"`
	Children                              []PlanItem             `json:"children,omitempty"`
	VariableUsages                        []UsagePoint           `json:"variableUsages,omitempty"`
	InputVariables                        []Variable             `json:"inputVariables,omitempty"`
	ReferencedVariables                   []Variable             `json:"referencedVariables,omitempty"`
	UnboundRequiredVariables              []string               `json:"unboundRequiredVariables,omitempty"`
	Automated                             *bool                  `json:"automated,omitempty"`
	TaskType                              map[string]interface{} `json:"taskType,omitempty"`
	DueSoon                               *bool                  `json:"dueSoon,omitempty"`
	ElapsedDurationFraction               *float64               `json:"elapsedDurationFraction,omitempty"`
	Url                                   *string                `json:"url,omitempty"`
}

Task struct for Task

func NewTask

func NewTask() *Task

NewTask instantiates a new Task object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTaskWithDefaults

func NewTaskWithDefaults() *Task

NewTaskWithDefaults instantiates a new Task object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Task) GetAbortScript

func (o *Task) GetAbortScript() string

GetAbortScript returns the AbortScript field value if set, zero value otherwise.

func (*Task) GetAbortScriptInProgress

func (o *Task) GetAbortScriptInProgress() bool

GetAbortScriptInProgress returns the AbortScriptInProgress field value if set, zero value otherwise.

func (*Task) GetAbortScriptInProgressOk

func (o *Task) GetAbortScriptInProgressOk() (*bool, bool)

GetAbortScriptInProgressOk returns a tuple with the AbortScriptInProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetAbortScriptOk

func (o *Task) GetAbortScriptOk() (*string, bool)

GetAbortScriptOk returns a tuple with the AbortScript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetAborted

func (o *Task) GetAborted() bool

GetAborted returns the Aborted field value if set, zero value otherwise.

func (*Task) GetAbortedOk

func (o *Task) GetAbortedOk() (*bool, bool)

GetAbortedOk returns a tuple with the Aborted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetActive

func (o *Task) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*Task) GetActiveOk

func (o *Task) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetActualDuration

func (o *Task) GetActualDuration() map[string]interface{}

GetActualDuration returns the ActualDuration field value if set, zero value otherwise.

func (*Task) GetActualDurationOk

func (o *Task) GetActualDurationOk() (map[string]interface{}, bool)

GetActualDurationOk returns a tuple with the ActualDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetAllTasks

func (o *Task) GetAllTasks() []Task

GetAllTasks returns the AllTasks field value if set, zero value otherwise.

func (*Task) GetAllTasksOk

func (o *Task) GetAllTasksOk() ([]Task, bool)

GetAllTasksOk returns a tuple with the AllTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetAttachments

func (o *Task) GetAttachments() []Attachment

GetAttachments returns the Attachments field value if set, zero value otherwise.

func (*Task) GetAttachmentsOk

func (o *Task) GetAttachmentsOk() ([]Attachment, bool)

GetAttachmentsOk returns a tuple with the Attachments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetAutomated

func (o *Task) GetAutomated() bool

GetAutomated returns the Automated field value if set, zero value otherwise.

func (*Task) GetAutomatedOk

func (o *Task) GetAutomatedOk() (*bool, bool)

GetAutomatedOk returns a tuple with the Automated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetBlackoutMetadata

func (o *Task) GetBlackoutMetadata() BlackoutMetadata

GetBlackoutMetadata returns the BlackoutMetadata field value if set, zero value otherwise.

func (*Task) GetBlackoutMetadataOk

func (o *Task) GetBlackoutMetadataOk() (*BlackoutMetadata, bool)

GetBlackoutMetadataOk returns a tuple with the BlackoutMetadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetCheckAttributes

func (o *Task) GetCheckAttributes() bool

GetCheckAttributes returns the CheckAttributes field value if set, zero value otherwise.

func (*Task) GetCheckAttributesOk

func (o *Task) GetCheckAttributesOk() (*bool, bool)

GetCheckAttributesOk returns a tuple with the CheckAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetChildren

func (o *Task) GetChildren() []PlanItem

GetChildren returns the Children field value if set, zero value otherwise.

func (*Task) GetChildrenOk

func (o *Task) GetChildrenOk() ([]PlanItem, bool)

GetChildrenOk returns a tuple with the Children field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetCiUid

func (o *Task) GetCiUid() int32

GetCiUid returns the CiUid field value if set, zero value otherwise.

func (*Task) GetCiUidOk

func (o *Task) GetCiUidOk() (*int32, bool)

GetCiUidOk returns a tuple with the CiUid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetComments

func (o *Task) GetComments() []Comment

GetComments returns the Comments field value if set, zero value otherwise.

func (*Task) GetCommentsOk

func (o *Task) GetCommentsOk() ([]Comment, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetCompletedInAdvance

func (o *Task) GetCompletedInAdvance() bool

GetCompletedInAdvance returns the CompletedInAdvance field value if set, zero value otherwise.

func (*Task) GetCompletedInAdvanceOk

func (o *Task) GetCompletedInAdvanceOk() (*bool, bool)

GetCompletedInAdvanceOk returns a tuple with the CompletedInAdvance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetComputedPlannedDuration

func (o *Task) GetComputedPlannedDuration() map[string]interface{}

GetComputedPlannedDuration returns the ComputedPlannedDuration field value if set, zero value otherwise.

func (*Task) GetComputedPlannedDurationOk

func (o *Task) GetComputedPlannedDurationOk() (map[string]interface{}, bool)

GetComputedPlannedDurationOk returns a tuple with the ComputedPlannedDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetConfigurationUri

func (o *Task) GetConfigurationUri() string

GetConfigurationUri returns the ConfigurationUri field value if set, zero value otherwise.

func (*Task) GetConfigurationUriOk

func (o *Task) GetConfigurationUriOk() (*string, bool)

GetConfigurationUriOk returns a tuple with the ConfigurationUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetContainer

func (o *Task) GetContainer() interface{}

GetContainer returns the Container field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Task) GetContainerOk

func (o *Task) GetContainerOk() (*interface{}, bool)

GetContainerOk returns a tuple with the Container field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Task) GetDefunct

func (o *Task) GetDefunct() bool

GetDefunct returns the Defunct field value if set, zero value otherwise.

func (*Task) GetDefunctOk

func (o *Task) GetDefunctOk() (*bool, bool)

GetDefunctOk returns a tuple with the Defunct field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetDelayDuringBlackout

func (o *Task) GetDelayDuringBlackout() bool

GetDelayDuringBlackout returns the DelayDuringBlackout field value if set, zero value otherwise.

func (*Task) GetDelayDuringBlackoutOk

func (o *Task) GetDelayDuringBlackoutOk() (*bool, bool)

GetDelayDuringBlackoutOk returns a tuple with the DelayDuringBlackout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetDelayedCount

func (o *Task) GetDelayedCount() int32

GetDelayedCount returns the DelayedCount field value if set, zero value otherwise.

func (*Task) GetDelayedCountOk

func (o *Task) GetDelayedCountOk() (*int32, bool)

GetDelayedCountOk returns a tuple with the DelayedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetDescription

func (o *Task) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Task) GetDescriptionOk

func (o *Task) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetDisplayPath

func (o *Task) GetDisplayPath() string

GetDisplayPath returns the DisplayPath field value if set, zero value otherwise.

func (*Task) GetDisplayPathOk

func (o *Task) GetDisplayPathOk() (*string, bool)

GetDisplayPathOk returns a tuple with the DisplayPath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetDone

func (o *Task) GetDone() bool

GetDone returns the Done field value if set, zero value otherwise.

func (*Task) GetDoneInAdvance

func (o *Task) GetDoneInAdvance() bool

GetDoneInAdvance returns the DoneInAdvance field value if set, zero value otherwise.

func (*Task) GetDoneInAdvanceOk

func (o *Task) GetDoneInAdvanceOk() (*bool, bool)

GetDoneInAdvanceOk returns a tuple with the DoneInAdvance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetDoneOk

func (o *Task) GetDoneOk() (*bool, bool)

GetDoneOk returns a tuple with the Done field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetDueDate

func (o *Task) GetDueDate() time.Time

GetDueDate returns the DueDate field value if set, zero value otherwise.

func (*Task) GetDueDateOk

func (o *Task) GetDueDateOk() (*time.Time, bool)

GetDueDateOk returns a tuple with the DueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetDueSoon

func (o *Task) GetDueSoon() bool

GetDueSoon returns the DueSoon field value if set, zero value otherwise.

func (*Task) GetDueSoonNotified

func (o *Task) GetDueSoonNotified() bool

GetDueSoonNotified returns the DueSoonNotified field value if set, zero value otherwise.

func (*Task) GetDueSoonNotifiedOk

func (o *Task) GetDueSoonNotifiedOk() (*bool, bool)

GetDueSoonNotifiedOk returns a tuple with the DueSoonNotified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetDueSoonOk

func (o *Task) GetDueSoonOk() (*bool, bool)

GetDueSoonOk returns a tuple with the DueSoon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetElapsedDurationFraction

func (o *Task) GetElapsedDurationFraction() float64

GetElapsedDurationFraction returns the ElapsedDurationFraction field value if set, zero value otherwise.

func (*Task) GetElapsedDurationFractionOk

func (o *Task) GetElapsedDurationFractionOk() (*float64, bool)

GetElapsedDurationFractionOk returns a tuple with the ElapsedDurationFraction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetEndDate

func (o *Task) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*Task) GetEndDateOk

func (o *Task) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetEndOrDueDate

func (o *Task) GetEndOrDueDate() time.Time

GetEndOrDueDate returns the EndOrDueDate field value if set, zero value otherwise.

func (*Task) GetEndOrDueDateOk

func (o *Task) GetEndOrDueDateOk() (*time.Time, bool)

GetEndOrDueDateOk returns a tuple with the EndOrDueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetExecutionId

func (o *Task) GetExecutionId() string

GetExecutionId returns the ExecutionId field value if set, zero value otherwise.

func (*Task) GetExecutionIdOk

func (o *Task) GetExecutionIdOk() (*string, bool)

GetExecutionIdOk returns a tuple with the ExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetExternalVariableMapping

func (o *Task) GetExternalVariableMapping() map[string]string

GetExternalVariableMapping returns the ExternalVariableMapping field value if set, zero value otherwise.

func (*Task) GetExternalVariableMappingOk

func (o *Task) GetExternalVariableMappingOk() (*map[string]string, bool)

GetExternalVariableMappingOk returns a tuple with the ExternalVariableMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetFacetInProgress

func (o *Task) GetFacetInProgress() bool

GetFacetInProgress returns the FacetInProgress field value if set, zero value otherwise.

func (*Task) GetFacetInProgressOk

func (o *Task) GetFacetInProgressOk() (*bool, bool)

GetFacetInProgressOk returns a tuple with the FacetInProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetFacets

func (o *Task) GetFacets() []Facet

GetFacets returns the Facets field value if set, zero value otherwise.

func (*Task) GetFacetsOk

func (o *Task) GetFacetsOk() ([]Facet, bool)

GetFacetsOk returns a tuple with the Facets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetFailed

func (o *Task) GetFailed() bool

GetFailed returns the Failed field value if set, zero value otherwise.

func (*Task) GetFailedOk

func (o *Task) GetFailedOk() (*bool, bool)

GetFailedOk returns a tuple with the Failed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetFailing

func (o *Task) GetFailing() bool

GetFailing returns the Failing field value if set, zero value otherwise.

func (*Task) GetFailingOk

func (o *Task) GetFailingOk() (*bool, bool)

GetFailingOk returns a tuple with the Failing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetFailureHandler

func (o *Task) GetFailureHandler() string

GetFailureHandler returns the FailureHandler field value if set, zero value otherwise.

func (*Task) GetFailureHandlerEnabled

func (o *Task) GetFailureHandlerEnabled() bool

GetFailureHandlerEnabled returns the FailureHandlerEnabled field value if set, zero value otherwise.

func (*Task) GetFailureHandlerEnabledOk

func (o *Task) GetFailureHandlerEnabledOk() (*bool, bool)

GetFailureHandlerEnabledOk returns a tuple with the FailureHandlerEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetFailureHandlerInProgress

func (o *Task) GetFailureHandlerInProgress() bool

GetFailureHandlerInProgress returns the FailureHandlerInProgress field value if set, zero value otherwise.

func (*Task) GetFailureHandlerInProgressOk

func (o *Task) GetFailureHandlerInProgressOk() (*bool, bool)

GetFailureHandlerInProgressOk returns a tuple with the FailureHandlerInProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetFailureHandlerOk

func (o *Task) GetFailureHandlerOk() (*string, bool)

GetFailureHandlerOk returns a tuple with the FailureHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetFailuresCount

func (o *Task) GetFailuresCount() int32

GetFailuresCount returns the FailuresCount field value if set, zero value otherwise.

func (*Task) GetFailuresCountOk

func (o *Task) GetFailuresCountOk() (*int32, bool)

GetFailuresCountOk returns a tuple with the FailuresCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetFlagComment

func (o *Task) GetFlagComment() string

GetFlagComment returns the FlagComment field value if set, zero value otherwise.

func (*Task) GetFlagCommentOk

func (o *Task) GetFlagCommentOk() (*string, bool)

GetFlagCommentOk returns a tuple with the FlagComment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetFlagStatus

func (o *Task) GetFlagStatus() FlagStatus

GetFlagStatus returns the FlagStatus field value if set, zero value otherwise.

func (*Task) GetFlagStatusOk

func (o *Task) GetFlagStatusOk() (*FlagStatus, bool)

GetFlagStatusOk returns a tuple with the FlagStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetFlagged

func (o *Task) GetFlagged() bool

GetFlagged returns the Flagged field value if set, zero value otherwise.

func (*Task) GetFlaggedCount

func (o *Task) GetFlaggedCount() int32

GetFlaggedCount returns the FlaggedCount field value if set, zero value otherwise.

func (*Task) GetFlaggedCountOk

func (o *Task) GetFlaggedCountOk() (*int32, bool)

GetFlaggedCountOk returns a tuple with the FlaggedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetFlaggedOk

func (o *Task) GetFlaggedOk() (*bool, bool)

GetFlaggedOk returns a tuple with the Flagged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetGate

func (o *Task) GetGate() bool

GetGate returns the Gate field value if set, zero value otherwise.

func (*Task) GetGateOk

func (o *Task) GetGateOk() (*bool, bool)

GetGateOk returns a tuple with the Gate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetHasBeenDelayed

func (o *Task) GetHasBeenDelayed() bool

GetHasBeenDelayed returns the HasBeenDelayed field value if set, zero value otherwise.

func (*Task) GetHasBeenDelayedOk

func (o *Task) GetHasBeenDelayedOk() (*bool, bool)

GetHasBeenDelayedOk returns a tuple with the HasBeenDelayed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetHasBeenFlagged

func (o *Task) GetHasBeenFlagged() bool

GetHasBeenFlagged returns the HasBeenFlagged field value if set, zero value otherwise.

func (*Task) GetHasBeenFlaggedOk

func (o *Task) GetHasBeenFlaggedOk() (*bool, bool)

GetHasBeenFlaggedOk returns a tuple with the HasBeenFlagged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetId

func (o *Task) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Task) GetIdOk

func (o *Task) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetInProgress

func (o *Task) GetInProgress() bool

GetInProgress returns the InProgress field value if set, zero value otherwise.

func (*Task) GetInProgressOk

func (o *Task) GetInProgressOk() (*bool, bool)

GetInProgressOk returns a tuple with the InProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetInputVariables

func (o *Task) GetInputVariables() []Variable

GetInputVariables returns the InputVariables field value if set, zero value otherwise.

func (*Task) GetInputVariablesOk

func (o *Task) GetInputVariablesOk() ([]Variable, bool)

GetInputVariablesOk returns a tuple with the InputVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetLocked

func (o *Task) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*Task) GetLockedOk

func (o *Task) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetMaxCommentSize

func (o *Task) GetMaxCommentSize() int32

GetMaxCommentSize returns the MaxCommentSize field value if set, zero value otherwise.

func (*Task) GetMaxCommentSizeOk

func (o *Task) GetMaxCommentSizeOk() (*int32, bool)

GetMaxCommentSizeOk returns a tuple with the MaxCommentSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetMovable

func (o *Task) GetMovable() bool

GetMovable returns the Movable field value if set, zero value otherwise.

func (*Task) GetMovableOk

func (o *Task) GetMovableOk() (*bool, bool)

GetMovableOk returns a tuple with the Movable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetNotYetReached

func (o *Task) GetNotYetReached() bool

GetNotYetReached returns the NotYetReached field value if set, zero value otherwise.

func (*Task) GetNotYetReachedOk

func (o *Task) GetNotYetReachedOk() (*bool, bool)

GetNotYetReachedOk returns a tuple with the NotYetReached field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetOrCalculateDueDate

func (o *Task) GetOrCalculateDueDate() time.Time

GetOrCalculateDueDate returns the OrCalculateDueDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Task) GetOrCalculateDueDateOk

func (o *Task) GetOrCalculateDueDateOk() (*time.Time, bool)

GetOrCalculateDueDateOk returns a tuple with the OrCalculateDueDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Task) GetOriginalScheduledStartDate

func (o *Task) GetOriginalScheduledStartDate() time.Time

GetOriginalScheduledStartDate returns the OriginalScheduledStartDate field value if set, zero value otherwise.

func (*Task) GetOriginalScheduledStartDateOk

func (o *Task) GetOriginalScheduledStartDateOk() (*time.Time, bool)

GetOriginalScheduledStartDateOk returns a tuple with the OriginalScheduledStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetOverdue

func (o *Task) GetOverdue() bool

GetOverdue returns the Overdue field value if set, zero value otherwise.

func (*Task) GetOverdueNotified

func (o *Task) GetOverdueNotified() bool

GetOverdueNotified returns the OverdueNotified field value if set, zero value otherwise.

func (*Task) GetOverdueNotifiedOk

func (o *Task) GetOverdueNotifiedOk() (*bool, bool)

GetOverdueNotifiedOk returns a tuple with the OverdueNotified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetOverdueOk

func (o *Task) GetOverdueOk() (*bool, bool)

GetOverdueOk returns a tuple with the Overdue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetOwner

func (o *Task) GetOwner() string

GetOwner returns the Owner field value if set, zero value otherwise.

func (*Task) GetOwnerOk

func (o *Task) GetOwnerOk() (*string, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetParallelGroup

func (o *Task) GetParallelGroup() bool

GetParallelGroup returns the ParallelGroup field value if set, zero value otherwise.

func (*Task) GetParallelGroupOk

func (o *Task) GetParallelGroupOk() (*bool, bool)

GetParallelGroupOk returns a tuple with the ParallelGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetPending

func (o *Task) GetPending() bool

GetPending returns the Pending field value if set, zero value otherwise.

func (*Task) GetPendingOk

func (o *Task) GetPendingOk() (*bool, bool)

GetPendingOk returns a tuple with the Pending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetPhase

func (o *Task) GetPhase() Phase

GetPhase returns the Phase field value if set, zero value otherwise.

func (*Task) GetPhaseOk

func (o *Task) GetPhaseOk() (*Phase, bool)

GetPhaseOk returns a tuple with the Phase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetPlanned

func (o *Task) GetPlanned() bool

GetPlanned returns the Planned field value if set, zero value otherwise.

func (*Task) GetPlannedDuration

func (o *Task) GetPlannedDuration() int32

GetPlannedDuration returns the PlannedDuration field value if set, zero value otherwise.

func (*Task) GetPlannedDurationOk

func (o *Task) GetPlannedDurationOk() (*int32, bool)

GetPlannedDurationOk returns a tuple with the PlannedDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetPlannedOk

func (o *Task) GetPlannedOk() (*bool, bool)

GetPlannedOk returns a tuple with the Planned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetPostponedDueToBlackout

func (o *Task) GetPostponedDueToBlackout() bool

GetPostponedDueToBlackout returns the PostponedDueToBlackout field value if set, zero value otherwise.

func (*Task) GetPostponedDueToBlackoutOk

func (o *Task) GetPostponedDueToBlackoutOk() (*bool, bool)

GetPostponedDueToBlackoutOk returns a tuple with the PostponedDueToBlackout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetPostponedUntilEnvironmentsAreReserved

func (o *Task) GetPostponedUntilEnvironmentsAreReserved() bool

GetPostponedUntilEnvironmentsAreReserved returns the PostponedUntilEnvironmentsAreReserved field value if set, zero value otherwise.

func (*Task) GetPostponedUntilEnvironmentsAreReservedOk

func (o *Task) GetPostponedUntilEnvironmentsAreReservedOk() (*bool, bool)

GetPostponedUntilEnvironmentsAreReservedOk returns a tuple with the PostponedUntilEnvironmentsAreReserved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetPrecondition

func (o *Task) GetPrecondition() string

GetPrecondition returns the Precondition field value if set, zero value otherwise.

func (*Task) GetPreconditionEnabled

func (o *Task) GetPreconditionEnabled() bool

GetPreconditionEnabled returns the PreconditionEnabled field value if set, zero value otherwise.

func (*Task) GetPreconditionEnabledOk

func (o *Task) GetPreconditionEnabledOk() (*bool, bool)

GetPreconditionEnabledOk returns a tuple with the PreconditionEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetPreconditionInProgress

func (o *Task) GetPreconditionInProgress() bool

GetPreconditionInProgress returns the PreconditionInProgress field value if set, zero value otherwise.

func (*Task) GetPreconditionInProgressOk

func (o *Task) GetPreconditionInProgressOk() (*bool, bool)

GetPreconditionInProgressOk returns a tuple with the PreconditionInProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetPreconditionOk

func (o *Task) GetPreconditionOk() (*string, bool)

GetPreconditionOk returns a tuple with the Precondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetReferencedVariables

func (o *Task) GetReferencedVariables() []Variable

GetReferencedVariables returns the ReferencedVariables field value if set, zero value otherwise.

func (*Task) GetReferencedVariablesOk

func (o *Task) GetReferencedVariablesOk() ([]Variable, bool)

GetReferencedVariablesOk returns a tuple with the ReferencedVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetRelease

func (o *Task) GetRelease() Release

GetRelease returns the Release field value if set, zero value otherwise.

func (*Task) GetReleaseOk

func (o *Task) GetReleaseOk() (*Release, bool)

GetReleaseOk returns a tuple with the Release field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetReleaseOwner

func (o *Task) GetReleaseOwner() string

GetReleaseOwner returns the ReleaseOwner field value if set, zero value otherwise.

func (*Task) GetReleaseOwnerOk

func (o *Task) GetReleaseOwnerOk() (*string, bool)

GetReleaseOwnerOk returns a tuple with the ReleaseOwner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetReleaseUid

func (o *Task) GetReleaseUid() int32

GetReleaseUid returns the ReleaseUid field value if set, zero value otherwise.

func (*Task) GetReleaseUidOk

func (o *Task) GetReleaseUidOk() (*int32, bool)

GetReleaseUidOk returns a tuple with the ReleaseUid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetScheduledStartDate

func (o *Task) GetScheduledStartDate() time.Time

GetScheduledStartDate returns the ScheduledStartDate field value if set, zero value otherwise.

func (*Task) GetScheduledStartDateOk

func (o *Task) GetScheduledStartDateOk() (*time.Time, bool)

GetScheduledStartDateOk returns a tuple with the ScheduledStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetSkipped

func (o *Task) GetSkipped() bool

GetSkipped returns the Skipped field value if set, zero value otherwise.

func (*Task) GetSkippedInAdvance

func (o *Task) GetSkippedInAdvance() bool

GetSkippedInAdvance returns the SkippedInAdvance field value if set, zero value otherwise.

func (*Task) GetSkippedInAdvanceOk

func (o *Task) GetSkippedInAdvanceOk() (*bool, bool)

GetSkippedInAdvanceOk returns a tuple with the SkippedInAdvance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetSkippedOk

func (o *Task) GetSkippedOk() (*bool, bool)

GetSkippedOk returns a tuple with the Skipped field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetStartDate

func (o *Task) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*Task) GetStartDateOk

func (o *Task) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetStartOrScheduledDate

func (o *Task) GetStartOrScheduledDate() time.Time

GetStartOrScheduledDate returns the StartOrScheduledDate field value if set, zero value otherwise.

func (*Task) GetStartOrScheduledDateOk

func (o *Task) GetStartOrScheduledDateOk() (*time.Time, bool)

GetStartOrScheduledDateOk returns a tuple with the StartOrScheduledDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetStatus

func (o *Task) GetStatus() TaskStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*Task) GetStatusOk

func (o *Task) GetStatusOk() (*TaskStatus, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetTags

func (o *Task) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Task) GetTagsOk

func (o *Task) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetTaskFailureHandlerEnabled

func (o *Task) GetTaskFailureHandlerEnabled() bool

GetTaskFailureHandlerEnabled returns the TaskFailureHandlerEnabled field value if set, zero value otherwise.

func (*Task) GetTaskFailureHandlerEnabledOk

func (o *Task) GetTaskFailureHandlerEnabledOk() (*bool, bool)

GetTaskFailureHandlerEnabledOk returns a tuple with the TaskFailureHandlerEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetTaskGroup

func (o *Task) GetTaskGroup() bool

GetTaskGroup returns the TaskGroup field value if set, zero value otherwise.

func (*Task) GetTaskGroupOk

func (o *Task) GetTaskGroupOk() (*bool, bool)

GetTaskGroupOk returns a tuple with the TaskGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetTaskRecoverOp

func (o *Task) GetTaskRecoverOp() TaskRecoverOp

GetTaskRecoverOp returns the TaskRecoverOp field value if set, zero value otherwise.

func (*Task) GetTaskRecoverOpOk

func (o *Task) GetTaskRecoverOpOk() (*TaskRecoverOp, bool)

GetTaskRecoverOpOk returns a tuple with the TaskRecoverOp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetTaskType

func (o *Task) GetTaskType() map[string]interface{}

GetTaskType returns the TaskType field value if set, zero value otherwise.

func (*Task) GetTaskTypeOk

func (o *Task) GetTaskTypeOk() (map[string]interface{}, bool)

GetTaskTypeOk returns a tuple with the TaskType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetTeam

func (o *Task) GetTeam() string

GetTeam returns the Team field value if set, zero value otherwise.

func (*Task) GetTeamOk

func (o *Task) GetTeamOk() (*string, bool)

GetTeamOk returns a tuple with the Team field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetTitle

func (o *Task) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*Task) GetTitleOk

func (o *Task) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetType

func (o *Task) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Task) GetTypeOk

func (o *Task) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetUnboundRequiredVariables

func (o *Task) GetUnboundRequiredVariables() []string

GetUnboundRequiredVariables returns the UnboundRequiredVariables field value if set, zero value otherwise.

func (*Task) GetUnboundRequiredVariablesOk

func (o *Task) GetUnboundRequiredVariablesOk() ([]string, bool)

GetUnboundRequiredVariablesOk returns a tuple with the UnboundRequiredVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetUpdatable

func (o *Task) GetUpdatable() bool

GetUpdatable returns the Updatable field value if set, zero value otherwise.

func (*Task) GetUpdatableOk

func (o *Task) GetUpdatableOk() (*bool, bool)

GetUpdatableOk returns a tuple with the Updatable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetUrl

func (o *Task) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*Task) GetUrlOk

func (o *Task) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetVariableMapping

func (o *Task) GetVariableMapping() map[string]string

GetVariableMapping returns the VariableMapping field value if set, zero value otherwise.

func (*Task) GetVariableMappingOk

func (o *Task) GetVariableMappingOk() (*map[string]string, bool)

GetVariableMappingOk returns a tuple with the VariableMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetVariableUsages

func (o *Task) GetVariableUsages() []UsagePoint

GetVariableUsages returns the VariableUsages field value if set, zero value otherwise.

func (*Task) GetVariableUsagesOk

func (o *Task) GetVariableUsagesOk() ([]UsagePoint, bool)

GetVariableUsagesOk returns a tuple with the VariableUsages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetWaitForScheduledStartDate

func (o *Task) GetWaitForScheduledStartDate() bool

GetWaitForScheduledStartDate returns the WaitForScheduledStartDate field value if set, zero value otherwise.

func (*Task) GetWaitForScheduledStartDateOk

func (o *Task) GetWaitForScheduledStartDateOk() (*bool, bool)

GetWaitForScheduledStartDateOk returns a tuple with the WaitForScheduledStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetWaitingForInput

func (o *Task) GetWaitingForInput() bool

GetWaitingForInput returns the WaitingForInput field value if set, zero value otherwise.

func (*Task) GetWaitingForInputOk

func (o *Task) GetWaitingForInputOk() (*bool, bool)

GetWaitingForInputOk returns a tuple with the WaitingForInput field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) GetWatchers

func (o *Task) GetWatchers() []string

GetWatchers returns the Watchers field value if set, zero value otherwise.

func (*Task) GetWatchersOk

func (o *Task) GetWatchersOk() ([]string, bool)

GetWatchersOk returns a tuple with the Watchers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Task) HasAbortScript

func (o *Task) HasAbortScript() bool

HasAbortScript returns a boolean if a field has been set.

func (*Task) HasAbortScriptInProgress

func (o *Task) HasAbortScriptInProgress() bool

HasAbortScriptInProgress returns a boolean if a field has been set.

func (*Task) HasAborted

func (o *Task) HasAborted() bool

HasAborted returns a boolean if a field has been set.

func (*Task) HasActive

func (o *Task) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*Task) HasActualDuration

func (o *Task) HasActualDuration() bool

HasActualDuration returns a boolean if a field has been set.

func (*Task) HasAllTasks

func (o *Task) HasAllTasks() bool

HasAllTasks returns a boolean if a field has been set.

func (*Task) HasAttachments

func (o *Task) HasAttachments() bool

HasAttachments returns a boolean if a field has been set.

func (*Task) HasAutomated

func (o *Task) HasAutomated() bool

HasAutomated returns a boolean if a field has been set.

func (*Task) HasBlackoutMetadata

func (o *Task) HasBlackoutMetadata() bool

HasBlackoutMetadata returns a boolean if a field has been set.

func (*Task) HasCheckAttributes

func (o *Task) HasCheckAttributes() bool

HasCheckAttributes returns a boolean if a field has been set.

func (*Task) HasChildren

func (o *Task) HasChildren() bool

HasChildren returns a boolean if a field has been set.

func (*Task) HasCiUid

func (o *Task) HasCiUid() bool

HasCiUid returns a boolean if a field has been set.

func (*Task) HasComments

func (o *Task) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*Task) HasCompletedInAdvance

func (o *Task) HasCompletedInAdvance() bool

HasCompletedInAdvance returns a boolean if a field has been set.

func (*Task) HasComputedPlannedDuration

func (o *Task) HasComputedPlannedDuration() bool

HasComputedPlannedDuration returns a boolean if a field has been set.

func (*Task) HasConfigurationUri

func (o *Task) HasConfigurationUri() bool

HasConfigurationUri returns a boolean if a field has been set.

func (*Task) HasContainer

func (o *Task) HasContainer() bool

HasContainer returns a boolean if a field has been set.

func (*Task) HasDefunct

func (o *Task) HasDefunct() bool

HasDefunct returns a boolean if a field has been set.

func (*Task) HasDelayDuringBlackout

func (o *Task) HasDelayDuringBlackout() bool

HasDelayDuringBlackout returns a boolean if a field has been set.

func (*Task) HasDelayedCount

func (o *Task) HasDelayedCount() bool

HasDelayedCount returns a boolean if a field has been set.

func (*Task) HasDescription

func (o *Task) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Task) HasDisplayPath

func (o *Task) HasDisplayPath() bool

HasDisplayPath returns a boolean if a field has been set.

func (*Task) HasDone

func (o *Task) HasDone() bool

HasDone returns a boolean if a field has been set.

func (*Task) HasDoneInAdvance

func (o *Task) HasDoneInAdvance() bool

HasDoneInAdvance returns a boolean if a field has been set.

func (*Task) HasDueDate

func (o *Task) HasDueDate() bool

HasDueDate returns a boolean if a field has been set.

func (*Task) HasDueSoon

func (o *Task) HasDueSoon() bool

HasDueSoon returns a boolean if a field has been set.

func (*Task) HasDueSoonNotified

func (o *Task) HasDueSoonNotified() bool

HasDueSoonNotified returns a boolean if a field has been set.

func (*Task) HasElapsedDurationFraction

func (o *Task) HasElapsedDurationFraction() bool

HasElapsedDurationFraction returns a boolean if a field has been set.

func (*Task) HasEndDate

func (o *Task) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*Task) HasEndOrDueDate

func (o *Task) HasEndOrDueDate() bool

HasEndOrDueDate returns a boolean if a field has been set.

func (*Task) HasExecutionId

func (o *Task) HasExecutionId() bool

HasExecutionId returns a boolean if a field has been set.

func (*Task) HasExternalVariableMapping

func (o *Task) HasExternalVariableMapping() bool

HasExternalVariableMapping returns a boolean if a field has been set.

func (*Task) HasFacetInProgress

func (o *Task) HasFacetInProgress() bool

HasFacetInProgress returns a boolean if a field has been set.

func (*Task) HasFacets

func (o *Task) HasFacets() bool

HasFacets returns a boolean if a field has been set.

func (*Task) HasFailed

func (o *Task) HasFailed() bool

HasFailed returns a boolean if a field has been set.

func (*Task) HasFailing

func (o *Task) HasFailing() bool

HasFailing returns a boolean if a field has been set.

func (*Task) HasFailureHandler

func (o *Task) HasFailureHandler() bool

HasFailureHandler returns a boolean if a field has been set.

func (*Task) HasFailureHandlerEnabled

func (o *Task) HasFailureHandlerEnabled() bool

HasFailureHandlerEnabled returns a boolean if a field has been set.

func (*Task) HasFailureHandlerInProgress

func (o *Task) HasFailureHandlerInProgress() bool

HasFailureHandlerInProgress returns a boolean if a field has been set.

func (*Task) HasFailuresCount

func (o *Task) HasFailuresCount() bool

HasFailuresCount returns a boolean if a field has been set.

func (*Task) HasFlagComment

func (o *Task) HasFlagComment() bool

HasFlagComment returns a boolean if a field has been set.

func (*Task) HasFlagStatus

func (o *Task) HasFlagStatus() bool

HasFlagStatus returns a boolean if a field has been set.

func (*Task) HasFlagged

func (o *Task) HasFlagged() bool

HasFlagged returns a boolean if a field has been set.

func (*Task) HasFlaggedCount

func (o *Task) HasFlaggedCount() bool

HasFlaggedCount returns a boolean if a field has been set.

func (*Task) HasGate

func (o *Task) HasGate() bool

HasGate returns a boolean if a field has been set.

func (*Task) HasHasBeenDelayed

func (o *Task) HasHasBeenDelayed() bool

HasHasBeenDelayed returns a boolean if a field has been set.

func (*Task) HasHasBeenFlagged

func (o *Task) HasHasBeenFlagged() bool

HasHasBeenFlagged returns a boolean if a field has been set.

func (*Task) HasId

func (o *Task) HasId() bool

HasId returns a boolean if a field has been set.

func (*Task) HasInProgress

func (o *Task) HasInProgress() bool

HasInProgress returns a boolean if a field has been set.

func (*Task) HasInputVariables

func (o *Task) HasInputVariables() bool

HasInputVariables returns a boolean if a field has been set.

func (*Task) HasLocked

func (o *Task) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*Task) HasMaxCommentSize

func (o *Task) HasMaxCommentSize() bool

HasMaxCommentSize returns a boolean if a field has been set.

func (*Task) HasMovable

func (o *Task) HasMovable() bool

HasMovable returns a boolean if a field has been set.

func (*Task) HasNotYetReached

func (o *Task) HasNotYetReached() bool

HasNotYetReached returns a boolean if a field has been set.

func (*Task) HasOrCalculateDueDate

func (o *Task) HasOrCalculateDueDate() bool

HasOrCalculateDueDate returns a boolean if a field has been set.

func (*Task) HasOriginalScheduledStartDate

func (o *Task) HasOriginalScheduledStartDate() bool

HasOriginalScheduledStartDate returns a boolean if a field has been set.

func (*Task) HasOverdue

func (o *Task) HasOverdue() bool

HasOverdue returns a boolean if a field has been set.

func (*Task) HasOverdueNotified

func (o *Task) HasOverdueNotified() bool

HasOverdueNotified returns a boolean if a field has been set.

func (*Task) HasOwner

func (o *Task) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*Task) HasParallelGroup

func (o *Task) HasParallelGroup() bool

HasParallelGroup returns a boolean if a field has been set.

func (*Task) HasPending

func (o *Task) HasPending() bool

HasPending returns a boolean if a field has been set.

func (*Task) HasPhase

func (o *Task) HasPhase() bool

HasPhase returns a boolean if a field has been set.

func (*Task) HasPlanned

func (o *Task) HasPlanned() bool

HasPlanned returns a boolean if a field has been set.

func (*Task) HasPlannedDuration

func (o *Task) HasPlannedDuration() bool

HasPlannedDuration returns a boolean if a field has been set.

func (*Task) HasPostponedDueToBlackout

func (o *Task) HasPostponedDueToBlackout() bool

HasPostponedDueToBlackout returns a boolean if a field has been set.

func (*Task) HasPostponedUntilEnvironmentsAreReserved

func (o *Task) HasPostponedUntilEnvironmentsAreReserved() bool

HasPostponedUntilEnvironmentsAreReserved returns a boolean if a field has been set.

func (*Task) HasPrecondition

func (o *Task) HasPrecondition() bool

HasPrecondition returns a boolean if a field has been set.

func (*Task) HasPreconditionEnabled

func (o *Task) HasPreconditionEnabled() bool

HasPreconditionEnabled returns a boolean if a field has been set.

func (*Task) HasPreconditionInProgress

func (o *Task) HasPreconditionInProgress() bool

HasPreconditionInProgress returns a boolean if a field has been set.

func (*Task) HasReferencedVariables

func (o *Task) HasReferencedVariables() bool

HasReferencedVariables returns a boolean if a field has been set.

func (*Task) HasRelease

func (o *Task) HasRelease() bool

HasRelease returns a boolean if a field has been set.

func (*Task) HasReleaseOwner

func (o *Task) HasReleaseOwner() bool

HasReleaseOwner returns a boolean if a field has been set.

func (*Task) HasReleaseUid

func (o *Task) HasReleaseUid() bool

HasReleaseUid returns a boolean if a field has been set.

func (*Task) HasScheduledStartDate

func (o *Task) HasScheduledStartDate() bool

HasScheduledStartDate returns a boolean if a field has been set.

func (*Task) HasSkipped

func (o *Task) HasSkipped() bool

HasSkipped returns a boolean if a field has been set.

func (*Task) HasSkippedInAdvance

func (o *Task) HasSkippedInAdvance() bool

HasSkippedInAdvance returns a boolean if a field has been set.

func (*Task) HasStartDate

func (o *Task) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*Task) HasStartOrScheduledDate

func (o *Task) HasStartOrScheduledDate() bool

HasStartOrScheduledDate returns a boolean if a field has been set.

func (*Task) HasStatus

func (o *Task) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*Task) HasTags

func (o *Task) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*Task) HasTaskFailureHandlerEnabled

func (o *Task) HasTaskFailureHandlerEnabled() bool

HasTaskFailureHandlerEnabled returns a boolean if a field has been set.

func (*Task) HasTaskGroup

func (o *Task) HasTaskGroup() bool

HasTaskGroup returns a boolean if a field has been set.

func (*Task) HasTaskRecoverOp

func (o *Task) HasTaskRecoverOp() bool

HasTaskRecoverOp returns a boolean if a field has been set.

func (*Task) HasTaskType

func (o *Task) HasTaskType() bool

HasTaskType returns a boolean if a field has been set.

func (*Task) HasTeam

func (o *Task) HasTeam() bool

HasTeam returns a boolean if a field has been set.

func (*Task) HasTitle

func (o *Task) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*Task) HasType

func (o *Task) HasType() bool

HasType returns a boolean if a field has been set.

func (*Task) HasUnboundRequiredVariables

func (o *Task) HasUnboundRequiredVariables() bool

HasUnboundRequiredVariables returns a boolean if a field has been set.

func (*Task) HasUpdatable

func (o *Task) HasUpdatable() bool

HasUpdatable returns a boolean if a field has been set.

func (*Task) HasUrl

func (o *Task) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (*Task) HasVariableMapping

func (o *Task) HasVariableMapping() bool

HasVariableMapping returns a boolean if a field has been set.

func (*Task) HasVariableUsages

func (o *Task) HasVariableUsages() bool

HasVariableUsages returns a boolean if a field has been set.

func (*Task) HasWaitForScheduledStartDate

func (o *Task) HasWaitForScheduledStartDate() bool

HasWaitForScheduledStartDate returns a boolean if a field has been set.

func (*Task) HasWaitingForInput

func (o *Task) HasWaitingForInput() bool

HasWaitingForInput returns a boolean if a field has been set.

func (*Task) HasWatchers

func (o *Task) HasWatchers() bool

HasWatchers returns a boolean if a field has been set.

func (Task) MarshalJSON

func (o Task) MarshalJSON() ([]byte, error)

func (*Task) SetAbortScript

func (o *Task) SetAbortScript(v string)

SetAbortScript gets a reference to the given string and assigns it to the AbortScript field.

func (*Task) SetAbortScriptInProgress

func (o *Task) SetAbortScriptInProgress(v bool)

SetAbortScriptInProgress gets a reference to the given bool and assigns it to the AbortScriptInProgress field.

func (*Task) SetAborted

func (o *Task) SetAborted(v bool)

SetAborted gets a reference to the given bool and assigns it to the Aborted field.

func (*Task) SetActive

func (o *Task) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*Task) SetActualDuration

func (o *Task) SetActualDuration(v map[string]interface{})

SetActualDuration gets a reference to the given map[string]interface{} and assigns it to the ActualDuration field.

func (*Task) SetAllTasks

func (o *Task) SetAllTasks(v []Task)

SetAllTasks gets a reference to the given []Task and assigns it to the AllTasks field.

func (*Task) SetAttachments

func (o *Task) SetAttachments(v []Attachment)

SetAttachments gets a reference to the given []Attachment and assigns it to the Attachments field.

func (*Task) SetAutomated

func (o *Task) SetAutomated(v bool)

SetAutomated gets a reference to the given bool and assigns it to the Automated field.

func (*Task) SetBlackoutMetadata

func (o *Task) SetBlackoutMetadata(v BlackoutMetadata)

SetBlackoutMetadata gets a reference to the given BlackoutMetadata and assigns it to the BlackoutMetadata field.

func (*Task) SetCheckAttributes

func (o *Task) SetCheckAttributes(v bool)

SetCheckAttributes gets a reference to the given bool and assigns it to the CheckAttributes field.

func (*Task) SetChildren

func (o *Task) SetChildren(v []PlanItem)

SetChildren gets a reference to the given []PlanItem and assigns it to the Children field.

func (*Task) SetCiUid

func (o *Task) SetCiUid(v int32)

SetCiUid gets a reference to the given int32 and assigns it to the CiUid field.

func (*Task) SetComments

func (o *Task) SetComments(v []Comment)

SetComments gets a reference to the given []Comment and assigns it to the Comments field.

func (*Task) SetCompletedInAdvance

func (o *Task) SetCompletedInAdvance(v bool)

SetCompletedInAdvance gets a reference to the given bool and assigns it to the CompletedInAdvance field.

func (*Task) SetComputedPlannedDuration

func (o *Task) SetComputedPlannedDuration(v map[string]interface{})

SetComputedPlannedDuration gets a reference to the given map[string]interface{} and assigns it to the ComputedPlannedDuration field.

func (*Task) SetConfigurationUri

func (o *Task) SetConfigurationUri(v string)

SetConfigurationUri gets a reference to the given string and assigns it to the ConfigurationUri field.

func (*Task) SetContainer

func (o *Task) SetContainer(v interface{})

SetContainer gets a reference to the given interface{} and assigns it to the Container field.

func (*Task) SetDefunct

func (o *Task) SetDefunct(v bool)

SetDefunct gets a reference to the given bool and assigns it to the Defunct field.

func (*Task) SetDelayDuringBlackout

func (o *Task) SetDelayDuringBlackout(v bool)

SetDelayDuringBlackout gets a reference to the given bool and assigns it to the DelayDuringBlackout field.

func (*Task) SetDelayedCount

func (o *Task) SetDelayedCount(v int32)

SetDelayedCount gets a reference to the given int32 and assigns it to the DelayedCount field.

func (*Task) SetDescription

func (o *Task) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Task) SetDisplayPath

func (o *Task) SetDisplayPath(v string)

SetDisplayPath gets a reference to the given string and assigns it to the DisplayPath field.

func (*Task) SetDone

func (o *Task) SetDone(v bool)

SetDone gets a reference to the given bool and assigns it to the Done field.

func (*Task) SetDoneInAdvance

func (o *Task) SetDoneInAdvance(v bool)

SetDoneInAdvance gets a reference to the given bool and assigns it to the DoneInAdvance field.

func (*Task) SetDueDate

func (o *Task) SetDueDate(v time.Time)

SetDueDate gets a reference to the given time.Time and assigns it to the DueDate field.

func (*Task) SetDueSoon

func (o *Task) SetDueSoon(v bool)

SetDueSoon gets a reference to the given bool and assigns it to the DueSoon field.

func (*Task) SetDueSoonNotified

func (o *Task) SetDueSoonNotified(v bool)

SetDueSoonNotified gets a reference to the given bool and assigns it to the DueSoonNotified field.

func (*Task) SetElapsedDurationFraction

func (o *Task) SetElapsedDurationFraction(v float64)

SetElapsedDurationFraction gets a reference to the given float64 and assigns it to the ElapsedDurationFraction field.

func (*Task) SetEndDate

func (o *Task) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*Task) SetEndOrDueDate

func (o *Task) SetEndOrDueDate(v time.Time)

SetEndOrDueDate gets a reference to the given time.Time and assigns it to the EndOrDueDate field.

func (*Task) SetExecutionId

func (o *Task) SetExecutionId(v string)

SetExecutionId gets a reference to the given string and assigns it to the ExecutionId field.

func (*Task) SetExternalVariableMapping

func (o *Task) SetExternalVariableMapping(v map[string]string)

SetExternalVariableMapping gets a reference to the given map[string]string and assigns it to the ExternalVariableMapping field.

func (*Task) SetFacetInProgress

func (o *Task) SetFacetInProgress(v bool)

SetFacetInProgress gets a reference to the given bool and assigns it to the FacetInProgress field.

func (*Task) SetFacets

func (o *Task) SetFacets(v []Facet)

SetFacets gets a reference to the given []Facet and assigns it to the Facets field.

func (*Task) SetFailed

func (o *Task) SetFailed(v bool)

SetFailed gets a reference to the given bool and assigns it to the Failed field.

func (*Task) SetFailing

func (o *Task) SetFailing(v bool)

SetFailing gets a reference to the given bool and assigns it to the Failing field.

func (*Task) SetFailureHandler

func (o *Task) SetFailureHandler(v string)

SetFailureHandler gets a reference to the given string and assigns it to the FailureHandler field.

func (*Task) SetFailureHandlerEnabled

func (o *Task) SetFailureHandlerEnabled(v bool)

SetFailureHandlerEnabled gets a reference to the given bool and assigns it to the FailureHandlerEnabled field.

func (*Task) SetFailureHandlerInProgress

func (o *Task) SetFailureHandlerInProgress(v bool)

SetFailureHandlerInProgress gets a reference to the given bool and assigns it to the FailureHandlerInProgress field.

func (*Task) SetFailuresCount

func (o *Task) SetFailuresCount(v int32)

SetFailuresCount gets a reference to the given int32 and assigns it to the FailuresCount field.

func (*Task) SetFlagComment

func (o *Task) SetFlagComment(v string)

SetFlagComment gets a reference to the given string and assigns it to the FlagComment field.

func (*Task) SetFlagStatus

func (o *Task) SetFlagStatus(v FlagStatus)

SetFlagStatus gets a reference to the given FlagStatus and assigns it to the FlagStatus field.

func (*Task) SetFlagged

func (o *Task) SetFlagged(v bool)

SetFlagged gets a reference to the given bool and assigns it to the Flagged field.

func (*Task) SetFlaggedCount

func (o *Task) SetFlaggedCount(v int32)

SetFlaggedCount gets a reference to the given int32 and assigns it to the FlaggedCount field.

func (*Task) SetGate

func (o *Task) SetGate(v bool)

SetGate gets a reference to the given bool and assigns it to the Gate field.

func (*Task) SetHasBeenDelayed

func (o *Task) SetHasBeenDelayed(v bool)

SetHasBeenDelayed gets a reference to the given bool and assigns it to the HasBeenDelayed field.

func (*Task) SetHasBeenFlagged

func (o *Task) SetHasBeenFlagged(v bool)

SetHasBeenFlagged gets a reference to the given bool and assigns it to the HasBeenFlagged field.

func (*Task) SetId

func (o *Task) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Task) SetInProgress

func (o *Task) SetInProgress(v bool)

SetInProgress gets a reference to the given bool and assigns it to the InProgress field.

func (*Task) SetInputVariables

func (o *Task) SetInputVariables(v []Variable)

SetInputVariables gets a reference to the given []Variable and assigns it to the InputVariables field.

func (*Task) SetLocked

func (o *Task) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*Task) SetMaxCommentSize

func (o *Task) SetMaxCommentSize(v int32)

SetMaxCommentSize gets a reference to the given int32 and assigns it to the MaxCommentSize field.

func (*Task) SetMovable

func (o *Task) SetMovable(v bool)

SetMovable gets a reference to the given bool and assigns it to the Movable field.

func (*Task) SetNotYetReached

func (o *Task) SetNotYetReached(v bool)

SetNotYetReached gets a reference to the given bool and assigns it to the NotYetReached field.

func (*Task) SetOrCalculateDueDate

func (o *Task) SetOrCalculateDueDate(v time.Time)

SetOrCalculateDueDate gets a reference to the given NullableTime and assigns it to the OrCalculateDueDate field.

func (*Task) SetOrCalculateDueDateNil

func (o *Task) SetOrCalculateDueDateNil()

SetOrCalculateDueDateNil sets the value for OrCalculateDueDate to be an explicit nil

func (*Task) SetOriginalScheduledStartDate

func (o *Task) SetOriginalScheduledStartDate(v time.Time)

SetOriginalScheduledStartDate gets a reference to the given time.Time and assigns it to the OriginalScheduledStartDate field.

func (*Task) SetOverdue

func (o *Task) SetOverdue(v bool)

SetOverdue gets a reference to the given bool and assigns it to the Overdue field.

func (*Task) SetOverdueNotified

func (o *Task) SetOverdueNotified(v bool)

SetOverdueNotified gets a reference to the given bool and assigns it to the OverdueNotified field.

func (*Task) SetOwner

func (o *Task) SetOwner(v string)

SetOwner gets a reference to the given string and assigns it to the Owner field.

func (*Task) SetParallelGroup

func (o *Task) SetParallelGroup(v bool)

SetParallelGroup gets a reference to the given bool and assigns it to the ParallelGroup field.

func (*Task) SetPending

func (o *Task) SetPending(v bool)

SetPending gets a reference to the given bool and assigns it to the Pending field.

func (*Task) SetPhase

func (o *Task) SetPhase(v Phase)

SetPhase gets a reference to the given Phase and assigns it to the Phase field.

func (*Task) SetPlanned

func (o *Task) SetPlanned(v bool)

SetPlanned gets a reference to the given bool and assigns it to the Planned field.

func (*Task) SetPlannedDuration

func (o *Task) SetPlannedDuration(v int32)

SetPlannedDuration gets a reference to the given int32 and assigns it to the PlannedDuration field.

func (*Task) SetPostponedDueToBlackout

func (o *Task) SetPostponedDueToBlackout(v bool)

SetPostponedDueToBlackout gets a reference to the given bool and assigns it to the PostponedDueToBlackout field.

func (*Task) SetPostponedUntilEnvironmentsAreReserved

func (o *Task) SetPostponedUntilEnvironmentsAreReserved(v bool)

SetPostponedUntilEnvironmentsAreReserved gets a reference to the given bool and assigns it to the PostponedUntilEnvironmentsAreReserved field.

func (*Task) SetPrecondition

func (o *Task) SetPrecondition(v string)

SetPrecondition gets a reference to the given string and assigns it to the Precondition field.

func (*Task) SetPreconditionEnabled

func (o *Task) SetPreconditionEnabled(v bool)

SetPreconditionEnabled gets a reference to the given bool and assigns it to the PreconditionEnabled field.

func (*Task) SetPreconditionInProgress

func (o *Task) SetPreconditionInProgress(v bool)

SetPreconditionInProgress gets a reference to the given bool and assigns it to the PreconditionInProgress field.

func (*Task) SetReferencedVariables

func (o *Task) SetReferencedVariables(v []Variable)

SetReferencedVariables gets a reference to the given []Variable and assigns it to the ReferencedVariables field.

func (*Task) SetRelease

func (o *Task) SetRelease(v Release)

SetRelease gets a reference to the given Release and assigns it to the Release field.

func (*Task) SetReleaseOwner

func (o *Task) SetReleaseOwner(v string)

SetReleaseOwner gets a reference to the given string and assigns it to the ReleaseOwner field.

func (*Task) SetReleaseUid

func (o *Task) SetReleaseUid(v int32)

SetReleaseUid gets a reference to the given int32 and assigns it to the ReleaseUid field.

func (*Task) SetScheduledStartDate

func (o *Task) SetScheduledStartDate(v time.Time)

SetScheduledStartDate gets a reference to the given time.Time and assigns it to the ScheduledStartDate field.

func (*Task) SetSkipped

func (o *Task) SetSkipped(v bool)

SetSkipped gets a reference to the given bool and assigns it to the Skipped field.

func (*Task) SetSkippedInAdvance

func (o *Task) SetSkippedInAdvance(v bool)

SetSkippedInAdvance gets a reference to the given bool and assigns it to the SkippedInAdvance field.

func (*Task) SetStartDate

func (o *Task) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*Task) SetStartOrScheduledDate

func (o *Task) SetStartOrScheduledDate(v time.Time)

SetStartOrScheduledDate gets a reference to the given time.Time and assigns it to the StartOrScheduledDate field.

func (*Task) SetStatus

func (o *Task) SetStatus(v TaskStatus)

SetStatus gets a reference to the given TaskStatus and assigns it to the Status field.

func (*Task) SetTags

func (o *Task) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*Task) SetTaskFailureHandlerEnabled

func (o *Task) SetTaskFailureHandlerEnabled(v bool)

SetTaskFailureHandlerEnabled gets a reference to the given bool and assigns it to the TaskFailureHandlerEnabled field.

func (*Task) SetTaskGroup

func (o *Task) SetTaskGroup(v bool)

SetTaskGroup gets a reference to the given bool and assigns it to the TaskGroup field.

func (*Task) SetTaskRecoverOp

func (o *Task) SetTaskRecoverOp(v TaskRecoverOp)

SetTaskRecoverOp gets a reference to the given TaskRecoverOp and assigns it to the TaskRecoverOp field.

func (*Task) SetTaskType

func (o *Task) SetTaskType(v map[string]interface{})

SetTaskType gets a reference to the given map[string]interface{} and assigns it to the TaskType field.

func (*Task) SetTeam

func (o *Task) SetTeam(v string)

SetTeam gets a reference to the given string and assigns it to the Team field.

func (*Task) SetTitle

func (o *Task) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*Task) SetType

func (o *Task) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Task) SetUnboundRequiredVariables

func (o *Task) SetUnboundRequiredVariables(v []string)

SetUnboundRequiredVariables gets a reference to the given []string and assigns it to the UnboundRequiredVariables field.

func (*Task) SetUpdatable

func (o *Task) SetUpdatable(v bool)

SetUpdatable gets a reference to the given bool and assigns it to the Updatable field.

func (*Task) SetUrl

func (o *Task) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (*Task) SetVariableMapping

func (o *Task) SetVariableMapping(v map[string]string)

SetVariableMapping gets a reference to the given map[string]string and assigns it to the VariableMapping field.

func (*Task) SetVariableUsages

func (o *Task) SetVariableUsages(v []UsagePoint)

SetVariableUsages gets a reference to the given []UsagePoint and assigns it to the VariableUsages field.

func (*Task) SetWaitForScheduledStartDate

func (o *Task) SetWaitForScheduledStartDate(v bool)

SetWaitForScheduledStartDate gets a reference to the given bool and assigns it to the WaitForScheduledStartDate field.

func (*Task) SetWaitingForInput

func (o *Task) SetWaitingForInput(v bool)

SetWaitingForInput gets a reference to the given bool and assigns it to the WaitingForInput field.

func (*Task) SetWatchers

func (o *Task) SetWatchers(v []string)

SetWatchers gets a reference to the given []string and assigns it to the Watchers field.

func (Task) ToMap

func (o Task) ToMap() (map[string]interface{}, error)

func (*Task) UnsetOrCalculateDueDate

func (o *Task) UnsetOrCalculateDueDate()

UnsetOrCalculateDueDate ensures that no value is present for OrCalculateDueDate, not even an explicit nil

type TaskApiService

type TaskApiService service

TaskApiService TaskApi service

func (*TaskApiService) AbortTask

func (a *TaskApiService) AbortTask(ctx context.Context, taskId string) ApiAbortTaskRequest

AbortTask Method for AbortTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiAbortTaskRequest

func (*TaskApiService) AbortTaskExecute

func (a *TaskApiService) AbortTaskExecute(r ApiAbortTaskRequest) (*Task, *http.Response, error)

Execute executes the request

@return Task

func (*TaskApiService) AddAttachments

func (a *TaskApiService) AddAttachments(ctx context.Context, taskId string) ApiAddAttachmentsRequest

AddAttachments Method for AddAttachments

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiAddAttachmentsRequest

func (*TaskApiService) AddAttachmentsExecute

func (a *TaskApiService) AddAttachmentsExecute(r ApiAddAttachmentsRequest) ([]Attachment, *http.Response, error)

Execute executes the request

@return []Attachment

func (*TaskApiService) AddCondition

func (a *TaskApiService) AddCondition(ctx context.Context, taskId string) ApiAddConditionRequest

AddCondition Method for AddCondition

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiAddConditionRequest

func (*TaskApiService) AddConditionExecute

func (a *TaskApiService) AddConditionExecute(r ApiAddConditionRequest) (*GateCondition, *http.Response, error)

Execute executes the request

@return GateCondition

func (*TaskApiService) AddDependency

func (a *TaskApiService) AddDependency(ctx context.Context, targetId string, taskId string) ApiAddDependencyRequest

AddDependency Method for AddDependency

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param targetId
@param taskId
@return ApiAddDependencyRequest

func (*TaskApiService) AddDependencyExecute

func (a *TaskApiService) AddDependencyExecute(r ApiAddDependencyRequest) (*Dependency, *http.Response, error)

Execute executes the request

@return Dependency

func (*TaskApiService) AddTaskTask

func (a *TaskApiService) AddTaskTask(ctx context.Context, containerId string) ApiAddTaskTaskRequest

AddTaskTask Method for AddTaskTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param containerId
@return ApiAddTaskTaskRequest

func (*TaskApiService) AddTaskTaskExecute

func (a *TaskApiService) AddTaskTaskExecute(r ApiAddTaskTaskRequest) (*Task, *http.Response, error)

Execute executes the request

@return Task

func (*TaskApiService) AssignTask

func (a *TaskApiService) AssignTask(ctx context.Context, taskId string, username string) ApiAssignTaskRequest

AssignTask Method for AssignTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@param username
@return ApiAssignTaskRequest

func (*TaskApiService) AssignTaskExecute

func (a *TaskApiService) AssignTaskExecute(r ApiAssignTaskRequest) (*Task, *http.Response, error)

Execute executes the request

@return Task

func (*TaskApiService) ChangeTaskType

func (a *TaskApiService) ChangeTaskType(ctx context.Context, taskId string) ApiChangeTaskTypeRequest

ChangeTaskType Method for ChangeTaskType

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiChangeTaskTypeRequest

func (*TaskApiService) ChangeTaskTypeExecute

func (a *TaskApiService) ChangeTaskTypeExecute(r ApiChangeTaskTypeRequest) (*Task, *http.Response, error)

Execute executes the request

@return Task

func (*TaskApiService) CommentTask

func (a *TaskApiService) CommentTask(ctx context.Context, taskId string) ApiCommentTaskRequest

CommentTask Method for CommentTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiCommentTaskRequest

func (*TaskApiService) CommentTaskExecute

func (a *TaskApiService) CommentTaskExecute(r ApiCommentTaskRequest) (*Task, *http.Response, error)

Execute executes the request

@return Task

func (*TaskApiService) CompleteTask

func (a *TaskApiService) CompleteTask(ctx context.Context, taskId string) ApiCompleteTaskRequest

CompleteTask Method for CompleteTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiCompleteTaskRequest

func (*TaskApiService) CompleteTaskExecute

func (a *TaskApiService) CompleteTaskExecute(r ApiCompleteTaskRequest) (*Task, *http.Response, error)

Execute executes the request

@return Task

func (*TaskApiService) CopyTask

func (a *TaskApiService) CopyTask(ctx context.Context, taskId string) ApiCopyTaskRequest

CopyTask Method for CopyTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiCopyTaskRequest

func (*TaskApiService) CopyTaskExecute

func (a *TaskApiService) CopyTaskExecute(r ApiCopyTaskRequest) (*Task, *http.Response, error)

Execute executes the request

@return Task

func (*TaskApiService) DeleteAttachment

func (a *TaskApiService) DeleteAttachment(ctx context.Context, attachmentId string, taskId string) ApiDeleteAttachmentRequest

DeleteAttachment Method for DeleteAttachment

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param attachmentId
@param taskId
@return ApiDeleteAttachmentRequest

func (*TaskApiService) DeleteAttachmentExecute

func (a *TaskApiService) DeleteAttachmentExecute(r ApiDeleteAttachmentRequest) (*http.Response, error)

Execute executes the request

func (*TaskApiService) DeleteCondition

func (a *TaskApiService) DeleteCondition(ctx context.Context, conditionId string) ApiDeleteConditionRequest

DeleteCondition Method for DeleteCondition

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param conditionId
@return ApiDeleteConditionRequest

func (*TaskApiService) DeleteConditionExecute

func (a *TaskApiService) DeleteConditionExecute(r ApiDeleteConditionRequest) (*http.Response, error)

Execute executes the request

func (*TaskApiService) DeleteDependency

func (a *TaskApiService) DeleteDependency(ctx context.Context, dependencyId string) ApiDeleteDependencyRequest

DeleteDependency Method for DeleteDependency

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param dependencyId
@return ApiDeleteDependencyRequest

func (*TaskApiService) DeleteDependencyExecute

func (a *TaskApiService) DeleteDependencyExecute(r ApiDeleteDependencyRequest) (*http.Response, error)

Execute executes the request

func (*TaskApiService) DeleteTask

func (a *TaskApiService) DeleteTask(ctx context.Context, taskId string) ApiDeleteTaskRequest

DeleteTask Method for DeleteTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiDeleteTaskRequest

func (*TaskApiService) DeleteTaskExecute

func (a *TaskApiService) DeleteTaskExecute(r ApiDeleteTaskRequest) (*http.Response, error)

Execute executes the request

func (*TaskApiService) FailTask

func (a *TaskApiService) FailTask(ctx context.Context, taskId string) ApiFailTaskRequest

FailTask Method for FailTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiFailTaskRequest

func (*TaskApiService) FailTaskExecute

func (a *TaskApiService) FailTaskExecute(r ApiFailTaskRequest) (*Task, *http.Response, error)

Execute executes the request

@return Task

func (*TaskApiService) GetTask

func (a *TaskApiService) GetTask(ctx context.Context, taskId string) ApiGetTaskRequest

GetTask Method for GetTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiGetTaskRequest

func (*TaskApiService) GetTaskExecute

func (a *TaskApiService) GetTaskExecute(r ApiGetTaskRequest) (*Task, *http.Response, error)

Execute executes the request

@return Task

func (*TaskApiService) GetTaskVariables

func (a *TaskApiService) GetTaskVariables(ctx context.Context, taskId string) ApiGetTaskVariablesRequest

GetTaskVariables Method for GetTaskVariables

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiGetTaskVariablesRequest

func (*TaskApiService) GetTaskVariablesExecute

func (a *TaskApiService) GetTaskVariablesExecute(r ApiGetTaskVariablesRequest) ([]Variable, *http.Response, error)

Execute executes the request

@return []Variable

func (*TaskApiService) LockTask

func (a *TaskApiService) LockTask(ctx context.Context, taskId string) ApiLockTaskRequest

LockTask Method for LockTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiLockTaskRequest

func (*TaskApiService) LockTaskExecute

func (a *TaskApiService) LockTaskExecute(r ApiLockTaskRequest) (*http.Response, error)

Execute executes the request

func (*TaskApiService) ReopenTask

func (a *TaskApiService) ReopenTask(ctx context.Context, taskId string) ApiReopenTaskRequest

ReopenTask Method for ReopenTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiReopenTaskRequest

func (*TaskApiService) ReopenTaskExecute

func (a *TaskApiService) ReopenTaskExecute(r ApiReopenTaskRequest) (*Task, *http.Response, error)

Execute executes the request

@return Task

func (*TaskApiService) RetryTask

func (a *TaskApiService) RetryTask(ctx context.Context, taskId string) ApiRetryTaskRequest

RetryTask Method for RetryTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiRetryTaskRequest

func (*TaskApiService) RetryTaskExecute

func (a *TaskApiService) RetryTaskExecute(r ApiRetryTaskRequest) (*Task, *http.Response, error)

Execute executes the request

@return Task

func (*TaskApiService) SearchTasksByTitle

func (a *TaskApiService) SearchTasksByTitle(ctx context.Context) ApiSearchTasksByTitleRequest

SearchTasksByTitle Method for SearchTasksByTitle

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchTasksByTitleRequest

func (*TaskApiService) SearchTasksByTitleExecute

func (a *TaskApiService) SearchTasksByTitleExecute(r ApiSearchTasksByTitleRequest) ([]Task, *http.Response, error)

Execute executes the request

@return []Task

func (*TaskApiService) SkipTask

func (a *TaskApiService) SkipTask(ctx context.Context, taskId string) ApiSkipTaskRequest

SkipTask Method for SkipTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiSkipTaskRequest

func (*TaskApiService) SkipTaskExecute

func (a *TaskApiService) SkipTaskExecute(r ApiSkipTaskRequest) (*Task, *http.Response, error)

Execute executes the request

@return Task

func (*TaskApiService) StartTask

func (a *TaskApiService) StartTask(ctx context.Context, taskId string) ApiStartTaskRequest

StartTask Method for StartTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiStartTaskRequest

func (*TaskApiService) StartTask1

func (a *TaskApiService) StartTask1(ctx context.Context, taskId string) ApiStartTask1Request

StartTask1 Method for StartTask1

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiStartTask1Request

func (*TaskApiService) StartTask1Execute

func (a *TaskApiService) StartTask1Execute(r ApiStartTask1Request) (*Task, *http.Response, error)

Execute executes the request

@return Task

func (*TaskApiService) StartTaskExecute

func (a *TaskApiService) StartTaskExecute(r ApiStartTaskRequest) (*Task, *http.Response, error)

Execute executes the request

@return Task

func (*TaskApiService) UnlockTask

func (a *TaskApiService) UnlockTask(ctx context.Context, taskId string) ApiUnlockTaskRequest

UnlockTask Method for UnlockTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiUnlockTaskRequest

func (*TaskApiService) UnlockTaskExecute

func (a *TaskApiService) UnlockTaskExecute(r ApiUnlockTaskRequest) (*http.Response, error)

Execute executes the request

func (*TaskApiService) UpdateCondition

func (a *TaskApiService) UpdateCondition(ctx context.Context, conditionId string) ApiUpdateConditionRequest

UpdateCondition Method for UpdateCondition

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param conditionId
@return ApiUpdateConditionRequest

func (*TaskApiService) UpdateConditionExecute

func (a *TaskApiService) UpdateConditionExecute(r ApiUpdateConditionRequest) (*GateCondition, *http.Response, error)

Execute executes the request

@return GateCondition

func (*TaskApiService) UpdateInputVariables

func (a *TaskApiService) UpdateInputVariables(ctx context.Context, taskId string) ApiUpdateInputVariablesRequest

UpdateInputVariables Method for UpdateInputVariables

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiUpdateInputVariablesRequest

func (*TaskApiService) UpdateInputVariablesExecute

func (a *TaskApiService) UpdateInputVariablesExecute(r ApiUpdateInputVariablesRequest) ([]Variable, *http.Response, error)

Execute executes the request

@return []Variable

func (*TaskApiService) UpdateTask

func (a *TaskApiService) UpdateTask(ctx context.Context, taskId string) ApiUpdateTaskRequest

UpdateTask Method for UpdateTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param taskId
@return ApiUpdateTaskRequest

func (*TaskApiService) UpdateTaskExecute

func (a *TaskApiService) UpdateTaskExecute(r ApiUpdateTaskRequest) (*Task, *http.Response, error)

Execute executes the request

@return Task

type TaskContainer

type TaskContainer struct {
	Id     *string `json:"id,omitempty"`
	Type   *string `json:"type,omitempty"`
	Tasks  []Task  `json:"tasks,omitempty"`
	Locked *bool   `json:"locked,omitempty"`
	Title  *string `json:"title,omitempty"`
}

TaskContainer struct for TaskContainer

func NewTaskContainer

func NewTaskContainer() *TaskContainer

NewTaskContainer instantiates a new TaskContainer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTaskContainerWithDefaults

func NewTaskContainerWithDefaults() *TaskContainer

NewTaskContainerWithDefaults instantiates a new TaskContainer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TaskContainer) GetId

func (o *TaskContainer) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*TaskContainer) GetIdOk

func (o *TaskContainer) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskContainer) GetLocked

func (o *TaskContainer) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*TaskContainer) GetLockedOk

func (o *TaskContainer) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskContainer) GetTasks

func (o *TaskContainer) GetTasks() []Task

GetTasks returns the Tasks field value if set, zero value otherwise.

func (*TaskContainer) GetTasksOk

func (o *TaskContainer) GetTasksOk() ([]Task, bool)

GetTasksOk returns a tuple with the Tasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskContainer) GetTitle

func (o *TaskContainer) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*TaskContainer) GetTitleOk

func (o *TaskContainer) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskContainer) GetType

func (o *TaskContainer) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*TaskContainer) GetTypeOk

func (o *TaskContainer) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskContainer) HasId

func (o *TaskContainer) HasId() bool

HasId returns a boolean if a field has been set.

func (*TaskContainer) HasLocked

func (o *TaskContainer) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*TaskContainer) HasTasks

func (o *TaskContainer) HasTasks() bool

HasTasks returns a boolean if a field has been set.

func (*TaskContainer) HasTitle

func (o *TaskContainer) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*TaskContainer) HasType

func (o *TaskContainer) HasType() bool

HasType returns a boolean if a field has been set.

func (TaskContainer) MarshalJSON

func (o TaskContainer) MarshalJSON() ([]byte, error)

func (*TaskContainer) SetId

func (o *TaskContainer) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*TaskContainer) SetLocked

func (o *TaskContainer) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*TaskContainer) SetTasks

func (o *TaskContainer) SetTasks(v []Task)

SetTasks gets a reference to the given []Task and assigns it to the Tasks field.

func (*TaskContainer) SetTitle

func (o *TaskContainer) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*TaskContainer) SetType

func (o *TaskContainer) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (TaskContainer) ToMap

func (o TaskContainer) ToMap() (map[string]interface{}, error)

type TaskRecoverOp

type TaskRecoverOp string

TaskRecoverOp the model 'TaskRecoverOp'

const (
	TASKRECOVEROP_SKIP_TASK     TaskRecoverOp = "SKIP_TASK"
	TASKRECOVEROP_RESTART_PHASE TaskRecoverOp = "RESTART_PHASE"
	TASKRECOVEROP_RUN_SCRIPT    TaskRecoverOp = "RUN_SCRIPT"
)

List of TaskRecoverOp

func NewTaskRecoverOpFromValue

func NewTaskRecoverOpFromValue(v string) (*TaskRecoverOp, error)

NewTaskRecoverOpFromValue returns a pointer to a valid TaskRecoverOp for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TaskRecoverOp) IsValid

func (v TaskRecoverOp) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TaskRecoverOp) Ptr

func (v TaskRecoverOp) Ptr() *TaskRecoverOp

Ptr returns reference to TaskRecoverOp value

func (*TaskRecoverOp) UnmarshalJSON

func (v *TaskRecoverOp) UnmarshalJSON(src []byte) error

type TaskReportingRecord

type TaskReportingRecord struct {
	Id                      *string            `json:"id,omitempty"`
	Type                    *string            `json:"type,omitempty"`
	Scope                   *FacetScope        `json:"scope,omitempty"`
	TargetId                *string            `json:"targetId,omitempty"`
	ConfigurationUri        *string            `json:"configurationUri,omitempty"`
	VariableMapping         *map[string]string `json:"variableMapping,omitempty"`
	VariableUsages          []UsagePoint       `json:"variableUsages,omitempty"`
	PropertiesWithVariables []interface{}      `json:"propertiesWithVariables,omitempty"`
	ServerUrl               *string            `json:"serverUrl,omitempty"`
	ServerUser              *string            `json:"serverUser,omitempty"`
	CreationDate            *time.Time         `json:"creationDate,omitempty"`
	RetryAttemptNumber      *int32             `json:"retryAttemptNumber,omitempty"`
	CreatedViaApi           *bool              `json:"createdViaApi,omitempty"`
}

TaskReportingRecord struct for TaskReportingRecord

func NewTaskReportingRecord

func NewTaskReportingRecord() *TaskReportingRecord

NewTaskReportingRecord instantiates a new TaskReportingRecord object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTaskReportingRecordWithDefaults

func NewTaskReportingRecordWithDefaults() *TaskReportingRecord

NewTaskReportingRecordWithDefaults instantiates a new TaskReportingRecord object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TaskReportingRecord) GetConfigurationUri

func (o *TaskReportingRecord) GetConfigurationUri() string

GetConfigurationUri returns the ConfigurationUri field value if set, zero value otherwise.

func (*TaskReportingRecord) GetConfigurationUriOk

func (o *TaskReportingRecord) GetConfigurationUriOk() (*string, bool)

GetConfigurationUriOk returns a tuple with the ConfigurationUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskReportingRecord) GetCreatedViaApi

func (o *TaskReportingRecord) GetCreatedViaApi() bool

GetCreatedViaApi returns the CreatedViaApi field value if set, zero value otherwise.

func (*TaskReportingRecord) GetCreatedViaApiOk

func (o *TaskReportingRecord) GetCreatedViaApiOk() (*bool, bool)

GetCreatedViaApiOk returns a tuple with the CreatedViaApi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskReportingRecord) GetCreationDate

func (o *TaskReportingRecord) GetCreationDate() time.Time

GetCreationDate returns the CreationDate field value if set, zero value otherwise.

func (*TaskReportingRecord) GetCreationDateOk

func (o *TaskReportingRecord) GetCreationDateOk() (*time.Time, bool)

GetCreationDateOk returns a tuple with the CreationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskReportingRecord) GetId

func (o *TaskReportingRecord) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*TaskReportingRecord) GetIdOk

func (o *TaskReportingRecord) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskReportingRecord) GetPropertiesWithVariables

func (o *TaskReportingRecord) GetPropertiesWithVariables() []interface{}

GetPropertiesWithVariables returns the PropertiesWithVariables field value if set, zero value otherwise.

func (*TaskReportingRecord) GetPropertiesWithVariablesOk

func (o *TaskReportingRecord) GetPropertiesWithVariablesOk() ([]interface{}, bool)

GetPropertiesWithVariablesOk returns a tuple with the PropertiesWithVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskReportingRecord) GetRetryAttemptNumber

func (o *TaskReportingRecord) GetRetryAttemptNumber() int32

GetRetryAttemptNumber returns the RetryAttemptNumber field value if set, zero value otherwise.

func (*TaskReportingRecord) GetRetryAttemptNumberOk

func (o *TaskReportingRecord) GetRetryAttemptNumberOk() (*int32, bool)

GetRetryAttemptNumberOk returns a tuple with the RetryAttemptNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskReportingRecord) GetScope

func (o *TaskReportingRecord) GetScope() FacetScope

GetScope returns the Scope field value if set, zero value otherwise.

func (*TaskReportingRecord) GetScopeOk

func (o *TaskReportingRecord) GetScopeOk() (*FacetScope, bool)

GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskReportingRecord) GetServerUrl

func (o *TaskReportingRecord) GetServerUrl() string

GetServerUrl returns the ServerUrl field value if set, zero value otherwise.

func (*TaskReportingRecord) GetServerUrlOk

func (o *TaskReportingRecord) GetServerUrlOk() (*string, bool)

GetServerUrlOk returns a tuple with the ServerUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskReportingRecord) GetServerUser

func (o *TaskReportingRecord) GetServerUser() string

GetServerUser returns the ServerUser field value if set, zero value otherwise.

func (*TaskReportingRecord) GetServerUserOk

func (o *TaskReportingRecord) GetServerUserOk() (*string, bool)

GetServerUserOk returns a tuple with the ServerUser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskReportingRecord) GetTargetId

func (o *TaskReportingRecord) GetTargetId() string

GetTargetId returns the TargetId field value if set, zero value otherwise.

func (*TaskReportingRecord) GetTargetIdOk

func (o *TaskReportingRecord) GetTargetIdOk() (*string, bool)

GetTargetIdOk returns a tuple with the TargetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskReportingRecord) GetType

func (o *TaskReportingRecord) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*TaskReportingRecord) GetTypeOk

func (o *TaskReportingRecord) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskReportingRecord) GetVariableMapping

func (o *TaskReportingRecord) GetVariableMapping() map[string]string

GetVariableMapping returns the VariableMapping field value if set, zero value otherwise.

func (*TaskReportingRecord) GetVariableMappingOk

func (o *TaskReportingRecord) GetVariableMappingOk() (*map[string]string, bool)

GetVariableMappingOk returns a tuple with the VariableMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskReportingRecord) GetVariableUsages

func (o *TaskReportingRecord) GetVariableUsages() []UsagePoint

GetVariableUsages returns the VariableUsages field value if set, zero value otherwise.

func (*TaskReportingRecord) GetVariableUsagesOk

func (o *TaskReportingRecord) GetVariableUsagesOk() ([]UsagePoint, bool)

GetVariableUsagesOk returns a tuple with the VariableUsages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskReportingRecord) HasConfigurationUri

func (o *TaskReportingRecord) HasConfigurationUri() bool

HasConfigurationUri returns a boolean if a field has been set.

func (*TaskReportingRecord) HasCreatedViaApi

func (o *TaskReportingRecord) HasCreatedViaApi() bool

HasCreatedViaApi returns a boolean if a field has been set.

func (*TaskReportingRecord) HasCreationDate

func (o *TaskReportingRecord) HasCreationDate() bool

HasCreationDate returns a boolean if a field has been set.

func (*TaskReportingRecord) HasId

func (o *TaskReportingRecord) HasId() bool

HasId returns a boolean if a field has been set.

func (*TaskReportingRecord) HasPropertiesWithVariables

func (o *TaskReportingRecord) HasPropertiesWithVariables() bool

HasPropertiesWithVariables returns a boolean if a field has been set.

func (*TaskReportingRecord) HasRetryAttemptNumber

func (o *TaskReportingRecord) HasRetryAttemptNumber() bool

HasRetryAttemptNumber returns a boolean if a field has been set.

func (*TaskReportingRecord) HasScope

func (o *TaskReportingRecord) HasScope() bool

HasScope returns a boolean if a field has been set.

func (*TaskReportingRecord) HasServerUrl

func (o *TaskReportingRecord) HasServerUrl() bool

HasServerUrl returns a boolean if a field has been set.

func (*TaskReportingRecord) HasServerUser

func (o *TaskReportingRecord) HasServerUser() bool

HasServerUser returns a boolean if a field has been set.

func (*TaskReportingRecord) HasTargetId

func (o *TaskReportingRecord) HasTargetId() bool

HasTargetId returns a boolean if a field has been set.

func (*TaskReportingRecord) HasType

func (o *TaskReportingRecord) HasType() bool

HasType returns a boolean if a field has been set.

func (*TaskReportingRecord) HasVariableMapping

func (o *TaskReportingRecord) HasVariableMapping() bool

HasVariableMapping returns a boolean if a field has been set.

func (*TaskReportingRecord) HasVariableUsages

func (o *TaskReportingRecord) HasVariableUsages() bool

HasVariableUsages returns a boolean if a field has been set.

func (TaskReportingRecord) MarshalJSON

func (o TaskReportingRecord) MarshalJSON() ([]byte, error)

func (*TaskReportingRecord) SetConfigurationUri

func (o *TaskReportingRecord) SetConfigurationUri(v string)

SetConfigurationUri gets a reference to the given string and assigns it to the ConfigurationUri field.

func (*TaskReportingRecord) SetCreatedViaApi

func (o *TaskReportingRecord) SetCreatedViaApi(v bool)

SetCreatedViaApi gets a reference to the given bool and assigns it to the CreatedViaApi field.

func (*TaskReportingRecord) SetCreationDate

func (o *TaskReportingRecord) SetCreationDate(v time.Time)

SetCreationDate gets a reference to the given time.Time and assigns it to the CreationDate field.

func (*TaskReportingRecord) SetId

func (o *TaskReportingRecord) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*TaskReportingRecord) SetPropertiesWithVariables

func (o *TaskReportingRecord) SetPropertiesWithVariables(v []interface{})

SetPropertiesWithVariables gets a reference to the given []interface{} and assigns it to the PropertiesWithVariables field.

func (*TaskReportingRecord) SetRetryAttemptNumber

func (o *TaskReportingRecord) SetRetryAttemptNumber(v int32)

SetRetryAttemptNumber gets a reference to the given int32 and assigns it to the RetryAttemptNumber field.

func (*TaskReportingRecord) SetScope

func (o *TaskReportingRecord) SetScope(v FacetScope)

SetScope gets a reference to the given FacetScope and assigns it to the Scope field.

func (*TaskReportingRecord) SetServerUrl

func (o *TaskReportingRecord) SetServerUrl(v string)

SetServerUrl gets a reference to the given string and assigns it to the ServerUrl field.

func (*TaskReportingRecord) SetServerUser

func (o *TaskReportingRecord) SetServerUser(v string)

SetServerUser gets a reference to the given string and assigns it to the ServerUser field.

func (*TaskReportingRecord) SetTargetId

func (o *TaskReportingRecord) SetTargetId(v string)

SetTargetId gets a reference to the given string and assigns it to the TargetId field.

func (*TaskReportingRecord) SetType

func (o *TaskReportingRecord) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*TaskReportingRecord) SetVariableMapping

func (o *TaskReportingRecord) SetVariableMapping(v map[string]string)

SetVariableMapping gets a reference to the given map[string]string and assigns it to the VariableMapping field.

func (*TaskReportingRecord) SetVariableUsages

func (o *TaskReportingRecord) SetVariableUsages(v []UsagePoint)

SetVariableUsages gets a reference to the given []UsagePoint and assigns it to the VariableUsages field.

func (TaskReportingRecord) ToMap

func (o TaskReportingRecord) ToMap() (map[string]interface{}, error)

type TaskStatus

type TaskStatus string

TaskStatus the model 'TaskStatus'

const (
	TASKSTATUS_PLANNED                     TaskStatus = "PLANNED"
	TASKSTATUS_PENDING                     TaskStatus = "PENDING"
	TASKSTATUS_IN_PROGRESS                 TaskStatus = "IN_PROGRESS"
	TASKSTATUS_QUEUED                      TaskStatus = "QUEUED"
	TASKSTATUS_ABORT_SCRIPT_QUEUED         TaskStatus = "ABORT_SCRIPT_QUEUED"
	TASKSTATUS_FAILURE_HANDLER_QUEUED      TaskStatus = "FAILURE_HANDLER_QUEUED"
	TASKSTATUS_COMPLETED                   TaskStatus = "COMPLETED"
	TASKSTATUS_COMPLETED_IN_ADVANCE        TaskStatus = "COMPLETED_IN_ADVANCE"
	TASKSTATUS_SKIPPED                     TaskStatus = "SKIPPED"
	TASKSTATUS_SKIPPED_IN_ADVANCE          TaskStatus = "SKIPPED_IN_ADVANCE"
	TASKSTATUS_FAILED                      TaskStatus = "FAILED"
	TASKSTATUS_FAILING                     TaskStatus = "FAILING"
	TASKSTATUS_ABORTED                     TaskStatus = "ABORTED"
	TASKSTATUS_PRECONDITION_IN_PROGRESS    TaskStatus = "PRECONDITION_IN_PROGRESS"
	TASKSTATUS_WAITING_FOR_INPUT           TaskStatus = "WAITING_FOR_INPUT"
	TASKSTATUS_FAILURE_HANDLER_IN_PROGRESS TaskStatus = "FAILURE_HANDLER_IN_PROGRESS"
	TASKSTATUS_FACET_CHECK_IN_PROGRESS     TaskStatus = "FACET_CHECK_IN_PROGRESS"
	TASKSTATUS_ABORT_SCRIPT_IN_PROGRESS    TaskStatus = "ABORT_SCRIPT_IN_PROGRESS"
)

List of TaskStatus

func NewTaskStatusFromValue

func NewTaskStatusFromValue(v string) (*TaskStatus, error)

NewTaskStatusFromValue returns a pointer to a valid TaskStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TaskStatus) IsValid

func (v TaskStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TaskStatus) Ptr

func (v TaskStatus) Ptr() *TaskStatus

Ptr returns reference to TaskStatus value

func (*TaskStatus) UnmarshalJSON

func (v *TaskStatus) UnmarshalJSON(src []byte) error

type Team

type Team struct {
	Id                *string  `json:"id,omitempty"`
	Type              *string  `json:"type,omitempty"`
	TeamName          *string  `json:"teamName,omitempty"`
	Members           []string `json:"members,omitempty"`
	Roles             []string `json:"roles,omitempty"`
	Permissions       []string `json:"permissions,omitempty"`
	ReleaseAdminTeam  *bool    `json:"releaseAdminTeam,omitempty"`
	TemplateOwnerTeam *bool    `json:"templateOwnerTeam,omitempty"`
	FolderOwnerTeam   *bool    `json:"folderOwnerTeam,omitempty"`
	FolderAdminTeam   *bool    `json:"folderAdminTeam,omitempty"`
	SystemTeam        *bool    `json:"systemTeam,omitempty"`
}

Team struct for Team

func NewTeam

func NewTeam() *Team

NewTeam instantiates a new Team object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTeamWithDefaults

func NewTeamWithDefaults() *Team

NewTeamWithDefaults instantiates a new Team object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Team) GetFolderAdminTeam

func (o *Team) GetFolderAdminTeam() bool

GetFolderAdminTeam returns the FolderAdminTeam field value if set, zero value otherwise.

func (*Team) GetFolderAdminTeamOk

func (o *Team) GetFolderAdminTeamOk() (*bool, bool)

GetFolderAdminTeamOk returns a tuple with the FolderAdminTeam field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Team) GetFolderOwnerTeam

func (o *Team) GetFolderOwnerTeam() bool

GetFolderOwnerTeam returns the FolderOwnerTeam field value if set, zero value otherwise.

func (*Team) GetFolderOwnerTeamOk

func (o *Team) GetFolderOwnerTeamOk() (*bool, bool)

GetFolderOwnerTeamOk returns a tuple with the FolderOwnerTeam field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Team) GetId

func (o *Team) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Team) GetIdOk

func (o *Team) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Team) GetMembers

func (o *Team) GetMembers() []string

GetMembers returns the Members field value if set, zero value otherwise.

func (*Team) GetMembersOk

func (o *Team) GetMembersOk() ([]string, bool)

GetMembersOk returns a tuple with the Members field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Team) GetPermissions

func (o *Team) GetPermissions() []string

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*Team) GetPermissionsOk

func (o *Team) GetPermissionsOk() ([]string, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Team) GetReleaseAdminTeam

func (o *Team) GetReleaseAdminTeam() bool

GetReleaseAdminTeam returns the ReleaseAdminTeam field value if set, zero value otherwise.

func (*Team) GetReleaseAdminTeamOk

func (o *Team) GetReleaseAdminTeamOk() (*bool, bool)

GetReleaseAdminTeamOk returns a tuple with the ReleaseAdminTeam field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Team) GetRoles

func (o *Team) GetRoles() []string

GetRoles returns the Roles field value if set, zero value otherwise.

func (*Team) GetRolesOk

func (o *Team) GetRolesOk() ([]string, bool)

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Team) GetSystemTeam

func (o *Team) GetSystemTeam() bool

GetSystemTeam returns the SystemTeam field value if set, zero value otherwise.

func (*Team) GetSystemTeamOk

func (o *Team) GetSystemTeamOk() (*bool, bool)

GetSystemTeamOk returns a tuple with the SystemTeam field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Team) GetTeamName

func (o *Team) GetTeamName() string

GetTeamName returns the TeamName field value if set, zero value otherwise.

func (*Team) GetTeamNameOk

func (o *Team) GetTeamNameOk() (*string, bool)

GetTeamNameOk returns a tuple with the TeamName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Team) GetTemplateOwnerTeam

func (o *Team) GetTemplateOwnerTeam() bool

GetTemplateOwnerTeam returns the TemplateOwnerTeam field value if set, zero value otherwise.

func (*Team) GetTemplateOwnerTeamOk

func (o *Team) GetTemplateOwnerTeamOk() (*bool, bool)

GetTemplateOwnerTeamOk returns a tuple with the TemplateOwnerTeam field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Team) GetType

func (o *Team) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Team) GetTypeOk

func (o *Team) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Team) HasFolderAdminTeam

func (o *Team) HasFolderAdminTeam() bool

HasFolderAdminTeam returns a boolean if a field has been set.

func (*Team) HasFolderOwnerTeam

func (o *Team) HasFolderOwnerTeam() bool

HasFolderOwnerTeam returns a boolean if a field has been set.

func (*Team) HasId

func (o *Team) HasId() bool

HasId returns a boolean if a field has been set.

func (*Team) HasMembers

func (o *Team) HasMembers() bool

HasMembers returns a boolean if a field has been set.

func (*Team) HasPermissions

func (o *Team) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*Team) HasReleaseAdminTeam

func (o *Team) HasReleaseAdminTeam() bool

HasReleaseAdminTeam returns a boolean if a field has been set.

func (*Team) HasRoles

func (o *Team) HasRoles() bool

HasRoles returns a boolean if a field has been set.

func (*Team) HasSystemTeam

func (o *Team) HasSystemTeam() bool

HasSystemTeam returns a boolean if a field has been set.

func (*Team) HasTeamName

func (o *Team) HasTeamName() bool

HasTeamName returns a boolean if a field has been set.

func (*Team) HasTemplateOwnerTeam

func (o *Team) HasTemplateOwnerTeam() bool

HasTemplateOwnerTeam returns a boolean if a field has been set.

func (*Team) HasType

func (o *Team) HasType() bool

HasType returns a boolean if a field has been set.

func (Team) MarshalJSON

func (o Team) MarshalJSON() ([]byte, error)

func (*Team) SetFolderAdminTeam

func (o *Team) SetFolderAdminTeam(v bool)

SetFolderAdminTeam gets a reference to the given bool and assigns it to the FolderAdminTeam field.

func (*Team) SetFolderOwnerTeam

func (o *Team) SetFolderOwnerTeam(v bool)

SetFolderOwnerTeam gets a reference to the given bool and assigns it to the FolderOwnerTeam field.

func (*Team) SetId

func (o *Team) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Team) SetMembers

func (o *Team) SetMembers(v []string)

SetMembers gets a reference to the given []string and assigns it to the Members field.

func (*Team) SetPermissions

func (o *Team) SetPermissions(v []string)

SetPermissions gets a reference to the given []string and assigns it to the Permissions field.

func (*Team) SetReleaseAdminTeam

func (o *Team) SetReleaseAdminTeam(v bool)

SetReleaseAdminTeam gets a reference to the given bool and assigns it to the ReleaseAdminTeam field.

func (*Team) SetRoles

func (o *Team) SetRoles(v []string)

SetRoles gets a reference to the given []string and assigns it to the Roles field.

func (*Team) SetSystemTeam

func (o *Team) SetSystemTeam(v bool)

SetSystemTeam gets a reference to the given bool and assigns it to the SystemTeam field.

func (*Team) SetTeamName

func (o *Team) SetTeamName(v string)

SetTeamName gets a reference to the given string and assigns it to the TeamName field.

func (*Team) SetTemplateOwnerTeam

func (o *Team) SetTemplateOwnerTeam(v bool)

SetTemplateOwnerTeam gets a reference to the given bool and assigns it to the TemplateOwnerTeam field.

func (*Team) SetType

func (o *Team) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (Team) ToMap

func (o Team) ToMap() (map[string]interface{}, error)

type TeamMemberView

type TeamMemberView struct {
	Name     *string     `json:"name,omitempty"`
	FullName *string     `json:"fullName,omitempty"`
	Type     *MemberType `json:"type,omitempty"`
	RoleId   *string     `json:"roleId,omitempty"`
}

TeamMemberView struct for TeamMemberView

func NewTeamMemberView

func NewTeamMemberView() *TeamMemberView

NewTeamMemberView instantiates a new TeamMemberView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTeamMemberViewWithDefaults

func NewTeamMemberViewWithDefaults() *TeamMemberView

NewTeamMemberViewWithDefaults instantiates a new TeamMemberView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TeamMemberView) GetFullName

func (o *TeamMemberView) GetFullName() string

GetFullName returns the FullName field value if set, zero value otherwise.

func (*TeamMemberView) GetFullNameOk

func (o *TeamMemberView) GetFullNameOk() (*string, bool)

GetFullNameOk returns a tuple with the FullName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TeamMemberView) GetName

func (o *TeamMemberView) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*TeamMemberView) GetNameOk

func (o *TeamMemberView) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TeamMemberView) GetRoleId

func (o *TeamMemberView) GetRoleId() string

GetRoleId returns the RoleId field value if set, zero value otherwise.

func (*TeamMemberView) GetRoleIdOk

func (o *TeamMemberView) GetRoleIdOk() (*string, bool)

GetRoleIdOk returns a tuple with the RoleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TeamMemberView) GetType

func (o *TeamMemberView) GetType() MemberType

GetType returns the Type field value if set, zero value otherwise.

func (*TeamMemberView) GetTypeOk

func (o *TeamMemberView) GetTypeOk() (*MemberType, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TeamMemberView) HasFullName

func (o *TeamMemberView) HasFullName() bool

HasFullName returns a boolean if a field has been set.

func (*TeamMemberView) HasName

func (o *TeamMemberView) HasName() bool

HasName returns a boolean if a field has been set.

func (*TeamMemberView) HasRoleId

func (o *TeamMemberView) HasRoleId() bool

HasRoleId returns a boolean if a field has been set.

func (*TeamMemberView) HasType

func (o *TeamMemberView) HasType() bool

HasType returns a boolean if a field has been set.

func (TeamMemberView) MarshalJSON

func (o TeamMemberView) MarshalJSON() ([]byte, error)

func (*TeamMemberView) SetFullName

func (o *TeamMemberView) SetFullName(v string)

SetFullName gets a reference to the given string and assigns it to the FullName field.

func (*TeamMemberView) SetName

func (o *TeamMemberView) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*TeamMemberView) SetRoleId

func (o *TeamMemberView) SetRoleId(v string)

SetRoleId gets a reference to the given string and assigns it to the RoleId field.

func (*TeamMemberView) SetType

func (o *TeamMemberView) SetType(v MemberType)

SetType gets a reference to the given MemberType and assigns it to the Type field.

func (TeamMemberView) ToMap

func (o TeamMemberView) ToMap() (map[string]interface{}, error)

type TeamView

type TeamView struct {
	Id          *string          `json:"id,omitempty"`
	TeamName    *string          `json:"teamName,omitempty"`
	Members     []TeamMemberView `json:"members,omitempty"`
	Permissions []string         `json:"permissions,omitempty"`
	SystemTeam  *bool            `json:"systemTeam,omitempty"`
}

TeamView struct for TeamView

func NewTeamView

func NewTeamView() *TeamView

NewTeamView instantiates a new TeamView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTeamViewWithDefaults

func NewTeamViewWithDefaults() *TeamView

NewTeamViewWithDefaults instantiates a new TeamView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TeamView) GetId

func (o *TeamView) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*TeamView) GetIdOk

func (o *TeamView) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TeamView) GetMembers

func (o *TeamView) GetMembers() []TeamMemberView

GetMembers returns the Members field value if set, zero value otherwise.

func (*TeamView) GetMembersOk

func (o *TeamView) GetMembersOk() ([]TeamMemberView, bool)

GetMembersOk returns a tuple with the Members field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TeamView) GetPermissions

func (o *TeamView) GetPermissions() []string

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*TeamView) GetPermissionsOk

func (o *TeamView) GetPermissionsOk() ([]string, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TeamView) GetSystemTeam

func (o *TeamView) GetSystemTeam() bool

GetSystemTeam returns the SystemTeam field value if set, zero value otherwise.

func (*TeamView) GetSystemTeamOk

func (o *TeamView) GetSystemTeamOk() (*bool, bool)

GetSystemTeamOk returns a tuple with the SystemTeam field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TeamView) GetTeamName

func (o *TeamView) GetTeamName() string

GetTeamName returns the TeamName field value if set, zero value otherwise.

func (*TeamView) GetTeamNameOk

func (o *TeamView) GetTeamNameOk() (*string, bool)

GetTeamNameOk returns a tuple with the TeamName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TeamView) HasId

func (o *TeamView) HasId() bool

HasId returns a boolean if a field has been set.

func (*TeamView) HasMembers

func (o *TeamView) HasMembers() bool

HasMembers returns a boolean if a field has been set.

func (*TeamView) HasPermissions

func (o *TeamView) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*TeamView) HasSystemTeam

func (o *TeamView) HasSystemTeam() bool

HasSystemTeam returns a boolean if a field has been set.

func (*TeamView) HasTeamName

func (o *TeamView) HasTeamName() bool

HasTeamName returns a boolean if a field has been set.

func (TeamView) MarshalJSON

func (o TeamView) MarshalJSON() ([]byte, error)

func (*TeamView) SetId

func (o *TeamView) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*TeamView) SetMembers

func (o *TeamView) SetMembers(v []TeamMemberView)

SetMembers gets a reference to the given []TeamMemberView and assigns it to the Members field.

func (*TeamView) SetPermissions

func (o *TeamView) SetPermissions(v []string)

SetPermissions gets a reference to the given []string and assigns it to the Permissions field.

func (*TeamView) SetSystemTeam

func (o *TeamView) SetSystemTeam(v bool)

SetSystemTeam gets a reference to the given bool and assigns it to the SystemTeam field.

func (*TeamView) SetTeamName

func (o *TeamView) SetTeamName(v string)

SetTeamName gets a reference to the given string and assigns it to the TeamName field.

func (TeamView) ToMap

func (o TeamView) ToMap() (map[string]interface{}, error)

type TemplateApiService

type TemplateApiService service

TemplateApiService TemplateApi service

func (*TemplateApiService) CopyTemplate

func (a *TemplateApiService) CopyTemplate(ctx context.Context, templateId string) ApiCopyTemplateRequest

CopyTemplate Method for CopyTemplate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param templateId
@return ApiCopyTemplateRequest

func (*TemplateApiService) CopyTemplateExecute

func (a *TemplateApiService) CopyTemplateExecute(r ApiCopyTemplateRequest) (*Release, *http.Response, error)

Execute executes the request

@return Release

func (*TemplateApiService) CreateTemplate

CreateTemplate Method for CreateTemplate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateTemplateRequest

func (*TemplateApiService) CreateTemplate1

func (a *TemplateApiService) CreateTemplate1(ctx context.Context, templateId string) ApiCreateTemplate1Request

CreateTemplate1 Method for CreateTemplate1

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param templateId
@return ApiCreateTemplate1Request

func (*TemplateApiService) CreateTemplate1Execute

func (a *TemplateApiService) CreateTemplate1Execute(r ApiCreateTemplate1Request) (*Release, *http.Response, error)

Execute executes the request

@return Release

func (*TemplateApiService) CreateTemplateExecute

func (a *TemplateApiService) CreateTemplateExecute(r ApiCreateTemplateRequest) (*Release, *http.Response, error)

Execute executes the request

@return Release

func (*TemplateApiService) CreateTemplateVariable

func (a *TemplateApiService) CreateTemplateVariable(ctx context.Context, templateId string) ApiCreateTemplateVariableRequest

CreateTemplateVariable Method for CreateTemplateVariable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param templateId
@return ApiCreateTemplateVariableRequest

func (*TemplateApiService) CreateTemplateVariableExecute

func (a *TemplateApiService) CreateTemplateVariableExecute(r ApiCreateTemplateVariableRequest) (*Variable, *http.Response, error)

Execute executes the request

@return Variable

func (*TemplateApiService) DeleteTemplate

func (a *TemplateApiService) DeleteTemplate(ctx context.Context, templateId string) ApiDeleteTemplateRequest

DeleteTemplate Method for DeleteTemplate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param templateId
@return ApiDeleteTemplateRequest

func (*TemplateApiService) DeleteTemplateExecute

func (a *TemplateApiService) DeleteTemplateExecute(r ApiDeleteTemplateRequest) (*http.Response, error)

Execute executes the request

func (*TemplateApiService) DeleteTemplateVariable

func (a *TemplateApiService) DeleteTemplateVariable(ctx context.Context, variableId string) ApiDeleteTemplateVariableRequest

DeleteTemplateVariable Method for DeleteTemplateVariable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param variableId
@return ApiDeleteTemplateVariableRequest

func (*TemplateApiService) DeleteTemplateVariableExecute

func (a *TemplateApiService) DeleteTemplateVariableExecute(r ApiDeleteTemplateVariableRequest) (*http.Response, error)

Execute executes the request

func (*TemplateApiService) ExportTemplateToZip

func (a *TemplateApiService) ExportTemplateToZip(ctx context.Context, templateId string) ApiExportTemplateToZipRequest

ExportTemplateToZip Method for ExportTemplateToZip

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param templateId
@return ApiExportTemplateToZipRequest

func (*TemplateApiService) ExportTemplateToZipExecute

func (a *TemplateApiService) ExportTemplateToZipExecute(r ApiExportTemplateToZipRequest) (*http.Response, error)

Execute executes the request

func (*TemplateApiService) GetPossibleTemplateVariableValues

func (a *TemplateApiService) GetPossibleTemplateVariableValues(ctx context.Context, variableId string) ApiGetPossibleTemplateVariableValuesRequest

GetPossibleTemplateVariableValues Method for GetPossibleTemplateVariableValues

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param variableId
@return ApiGetPossibleTemplateVariableValuesRequest

func (*TemplateApiService) GetPossibleTemplateVariableValuesExecute

func (a *TemplateApiService) GetPossibleTemplateVariableValuesExecute(r ApiGetPossibleTemplateVariableValuesRequest) ([]map[string]interface{}, *http.Response, error)

Execute executes the request

@return []map[string]interface{}

func (*TemplateApiService) GetTemplate

func (a *TemplateApiService) GetTemplate(ctx context.Context, templateId string) ApiGetTemplateRequest

GetTemplate Method for GetTemplate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param templateId
@return ApiGetTemplateRequest

func (*TemplateApiService) GetTemplateExecute

func (a *TemplateApiService) GetTemplateExecute(r ApiGetTemplateRequest) (*Release, *http.Response, error)

Execute executes the request

@return Release

func (*TemplateApiService) GetTemplatePermissions

func (a *TemplateApiService) GetTemplatePermissions(ctx context.Context) ApiGetTemplatePermissionsRequest

GetTemplatePermissions Method for GetTemplatePermissions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTemplatePermissionsRequest

func (*TemplateApiService) GetTemplatePermissionsExecute

func (a *TemplateApiService) GetTemplatePermissionsExecute(r ApiGetTemplatePermissionsRequest) ([]string, *http.Response, error)

Execute executes the request

@return []string

func (*TemplateApiService) GetTemplateTeams

func (a *TemplateApiService) GetTemplateTeams(ctx context.Context, templateId string) ApiGetTemplateTeamsRequest

GetTemplateTeams Method for GetTemplateTeams

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param templateId
@return ApiGetTemplateTeamsRequest

func (*TemplateApiService) GetTemplateTeamsExecute

func (a *TemplateApiService) GetTemplateTeamsExecute(r ApiGetTemplateTeamsRequest) ([]TeamView, *http.Response, error)

Execute executes the request

@return []TeamView

func (*TemplateApiService) GetTemplateVariable

func (a *TemplateApiService) GetTemplateVariable(ctx context.Context, variableId string) ApiGetTemplateVariableRequest

GetTemplateVariable Method for GetTemplateVariable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param variableId
@return ApiGetTemplateVariableRequest

func (*TemplateApiService) GetTemplateVariableExecute

func (a *TemplateApiService) GetTemplateVariableExecute(r ApiGetTemplateVariableRequest) (*Variable, *http.Response, error)

Execute executes the request

@return Variable

func (*TemplateApiService) GetTemplateVariables

func (a *TemplateApiService) GetTemplateVariables(ctx context.Context, templateId string) ApiGetTemplateVariablesRequest

GetTemplateVariables Method for GetTemplateVariables

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param templateId
@return ApiGetTemplateVariablesRequest

func (*TemplateApiService) GetTemplateVariablesExecute

func (a *TemplateApiService) GetTemplateVariablesExecute(r ApiGetTemplateVariablesRequest) ([]Variable, *http.Response, error)

Execute executes the request

@return []Variable

func (*TemplateApiService) GetTemplates

GetTemplates Method for GetTemplates

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTemplatesRequest

func (*TemplateApiService) GetTemplatesExecute

func (a *TemplateApiService) GetTemplatesExecute(r ApiGetTemplatesRequest) ([]Release, *http.Response, error)

Execute executes the request

@return []Release

func (*TemplateApiService) ImportTemplate

ImportTemplate Method for ImportTemplate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiImportTemplateRequest

func (*TemplateApiService) ImportTemplateExecute

func (a *TemplateApiService) ImportTemplateExecute(r ApiImportTemplateRequest) ([]ImportResult, *http.Response, error)

Execute executes the request

@return []ImportResult

func (*TemplateApiService) IsVariableUsedTemplate

func (a *TemplateApiService) IsVariableUsedTemplate(ctx context.Context, variableId string) ApiIsVariableUsedTemplateRequest

IsVariableUsedTemplate Method for IsVariableUsedTemplate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param variableId
@return ApiIsVariableUsedTemplateRequest

func (*TemplateApiService) IsVariableUsedTemplateExecute

func (a *TemplateApiService) IsVariableUsedTemplateExecute(r ApiIsVariableUsedTemplateRequest) (bool, *http.Response, error)

Execute executes the request

@return bool

func (*TemplateApiService) ReplaceTemplateVariables

func (a *TemplateApiService) ReplaceTemplateVariables(ctx context.Context, variableId string) ApiReplaceTemplateVariablesRequest

ReplaceTemplateVariables Method for ReplaceTemplateVariables

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param variableId
@return ApiReplaceTemplateVariablesRequest

func (*TemplateApiService) ReplaceTemplateVariablesExecute

func (a *TemplateApiService) ReplaceTemplateVariablesExecute(r ApiReplaceTemplateVariablesRequest) (*http.Response, error)

Execute executes the request

func (*TemplateApiService) SetTemplateTeams

func (a *TemplateApiService) SetTemplateTeams(ctx context.Context, templateId string) ApiSetTemplateTeamsRequest

SetTemplateTeams Method for SetTemplateTeams

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param templateId
@return ApiSetTemplateTeamsRequest

func (*TemplateApiService) SetTemplateTeamsExecute

func (a *TemplateApiService) SetTemplateTeamsExecute(r ApiSetTemplateTeamsRequest) ([]TeamView, *http.Response, error)

Execute executes the request

@return []TeamView

func (*TemplateApiService) StartTemplate

func (a *TemplateApiService) StartTemplate(ctx context.Context, templateId string) ApiStartTemplateRequest

StartTemplate Method for StartTemplate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param templateId
@return ApiStartTemplateRequest

func (*TemplateApiService) StartTemplateExecute

func (a *TemplateApiService) StartTemplateExecute(r ApiStartTemplateRequest) (*Release, *http.Response, error)

Execute executes the request

@return Release

func (*TemplateApiService) UpdateTemplate

func (a *TemplateApiService) UpdateTemplate(ctx context.Context, templateId string) ApiUpdateTemplateRequest

UpdateTemplate Method for UpdateTemplate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param templateId
@return ApiUpdateTemplateRequest

func (*TemplateApiService) UpdateTemplateExecute

func (a *TemplateApiService) UpdateTemplateExecute(r ApiUpdateTemplateRequest) (*Release, *http.Response, error)

Execute executes the request

@return Release

func (*TemplateApiService) UpdateTemplateVariable

func (a *TemplateApiService) UpdateTemplateVariable(ctx context.Context, variableId string) ApiUpdateTemplateVariableRequest

UpdateTemplateVariable Method for UpdateTemplateVariable

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param variableId
@return ApiUpdateTemplateVariableRequest

func (*TemplateApiService) UpdateTemplateVariableExecute

func (a *TemplateApiService) UpdateTemplateVariableExecute(r ApiUpdateTemplateVariableRequest) (*Variable, *http.Response, error)

Execute executes the request

@return Variable

func (*TemplateApiService) UpdateTemplateVariables

func (a *TemplateApiService) UpdateTemplateVariables(ctx context.Context, releaseId string) ApiUpdateTemplateVariablesRequest

UpdateTemplateVariables Method for UpdateTemplateVariables

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param releaseId
@return ApiUpdateTemplateVariablesRequest

func (*TemplateApiService) UpdateTemplateVariablesExecute

func (a *TemplateApiService) UpdateTemplateVariablesExecute(r ApiUpdateTemplateVariablesRequest) ([]Variable, *http.Response, error)

Execute executes the request

@return []Variable

type TimeFrame

type TimeFrame string

TimeFrame the model 'TimeFrame'

const (
	TIMEFRAME_LAST_SEVEN_DAYS   TimeFrame = "LAST_SEVEN_DAYS"
	TIMEFRAME_LAST_MONTH        TimeFrame = "LAST_MONTH"
	TIMEFRAME_LAST_THREE_MONTHS TimeFrame = "LAST_THREE_MONTHS"
	TIMEFRAME_LAST_SIX_MONTHS   TimeFrame = "LAST_SIX_MONTHS"
	TIMEFRAME_LAST_YEAR         TimeFrame = "LAST_YEAR"
	TIMEFRAME_RANGE             TimeFrame = "RANGE"
)

List of TimeFrame

func NewTimeFrameFromValue

func NewTimeFrameFromValue(v string) (*TimeFrame, error)

NewTimeFrameFromValue returns a pointer to a valid TimeFrame for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TimeFrame) IsValid

func (v TimeFrame) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TimeFrame) Ptr

func (v TimeFrame) Ptr() *TimeFrame

Ptr returns reference to TimeFrame value

func (*TimeFrame) UnmarshalJSON

func (v *TimeFrame) UnmarshalJSON(src []byte) error

type TrackedItem

type TrackedItem struct {
	Id           *string    `json:"id,omitempty"`
	Type         *string    `json:"type,omitempty"`
	Title        *string    `json:"title,omitempty"`
	ReleaseIds   []string   `json:"releaseIds,omitempty"`
	Descoped     *bool      `json:"descoped,omitempty"`
	CreatedDate  *time.Time `json:"createdDate,omitempty"`
	ModifiedDate *time.Time `json:"modifiedDate,omitempty"`
}

TrackedItem struct for TrackedItem

func NewTrackedItem

func NewTrackedItem() *TrackedItem

NewTrackedItem instantiates a new TrackedItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTrackedItemWithDefaults

func NewTrackedItemWithDefaults() *TrackedItem

NewTrackedItemWithDefaults instantiates a new TrackedItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TrackedItem) GetCreatedDate

func (o *TrackedItem) GetCreatedDate() time.Time

GetCreatedDate returns the CreatedDate field value if set, zero value otherwise.

func (*TrackedItem) GetCreatedDateOk

func (o *TrackedItem) GetCreatedDateOk() (*time.Time, bool)

GetCreatedDateOk returns a tuple with the CreatedDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrackedItem) GetDescoped

func (o *TrackedItem) GetDescoped() bool

GetDescoped returns the Descoped field value if set, zero value otherwise.

func (*TrackedItem) GetDescopedOk

func (o *TrackedItem) GetDescopedOk() (*bool, bool)

GetDescopedOk returns a tuple with the Descoped field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrackedItem) GetId

func (o *TrackedItem) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*TrackedItem) GetIdOk

func (o *TrackedItem) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrackedItem) GetModifiedDate

func (o *TrackedItem) GetModifiedDate() time.Time

GetModifiedDate returns the ModifiedDate field value if set, zero value otherwise.

func (*TrackedItem) GetModifiedDateOk

func (o *TrackedItem) GetModifiedDateOk() (*time.Time, bool)

GetModifiedDateOk returns a tuple with the ModifiedDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrackedItem) GetReleaseIds

func (o *TrackedItem) GetReleaseIds() []string

GetReleaseIds returns the ReleaseIds field value if set, zero value otherwise.

func (*TrackedItem) GetReleaseIdsOk

func (o *TrackedItem) GetReleaseIdsOk() ([]string, bool)

GetReleaseIdsOk returns a tuple with the ReleaseIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrackedItem) GetTitle

func (o *TrackedItem) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*TrackedItem) GetTitleOk

func (o *TrackedItem) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrackedItem) GetType

func (o *TrackedItem) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*TrackedItem) GetTypeOk

func (o *TrackedItem) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrackedItem) HasCreatedDate

func (o *TrackedItem) HasCreatedDate() bool

HasCreatedDate returns a boolean if a field has been set.

func (*TrackedItem) HasDescoped

func (o *TrackedItem) HasDescoped() bool

HasDescoped returns a boolean if a field has been set.

func (*TrackedItem) HasId

func (o *TrackedItem) HasId() bool

HasId returns a boolean if a field has been set.

func (*TrackedItem) HasModifiedDate

func (o *TrackedItem) HasModifiedDate() bool

HasModifiedDate returns a boolean if a field has been set.

func (*TrackedItem) HasReleaseIds

func (o *TrackedItem) HasReleaseIds() bool

HasReleaseIds returns a boolean if a field has been set.

func (*TrackedItem) HasTitle

func (o *TrackedItem) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*TrackedItem) HasType

func (o *TrackedItem) HasType() bool

HasType returns a boolean if a field has been set.

func (TrackedItem) MarshalJSON

func (o TrackedItem) MarshalJSON() ([]byte, error)

func (*TrackedItem) SetCreatedDate

func (o *TrackedItem) SetCreatedDate(v time.Time)

SetCreatedDate gets a reference to the given time.Time and assigns it to the CreatedDate field.

func (*TrackedItem) SetDescoped

func (o *TrackedItem) SetDescoped(v bool)

SetDescoped gets a reference to the given bool and assigns it to the Descoped field.

func (*TrackedItem) SetId

func (o *TrackedItem) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*TrackedItem) SetModifiedDate

func (o *TrackedItem) SetModifiedDate(v time.Time)

SetModifiedDate gets a reference to the given time.Time and assigns it to the ModifiedDate field.

func (*TrackedItem) SetReleaseIds

func (o *TrackedItem) SetReleaseIds(v []string)

SetReleaseIds gets a reference to the given []string and assigns it to the ReleaseIds field.

func (*TrackedItem) SetTitle

func (o *TrackedItem) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*TrackedItem) SetType

func (o *TrackedItem) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (TrackedItem) ToMap

func (o TrackedItem) ToMap() (map[string]interface{}, error)

type TrackedItemStatus

type TrackedItemStatus string

TrackedItemStatus the model 'TrackedItemStatus'

const (
	TRACKEDITEMSTATUS_NOT_READY TrackedItemStatus = "NOT_READY"
	TRACKEDITEMSTATUS_READY     TrackedItemStatus = "READY"
	TRACKEDITEMSTATUS_SKIPPED   TrackedItemStatus = "SKIPPED"
)

List of TrackedItemStatus

func NewTrackedItemStatusFromValue

func NewTrackedItemStatusFromValue(v string) (*TrackedItemStatus, error)

NewTrackedItemStatusFromValue returns a pointer to a valid TrackedItemStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TrackedItemStatus) IsValid

func (v TrackedItemStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TrackedItemStatus) Ptr

Ptr returns reference to TrackedItemStatus value

func (*TrackedItemStatus) UnmarshalJSON

func (v *TrackedItemStatus) UnmarshalJSON(src []byte) error

type Transition

type Transition struct {
	Id             *string     `json:"id,omitempty"`
	Type           *string     `json:"type,omitempty"`
	Title          *string     `json:"title,omitempty"`
	Stage          *Stage      `json:"stage,omitempty"`
	Conditions     []Condition `json:"conditions,omitempty"`
	Automated      *bool       `json:"automated,omitempty"`
	AllConditions  []Condition `json:"allConditions,omitempty"`
	LeafConditions []Condition `json:"leafConditions,omitempty"`
	RootCondition  *Condition  `json:"rootCondition,omitempty"`
}

Transition struct for Transition

func NewTransition

func NewTransition() *Transition

NewTransition instantiates a new Transition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTransitionWithDefaults

func NewTransitionWithDefaults() *Transition

NewTransitionWithDefaults instantiates a new Transition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Transition) GetAllConditions

func (o *Transition) GetAllConditions() []Condition

GetAllConditions returns the AllConditions field value if set, zero value otherwise.

func (*Transition) GetAllConditionsOk

func (o *Transition) GetAllConditionsOk() ([]Condition, bool)

GetAllConditionsOk returns a tuple with the AllConditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transition) GetAutomated

func (o *Transition) GetAutomated() bool

GetAutomated returns the Automated field value if set, zero value otherwise.

func (*Transition) GetAutomatedOk

func (o *Transition) GetAutomatedOk() (*bool, bool)

GetAutomatedOk returns a tuple with the Automated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transition) GetConditions

func (o *Transition) GetConditions() []Condition

GetConditions returns the Conditions field value if set, zero value otherwise.

func (*Transition) GetConditionsOk

func (o *Transition) GetConditionsOk() ([]Condition, bool)

GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transition) GetId

func (o *Transition) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Transition) GetIdOk

func (o *Transition) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transition) GetLeafConditions

func (o *Transition) GetLeafConditions() []Condition

GetLeafConditions returns the LeafConditions field value if set, zero value otherwise.

func (*Transition) GetLeafConditionsOk

func (o *Transition) GetLeafConditionsOk() ([]Condition, bool)

GetLeafConditionsOk returns a tuple with the LeafConditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transition) GetRootCondition

func (o *Transition) GetRootCondition() Condition

GetRootCondition returns the RootCondition field value if set, zero value otherwise.

func (*Transition) GetRootConditionOk

func (o *Transition) GetRootConditionOk() (*Condition, bool)

GetRootConditionOk returns a tuple with the RootCondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transition) GetStage

func (o *Transition) GetStage() Stage

GetStage returns the Stage field value if set, zero value otherwise.

func (*Transition) GetStageOk

func (o *Transition) GetStageOk() (*Stage, bool)

GetStageOk returns a tuple with the Stage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transition) GetTitle

func (o *Transition) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*Transition) GetTitleOk

func (o *Transition) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transition) GetType

func (o *Transition) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Transition) GetTypeOk

func (o *Transition) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transition) HasAllConditions

func (o *Transition) HasAllConditions() bool

HasAllConditions returns a boolean if a field has been set.

func (*Transition) HasAutomated

func (o *Transition) HasAutomated() bool

HasAutomated returns a boolean if a field has been set.

func (*Transition) HasConditions

func (o *Transition) HasConditions() bool

HasConditions returns a boolean if a field has been set.

func (*Transition) HasId

func (o *Transition) HasId() bool

HasId returns a boolean if a field has been set.

func (*Transition) HasLeafConditions

func (o *Transition) HasLeafConditions() bool

HasLeafConditions returns a boolean if a field has been set.

func (*Transition) HasRootCondition

func (o *Transition) HasRootCondition() bool

HasRootCondition returns a boolean if a field has been set.

func (*Transition) HasStage

func (o *Transition) HasStage() bool

HasStage returns a boolean if a field has been set.

func (*Transition) HasTitle

func (o *Transition) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*Transition) HasType

func (o *Transition) HasType() bool

HasType returns a boolean if a field has been set.

func (Transition) MarshalJSON

func (o Transition) MarshalJSON() ([]byte, error)

func (*Transition) SetAllConditions

func (o *Transition) SetAllConditions(v []Condition)

SetAllConditions gets a reference to the given []Condition and assigns it to the AllConditions field.

func (*Transition) SetAutomated

func (o *Transition) SetAutomated(v bool)

SetAutomated gets a reference to the given bool and assigns it to the Automated field.

func (*Transition) SetConditions

func (o *Transition) SetConditions(v []Condition)

SetConditions gets a reference to the given []Condition and assigns it to the Conditions field.

func (*Transition) SetId

func (o *Transition) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Transition) SetLeafConditions

func (o *Transition) SetLeafConditions(v []Condition)

SetLeafConditions gets a reference to the given []Condition and assigns it to the LeafConditions field.

func (*Transition) SetRootCondition

func (o *Transition) SetRootCondition(v Condition)

SetRootCondition gets a reference to the given Condition and assigns it to the RootCondition field.

func (*Transition) SetStage

func (o *Transition) SetStage(v Stage)

SetStage gets a reference to the given Stage and assigns it to the Stage field.

func (*Transition) SetTitle

func (o *Transition) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*Transition) SetType

func (o *Transition) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (Transition) ToMap

func (o Transition) ToMap() (map[string]interface{}, error)

type Trigger

type Trigger struct {
	Id                     *string                 `json:"id,omitempty"`
	Type                   *string                 `json:"type,omitempty"`
	Script                 *string                 `json:"script,omitempty"`
	AbortScript            *string                 `json:"abortScript,omitempty"`
	CiUid                  *int32                  `json:"ciUid,omitempty"`
	Title                  *string                 `json:"title,omitempty"`
	Description            *string                 `json:"description,omitempty"`
	Enabled                *bool                   `json:"enabled,omitempty"`
	TriggerState           *string                 `json:"triggerState,omitempty"`
	FolderId               *string                 `json:"folderId,omitempty"`
	AllowParallelExecution *bool                   `json:"allowParallelExecution,omitempty"`
	LastRunDate            *time.Time              `json:"lastRunDate,omitempty"`
	LastRunStatus          *TriggerExecutionStatus `json:"lastRunStatus,omitempty"`
	InternalProperties     []string                `json:"internalProperties,omitempty"`
	ContainerId            *string                 `json:"containerId,omitempty"`
}

Trigger struct for Trigger

func NewTrigger

func NewTrigger() *Trigger

NewTrigger instantiates a new Trigger object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTriggerWithDefaults

func NewTriggerWithDefaults() *Trigger

NewTriggerWithDefaults instantiates a new Trigger object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Trigger) GetAbortScript

func (o *Trigger) GetAbortScript() string

GetAbortScript returns the AbortScript field value if set, zero value otherwise.

func (*Trigger) GetAbortScriptOk

func (o *Trigger) GetAbortScriptOk() (*string, bool)

GetAbortScriptOk returns a tuple with the AbortScript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Trigger) GetAllowParallelExecution

func (o *Trigger) GetAllowParallelExecution() bool

GetAllowParallelExecution returns the AllowParallelExecution field value if set, zero value otherwise.

func (*Trigger) GetAllowParallelExecutionOk

func (o *Trigger) GetAllowParallelExecutionOk() (*bool, bool)

GetAllowParallelExecutionOk returns a tuple with the AllowParallelExecution field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Trigger) GetCiUid

func (o *Trigger) GetCiUid() int32

GetCiUid returns the CiUid field value if set, zero value otherwise.

func (*Trigger) GetCiUidOk

func (o *Trigger) GetCiUidOk() (*int32, bool)

GetCiUidOk returns a tuple with the CiUid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Trigger) GetContainerId

func (o *Trigger) GetContainerId() string

GetContainerId returns the ContainerId field value if set, zero value otherwise.

func (*Trigger) GetContainerIdOk

func (o *Trigger) GetContainerIdOk() (*string, bool)

GetContainerIdOk returns a tuple with the ContainerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Trigger) GetDescription

func (o *Trigger) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Trigger) GetDescriptionOk

func (o *Trigger) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Trigger) GetEnabled

func (o *Trigger) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*Trigger) GetEnabledOk

func (o *Trigger) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Trigger) GetFolderId

func (o *Trigger) GetFolderId() string

GetFolderId returns the FolderId field value if set, zero value otherwise.

func (*Trigger) GetFolderIdOk

func (o *Trigger) GetFolderIdOk() (*string, bool)

GetFolderIdOk returns a tuple with the FolderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Trigger) GetId

func (o *Trigger) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Trigger) GetIdOk

func (o *Trigger) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Trigger) GetInternalProperties

func (o *Trigger) GetInternalProperties() []string

GetInternalProperties returns the InternalProperties field value if set, zero value otherwise.

func (*Trigger) GetInternalPropertiesOk

func (o *Trigger) GetInternalPropertiesOk() ([]string, bool)

GetInternalPropertiesOk returns a tuple with the InternalProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Trigger) GetLastRunDate

func (o *Trigger) GetLastRunDate() time.Time

GetLastRunDate returns the LastRunDate field value if set, zero value otherwise.

func (*Trigger) GetLastRunDateOk

func (o *Trigger) GetLastRunDateOk() (*time.Time, bool)

GetLastRunDateOk returns a tuple with the LastRunDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Trigger) GetLastRunStatus

func (o *Trigger) GetLastRunStatus() TriggerExecutionStatus

GetLastRunStatus returns the LastRunStatus field value if set, zero value otherwise.

func (*Trigger) GetLastRunStatusOk

func (o *Trigger) GetLastRunStatusOk() (*TriggerExecutionStatus, bool)

GetLastRunStatusOk returns a tuple with the LastRunStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Trigger) GetScript

func (o *Trigger) GetScript() string

GetScript returns the Script field value if set, zero value otherwise.

func (*Trigger) GetScriptOk

func (o *Trigger) GetScriptOk() (*string, bool)

GetScriptOk returns a tuple with the Script field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Trigger) GetTitle

func (o *Trigger) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*Trigger) GetTitleOk

func (o *Trigger) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Trigger) GetTriggerState

func (o *Trigger) GetTriggerState() string

GetTriggerState returns the TriggerState field value if set, zero value otherwise.

func (*Trigger) GetTriggerStateOk

func (o *Trigger) GetTriggerStateOk() (*string, bool)

GetTriggerStateOk returns a tuple with the TriggerState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Trigger) GetType

func (o *Trigger) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Trigger) GetTypeOk

func (o *Trigger) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Trigger) HasAbortScript

func (o *Trigger) HasAbortScript() bool

HasAbortScript returns a boolean if a field has been set.

func (*Trigger) HasAllowParallelExecution

func (o *Trigger) HasAllowParallelExecution() bool

HasAllowParallelExecution returns a boolean if a field has been set.

func (*Trigger) HasCiUid

func (o *Trigger) HasCiUid() bool

HasCiUid returns a boolean if a field has been set.

func (*Trigger) HasContainerId

func (o *Trigger) HasContainerId() bool

HasContainerId returns a boolean if a field has been set.

func (*Trigger) HasDescription

func (o *Trigger) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Trigger) HasEnabled

func (o *Trigger) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*Trigger) HasFolderId

func (o *Trigger) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

func (*Trigger) HasId

func (o *Trigger) HasId() bool

HasId returns a boolean if a field has been set.

func (*Trigger) HasInternalProperties

func (o *Trigger) HasInternalProperties() bool

HasInternalProperties returns a boolean if a field has been set.

func (*Trigger) HasLastRunDate

func (o *Trigger) HasLastRunDate() bool

HasLastRunDate returns a boolean if a field has been set.

func (*Trigger) HasLastRunStatus

func (o *Trigger) HasLastRunStatus() bool

HasLastRunStatus returns a boolean if a field has been set.

func (*Trigger) HasScript

func (o *Trigger) HasScript() bool

HasScript returns a boolean if a field has been set.

func (*Trigger) HasTitle

func (o *Trigger) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*Trigger) HasTriggerState

func (o *Trigger) HasTriggerState() bool

HasTriggerState returns a boolean if a field has been set.

func (*Trigger) HasType

func (o *Trigger) HasType() bool

HasType returns a boolean if a field has been set.

func (Trigger) MarshalJSON

func (o Trigger) MarshalJSON() ([]byte, error)

func (*Trigger) SetAbortScript

func (o *Trigger) SetAbortScript(v string)

SetAbortScript gets a reference to the given string and assigns it to the AbortScript field.

func (*Trigger) SetAllowParallelExecution

func (o *Trigger) SetAllowParallelExecution(v bool)

SetAllowParallelExecution gets a reference to the given bool and assigns it to the AllowParallelExecution field.

func (*Trigger) SetCiUid

func (o *Trigger) SetCiUid(v int32)

SetCiUid gets a reference to the given int32 and assigns it to the CiUid field.

func (*Trigger) SetContainerId

func (o *Trigger) SetContainerId(v string)

SetContainerId gets a reference to the given string and assigns it to the ContainerId field.

func (*Trigger) SetDescription

func (o *Trigger) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Trigger) SetEnabled

func (o *Trigger) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*Trigger) SetFolderId

func (o *Trigger) SetFolderId(v string)

SetFolderId gets a reference to the given string and assigns it to the FolderId field.

func (*Trigger) SetId

func (o *Trigger) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Trigger) SetInternalProperties

func (o *Trigger) SetInternalProperties(v []string)

SetInternalProperties gets a reference to the given []string and assigns it to the InternalProperties field.

func (*Trigger) SetLastRunDate

func (o *Trigger) SetLastRunDate(v time.Time)

SetLastRunDate gets a reference to the given time.Time and assigns it to the LastRunDate field.

func (*Trigger) SetLastRunStatus

func (o *Trigger) SetLastRunStatus(v TriggerExecutionStatus)

SetLastRunStatus gets a reference to the given TriggerExecutionStatus and assigns it to the LastRunStatus field.

func (*Trigger) SetScript

func (o *Trigger) SetScript(v string)

SetScript gets a reference to the given string and assigns it to the Script field.

func (*Trigger) SetTitle

func (o *Trigger) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*Trigger) SetTriggerState

func (o *Trigger) SetTriggerState(v string)

SetTriggerState gets a reference to the given string and assigns it to the TriggerState field.

func (*Trigger) SetType

func (o *Trigger) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (Trigger) ToMap

func (o Trigger) ToMap() (map[string]interface{}, error)

type TriggerExecutionStatus

type TriggerExecutionStatus string

TriggerExecutionStatus the model 'TriggerExecutionStatus'

const (
	TRIGGEREXECUTIONSTATUS_SUCCESS TriggerExecutionStatus = "SUCCESS"
	TRIGGEREXECUTIONSTATUS_FAILURE TriggerExecutionStatus = "FAILURE"
)

List of TriggerExecutionStatus

func NewTriggerExecutionStatusFromValue

func NewTriggerExecutionStatusFromValue(v string) (*TriggerExecutionStatus, error)

NewTriggerExecutionStatusFromValue returns a pointer to a valid TriggerExecutionStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TriggerExecutionStatus) IsValid

func (v TriggerExecutionStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TriggerExecutionStatus) Ptr

Ptr returns reference to TriggerExecutionStatus value

func (*TriggerExecutionStatus) UnmarshalJSON

func (v *TriggerExecutionStatus) UnmarshalJSON(src []byte) error

type TriggersApiService

type TriggersApiService service

TriggersApiService TriggersApi service

func (*TriggersApiService) AddTrigger

AddTrigger Method for AddTrigger

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAddTriggerRequest

func (*TriggersApiService) AddTriggerExecute

func (a *TriggersApiService) AddTriggerExecute(r ApiAddTriggerRequest) (*Trigger, *http.Response, error)

Execute executes the request

@return Trigger

func (*TriggersApiService) DisableAllTriggers

DisableAllTriggers Method for DisableAllTriggers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDisableAllTriggersRequest

func (*TriggersApiService) DisableAllTriggersExecute

Execute executes the request

@return BulkActionResultView

func (*TriggersApiService) DisableTrigger

func (a *TriggersApiService) DisableTrigger(ctx context.Context, triggerId string) ApiDisableTriggerRequest

DisableTrigger Method for DisableTrigger

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param triggerId
@return ApiDisableTriggerRequest

func (*TriggersApiService) DisableTriggerExecute

func (a *TriggersApiService) DisableTriggerExecute(r ApiDisableTriggerRequest) (*http.Response, error)

Execute executes the request

func (*TriggersApiService) DisableTriggers

DisableTriggers Method for DisableTriggers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDisableTriggersRequest

func (*TriggersApiService) DisableTriggersExecute

Execute executes the request

@return BulkActionResultView

func (*TriggersApiService) EnableAllTriggers

EnableAllTriggers Method for EnableAllTriggers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEnableAllTriggersRequest

func (*TriggersApiService) EnableAllTriggersExecute

Execute executes the request

@return BulkActionResultView

func (*TriggersApiService) EnableTrigger

func (a *TriggersApiService) EnableTrigger(ctx context.Context, triggerId string) ApiEnableTriggerRequest

EnableTrigger Method for EnableTrigger

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param triggerId
@return ApiEnableTriggerRequest

func (*TriggersApiService) EnableTriggerExecute

func (a *TriggersApiService) EnableTriggerExecute(r ApiEnableTriggerRequest) (*http.Response, error)

Execute executes the request

func (*TriggersApiService) EnableTriggers

EnableTriggers Method for EnableTriggers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEnableTriggersRequest

func (*TriggersApiService) EnableTriggersExecute

Execute executes the request

@return BulkActionResultView

func (*TriggersApiService) GetTrigger

func (a *TriggersApiService) GetTrigger(ctx context.Context, triggerId string) ApiGetTriggerRequest

GetTrigger Method for GetTrigger

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param triggerId
@return ApiGetTriggerRequest

func (*TriggersApiService) GetTriggerExecute

func (a *TriggersApiService) GetTriggerExecute(r ApiGetTriggerRequest) (*Trigger, *http.Response, error)

Execute executes the request

@return Trigger

func (*TriggersApiService) GetTypes

GetTypes Method for GetTypes

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTypesRequest

func (*TriggersApiService) GetTypesExecute

func (a *TriggersApiService) GetTypesExecute(r ApiGetTypesRequest) ([]interface{}, *http.Response, error)

Execute executes the request

@return []interface{}

func (*TriggersApiService) RemoveTrigger

func (a *TriggersApiService) RemoveTrigger(ctx context.Context, triggerId string) ApiRemoveTriggerRequest

RemoveTrigger Method for RemoveTrigger

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param triggerId
@return ApiRemoveTriggerRequest

func (*TriggersApiService) RemoveTriggerExecute

func (a *TriggersApiService) RemoveTriggerExecute(r ApiRemoveTriggerRequest) (*http.Response, error)

Execute executes the request

func (*TriggersApiService) RunTrigger

func (a *TriggersApiService) RunTrigger(ctx context.Context, triggerId string) ApiRunTriggerRequest

RunTrigger Method for RunTrigger

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param triggerId
@return ApiRunTriggerRequest

func (*TriggersApiService) RunTriggerExecute

func (a *TriggersApiService) RunTriggerExecute(r ApiRunTriggerRequest) (*http.Response, error)

Execute executes the request

func (*TriggersApiService) SearchTriggers

SearchTriggers Method for SearchTriggers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchTriggersRequest

func (*TriggersApiService) SearchTriggersExecute

func (a *TriggersApiService) SearchTriggersExecute(r ApiSearchTriggersRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*TriggersApiService) UpdateTrigger

func (a *TriggersApiService) UpdateTrigger(ctx context.Context, triggerId string) ApiUpdateTriggerRequest

UpdateTrigger Method for UpdateTrigger

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param triggerId
@return ApiUpdateTriggerRequest

func (*TriggersApiService) UpdateTriggerExecute

func (a *TriggersApiService) UpdateTriggerExecute(r ApiUpdateTriggerRequest) (*Trigger, *http.Response, error)

Execute executes the request

@return Trigger

type UsagePoint

type UsagePoint struct {
	TargetProperty *CiProperty `json:"targetProperty,omitempty"`
}

UsagePoint struct for UsagePoint

func NewUsagePoint

func NewUsagePoint() *UsagePoint

NewUsagePoint instantiates a new UsagePoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUsagePointWithDefaults

func NewUsagePointWithDefaults() *UsagePoint

NewUsagePointWithDefaults instantiates a new UsagePoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UsagePoint) GetTargetProperty

func (o *UsagePoint) GetTargetProperty() CiProperty

GetTargetProperty returns the TargetProperty field value if set, zero value otherwise.

func (*UsagePoint) GetTargetPropertyOk

func (o *UsagePoint) GetTargetPropertyOk() (*CiProperty, bool)

GetTargetPropertyOk returns a tuple with the TargetProperty field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UsagePoint) HasTargetProperty

func (o *UsagePoint) HasTargetProperty() bool

HasTargetProperty returns a boolean if a field has been set.

func (UsagePoint) MarshalJSON

func (o UsagePoint) MarshalJSON() ([]byte, error)

func (*UsagePoint) SetTargetProperty

func (o *UsagePoint) SetTargetProperty(v CiProperty)

SetTargetProperty gets a reference to the given CiProperty and assigns it to the TargetProperty field.

func (UsagePoint) ToMap

func (o UsagePoint) ToMap() (map[string]interface{}, error)

type UserAccount

type UserAccount struct {
	Username          *string `json:"username,omitempty"`
	External          *bool   `json:"external,omitempty"`
	ProfileId         *string `json:"profileId,omitempty"`
	Email             *string `json:"email,omitempty"`
	Password          *string `json:"password,omitempty"`
	PreviousPassword  *string `json:"previousPassword,omitempty"`
	FullName          *string `json:"fullName,omitempty"`
	ExternalId        *string `json:"externalId,omitempty"`
	LoginAllowed      *bool   `json:"loginAllowed,omitempty"`
	DateFormat        *string `json:"dateFormat,omitempty"`
	TimeFormat        *string `json:"timeFormat,omitempty"`
	FirstDayOfWeek    *int32  `json:"firstDayOfWeek,omitempty"`
	LastActive        *string `json:"lastActive,omitempty"`
	AnalyticsEnabled  *bool   `json:"analyticsEnabled,omitempty"`
	TaskDrawerEnabled *bool   `json:"taskDrawerEnabled,omitempty"`
}

UserAccount struct for UserAccount

func NewUserAccount

func NewUserAccount() *UserAccount

NewUserAccount instantiates a new UserAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserAccountWithDefaults

func NewUserAccountWithDefaults() *UserAccount

NewUserAccountWithDefaults instantiates a new UserAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserAccount) GetAnalyticsEnabled

func (o *UserAccount) GetAnalyticsEnabled() bool

GetAnalyticsEnabled returns the AnalyticsEnabled field value if set, zero value otherwise.

func (*UserAccount) GetAnalyticsEnabledOk

func (o *UserAccount) GetAnalyticsEnabledOk() (*bool, bool)

GetAnalyticsEnabledOk returns a tuple with the AnalyticsEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAccount) GetDateFormat

func (o *UserAccount) GetDateFormat() string

GetDateFormat returns the DateFormat field value if set, zero value otherwise.

func (*UserAccount) GetDateFormatOk

func (o *UserAccount) GetDateFormatOk() (*string, bool)

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAccount) GetEmail

func (o *UserAccount) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*UserAccount) GetEmailOk

func (o *UserAccount) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAccount) GetExternal

func (o *UserAccount) GetExternal() bool

GetExternal returns the External field value if set, zero value otherwise.

func (*UserAccount) GetExternalId

func (o *UserAccount) GetExternalId() string

GetExternalId returns the ExternalId field value if set, zero value otherwise.

func (*UserAccount) GetExternalIdOk

func (o *UserAccount) GetExternalIdOk() (*string, bool)

GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAccount) GetExternalOk

func (o *UserAccount) GetExternalOk() (*bool, bool)

GetExternalOk returns a tuple with the External field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAccount) GetFirstDayOfWeek

func (o *UserAccount) GetFirstDayOfWeek() int32

GetFirstDayOfWeek returns the FirstDayOfWeek field value if set, zero value otherwise.

func (*UserAccount) GetFirstDayOfWeekOk

func (o *UserAccount) GetFirstDayOfWeekOk() (*int32, bool)

GetFirstDayOfWeekOk returns a tuple with the FirstDayOfWeek field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAccount) GetFullName

func (o *UserAccount) GetFullName() string

GetFullName returns the FullName field value if set, zero value otherwise.

func (*UserAccount) GetFullNameOk

func (o *UserAccount) GetFullNameOk() (*string, bool)

GetFullNameOk returns a tuple with the FullName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAccount) GetLastActive

func (o *UserAccount) GetLastActive() string

GetLastActive returns the LastActive field value if set, zero value otherwise.

func (*UserAccount) GetLastActiveOk

func (o *UserAccount) GetLastActiveOk() (*string, bool)

GetLastActiveOk returns a tuple with the LastActive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAccount) GetLoginAllowed

func (o *UserAccount) GetLoginAllowed() bool

GetLoginAllowed returns the LoginAllowed field value if set, zero value otherwise.

func (*UserAccount) GetLoginAllowedOk

func (o *UserAccount) GetLoginAllowedOk() (*bool, bool)

GetLoginAllowedOk returns a tuple with the LoginAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAccount) GetPassword

func (o *UserAccount) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*UserAccount) GetPasswordOk

func (o *UserAccount) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAccount) GetPreviousPassword

func (o *UserAccount) GetPreviousPassword() string

GetPreviousPassword returns the PreviousPassword field value if set, zero value otherwise.

func (*UserAccount) GetPreviousPasswordOk

func (o *UserAccount) GetPreviousPasswordOk() (*string, bool)

GetPreviousPasswordOk returns a tuple with the PreviousPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAccount) GetProfileId

func (o *UserAccount) GetProfileId() string

GetProfileId returns the ProfileId field value if set, zero value otherwise.

func (*UserAccount) GetProfileIdOk

func (o *UserAccount) GetProfileIdOk() (*string, bool)

GetProfileIdOk returns a tuple with the ProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAccount) GetTaskDrawerEnabled

func (o *UserAccount) GetTaskDrawerEnabled() bool

GetTaskDrawerEnabled returns the TaskDrawerEnabled field value if set, zero value otherwise.

func (*UserAccount) GetTaskDrawerEnabledOk

func (o *UserAccount) GetTaskDrawerEnabledOk() (*bool, bool)

GetTaskDrawerEnabledOk returns a tuple with the TaskDrawerEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAccount) GetTimeFormat

func (o *UserAccount) GetTimeFormat() string

GetTimeFormat returns the TimeFormat field value if set, zero value otherwise.

func (*UserAccount) GetTimeFormatOk

func (o *UserAccount) GetTimeFormatOk() (*string, bool)

GetTimeFormatOk returns a tuple with the TimeFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAccount) GetUsername

func (o *UserAccount) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*UserAccount) GetUsernameOk

func (o *UserAccount) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAccount) HasAnalyticsEnabled

func (o *UserAccount) HasAnalyticsEnabled() bool

HasAnalyticsEnabled returns a boolean if a field has been set.

func (*UserAccount) HasDateFormat

func (o *UserAccount) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*UserAccount) HasEmail

func (o *UserAccount) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*UserAccount) HasExternal

func (o *UserAccount) HasExternal() bool

HasExternal returns a boolean if a field has been set.

func (*UserAccount) HasExternalId

func (o *UserAccount) HasExternalId() bool

HasExternalId returns a boolean if a field has been set.

func (*UserAccount) HasFirstDayOfWeek

func (o *UserAccount) HasFirstDayOfWeek() bool

HasFirstDayOfWeek returns a boolean if a field has been set.

func (*UserAccount) HasFullName

func (o *UserAccount) HasFullName() bool

HasFullName returns a boolean if a field has been set.

func (*UserAccount) HasLastActive

func (o *UserAccount) HasLastActive() bool

HasLastActive returns a boolean if a field has been set.

func (*UserAccount) HasLoginAllowed

func (o *UserAccount) HasLoginAllowed() bool

HasLoginAllowed returns a boolean if a field has been set.

func (*UserAccount) HasPassword

func (o *UserAccount) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*UserAccount) HasPreviousPassword

func (o *UserAccount) HasPreviousPassword() bool

HasPreviousPassword returns a boolean if a field has been set.

func (*UserAccount) HasProfileId

func (o *UserAccount) HasProfileId() bool

HasProfileId returns a boolean if a field has been set.

func (*UserAccount) HasTaskDrawerEnabled

func (o *UserAccount) HasTaskDrawerEnabled() bool

HasTaskDrawerEnabled returns a boolean if a field has been set.

func (*UserAccount) HasTimeFormat

func (o *UserAccount) HasTimeFormat() bool

HasTimeFormat returns a boolean if a field has been set.

func (*UserAccount) HasUsername

func (o *UserAccount) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (UserAccount) MarshalJSON

func (o UserAccount) MarshalJSON() ([]byte, error)

func (*UserAccount) SetAnalyticsEnabled

func (o *UserAccount) SetAnalyticsEnabled(v bool)

SetAnalyticsEnabled gets a reference to the given bool and assigns it to the AnalyticsEnabled field.

func (*UserAccount) SetDateFormat

func (o *UserAccount) SetDateFormat(v string)

SetDateFormat gets a reference to the given string and assigns it to the DateFormat field.

func (*UserAccount) SetEmail

func (o *UserAccount) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*UserAccount) SetExternal

func (o *UserAccount) SetExternal(v bool)

SetExternal gets a reference to the given bool and assigns it to the External field.

func (*UserAccount) SetExternalId

func (o *UserAccount) SetExternalId(v string)

SetExternalId gets a reference to the given string and assigns it to the ExternalId field.

func (*UserAccount) SetFirstDayOfWeek

func (o *UserAccount) SetFirstDayOfWeek(v int32)

SetFirstDayOfWeek gets a reference to the given int32 and assigns it to the FirstDayOfWeek field.

func (*UserAccount) SetFullName

func (o *UserAccount) SetFullName(v string)

SetFullName gets a reference to the given string and assigns it to the FullName field.

func (*UserAccount) SetLastActive

func (o *UserAccount) SetLastActive(v string)

SetLastActive gets a reference to the given string and assigns it to the LastActive field.

func (*UserAccount) SetLoginAllowed

func (o *UserAccount) SetLoginAllowed(v bool)

SetLoginAllowed gets a reference to the given bool and assigns it to the LoginAllowed field.

func (*UserAccount) SetPassword

func (o *UserAccount) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*UserAccount) SetPreviousPassword

func (o *UserAccount) SetPreviousPassword(v string)

SetPreviousPassword gets a reference to the given string and assigns it to the PreviousPassword field.

func (*UserAccount) SetProfileId

func (o *UserAccount) SetProfileId(v string)

SetProfileId gets a reference to the given string and assigns it to the ProfileId field.

func (*UserAccount) SetTaskDrawerEnabled

func (o *UserAccount) SetTaskDrawerEnabled(v bool)

SetTaskDrawerEnabled gets a reference to the given bool and assigns it to the TaskDrawerEnabled field.

func (*UserAccount) SetTimeFormat

func (o *UserAccount) SetTimeFormat(v string)

SetTimeFormat gets a reference to the given string and assigns it to the TimeFormat field.

func (*UserAccount) SetUsername

func (o *UserAccount) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (UserAccount) ToMap

func (o UserAccount) ToMap() (map[string]interface{}, error)

type UserApiService

type UserApiService service

UserApiService UserApi service

func (*UserApiService) CreateUser

func (a *UserApiService) CreateUser(ctx context.Context, username string) ApiCreateUserRequest

CreateUser Method for CreateUser

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param username
@return ApiCreateUserRequest

func (*UserApiService) CreateUserExecute

func (a *UserApiService) CreateUserExecute(r ApiCreateUserRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) DeleteUserRest

func (a *UserApiService) DeleteUserRest(ctx context.Context, username string) ApiDeleteUserRestRequest

DeleteUserRest Method for DeleteUserRest

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param username
@return ApiDeleteUserRestRequest

func (*UserApiService) DeleteUserRestExecute

func (a *UserApiService) DeleteUserRestExecute(r ApiDeleteUserRestRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) FindUsers

FindUsers Method for FindUsers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiFindUsersRequest

func (*UserApiService) FindUsersExecute

func (a *UserApiService) FindUsersExecute(r ApiFindUsersRequest) ([]UserAccount, *http.Response, error)

Execute executes the request

@return []UserAccount

func (*UserApiService) GetUser

func (a *UserApiService) GetUser(ctx context.Context, username string) ApiGetUserRequest

GetUser Method for GetUser

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param username
@return ApiGetUserRequest

func (*UserApiService) GetUserExecute

func (a *UserApiService) GetUserExecute(r ApiGetUserRequest) (*UserAccount, *http.Response, error)

Execute executes the request

@return UserAccount

func (*UserApiService) UpdatePassword

func (a *UserApiService) UpdatePassword(ctx context.Context, username string) ApiUpdatePasswordRequest

UpdatePassword Method for UpdatePassword

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param username
@return ApiUpdatePasswordRequest

func (*UserApiService) UpdatePasswordExecute

func (a *UserApiService) UpdatePasswordExecute(r ApiUpdatePasswordRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) UpdateUser

func (a *UserApiService) UpdateUser(ctx context.Context, username string) ApiUpdateUserRequest

UpdateUser Method for UpdateUser

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param username
@return ApiUpdateUserRequest

func (*UserApiService) UpdateUserExecute

func (a *UserApiService) UpdateUserExecute(r ApiUpdateUserRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) UpdateUsersRest

func (a *UserApiService) UpdateUsersRest(ctx context.Context) ApiUpdateUsersRestRequest

UpdateUsersRest Method for UpdateUsersRest

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateUsersRestRequest

func (*UserApiService) UpdateUsersRestExecute

func (a *UserApiService) UpdateUsersRestExecute(r ApiUpdateUsersRestRequest) (*http.Response, error)

Execute executes the request

type UserInputTask

type UserInputTask struct {
	Id                                    *string                `json:"id,omitempty"`
	Type                                  *string                `json:"type,omitempty"`
	ScheduledStartDate                    *time.Time             `json:"scheduledStartDate,omitempty"`
	FlagStatus                            *FlagStatus            `json:"flagStatus,omitempty"`
	Title                                 *string                `json:"title,omitempty"`
	Description                           *string                `json:"description,omitempty"`
	Owner                                 *string                `json:"owner,omitempty"`
	DueDate                               *time.Time             `json:"dueDate,omitempty"`
	StartDate                             *time.Time             `json:"startDate,omitempty"`
	EndDate                               *time.Time             `json:"endDate,omitempty"`
	PlannedDuration                       *int32                 `json:"plannedDuration,omitempty"`
	FlagComment                           *string                `json:"flagComment,omitempty"`
	OverdueNotified                       *bool                  `json:"overdueNotified,omitempty"`
	Flagged                               *bool                  `json:"flagged,omitempty"`
	StartOrScheduledDate                  *time.Time             `json:"startOrScheduledDate,omitempty"`
	EndOrDueDate                          *time.Time             `json:"endOrDueDate,omitempty"`
	Overdue                               *bool                  `json:"overdue,omitempty"`
	OrCalculateDueDate                    NullableTime           `json:"orCalculateDueDate,omitempty"`
	ComputedPlannedDuration               map[string]interface{} `json:"computedPlannedDuration,omitempty"`
	ActualDuration                        map[string]interface{} `json:"actualDuration,omitempty"`
	ReleaseUid                            *int32                 `json:"releaseUid,omitempty"`
	CiUid                                 *int32                 `json:"ciUid,omitempty"`
	Comments                              []Comment              `json:"comments,omitempty"`
	Container                             *TaskContainer         `json:"container,omitempty"`
	Facets                                []Facet                `json:"facets,omitempty"`
	Attachments                           []Attachment           `json:"attachments,omitempty"`
	Status                                *TaskStatus            `json:"status,omitempty"`
	Team                                  *string                `json:"team,omitempty"`
	Watchers                              []string               `json:"watchers,omitempty"`
	WaitForScheduledStartDate             *bool                  `json:"waitForScheduledStartDate,omitempty"`
	DelayDuringBlackout                   *bool                  `json:"delayDuringBlackout,omitempty"`
	PostponedDueToBlackout                *bool                  `json:"postponedDueToBlackout,omitempty"`
	PostponedUntilEnvironmentsAreReserved *bool                  `json:"postponedUntilEnvironmentsAreReserved,omitempty"`
	OriginalScheduledStartDate            *time.Time             `json:"originalScheduledStartDate,omitempty"`
	HasBeenFlagged                        *bool                  `json:"hasBeenFlagged,omitempty"`
	HasBeenDelayed                        *bool                  `json:"hasBeenDelayed,omitempty"`
	Precondition                          *string                `json:"precondition,omitempty"`
	FailureHandler                        *string                `json:"failureHandler,omitempty"`
	TaskFailureHandlerEnabled             *bool                  `json:"taskFailureHandlerEnabled,omitempty"`
	TaskRecoverOp                         *TaskRecoverOp         `json:"taskRecoverOp,omitempty"`
	FailuresCount                         *int32                 `json:"failuresCount,omitempty"`
	ExecutionId                           *string                `json:"executionId,omitempty"`
	VariableMapping                       *map[string]string     `json:"variableMapping,omitempty"`
	ExternalVariableMapping               *map[string]string     `json:"externalVariableMapping,omitempty"`
	MaxCommentSize                        *int32                 `json:"maxCommentSize,omitempty"`
	Tags                                  []string               `json:"tags,omitempty"`
	ConfigurationUri                      *string                `json:"configurationUri,omitempty"`
	DueSoonNotified                       *bool                  `json:"dueSoonNotified,omitempty"`
	Locked                                *bool                  `json:"locked,omitempty"`
	CheckAttributes                       *bool                  `json:"checkAttributes,omitempty"`
	AbortScript                           *string                `json:"abortScript,omitempty"`
	Phase                                 *Phase                 `json:"phase,omitempty"`
	BlackoutMetadata                      *BlackoutMetadata      `json:"blackoutMetadata,omitempty"`
	FlaggedCount                          *int32                 `json:"flaggedCount,omitempty"`
	DelayedCount                          *int32                 `json:"delayedCount,omitempty"`
	Done                                  *bool                  `json:"done,omitempty"`
	DoneInAdvance                         *bool                  `json:"doneInAdvance,omitempty"`
	Defunct                               *bool                  `json:"defunct,omitempty"`
	Updatable                             *bool                  `json:"updatable,omitempty"`
	Aborted                               *bool                  `json:"aborted,omitempty"`
	NotYetReached                         *bool                  `json:"notYetReached,omitempty"`
	Planned                               *bool                  `json:"planned,omitempty"`
	Active                                *bool                  `json:"active,omitempty"`
	InProgress                            *bool                  `json:"inProgress,omitempty"`
	Pending                               *bool                  `json:"pending,omitempty"`
	WaitingForInput                       *bool                  `json:"waitingForInput,omitempty"`
	Failed                                *bool                  `json:"failed,omitempty"`
	Failing                               *bool                  `json:"failing,omitempty"`
	CompletedInAdvance                    *bool                  `json:"completedInAdvance,omitempty"`
	Skipped                               *bool                  `json:"skipped,omitempty"`
	SkippedInAdvance                      *bool                  `json:"skippedInAdvance,omitempty"`
	PreconditionInProgress                *bool                  `json:"preconditionInProgress,omitempty"`
	FailureHandlerInProgress              *bool                  `json:"failureHandlerInProgress,omitempty"`
	AbortScriptInProgress                 *bool                  `json:"abortScriptInProgress,omitempty"`
	FacetInProgress                       *bool                  `json:"facetInProgress,omitempty"`
	Movable                               *bool                  `json:"movable,omitempty"`
	Gate                                  *bool                  `json:"gate,omitempty"`
	TaskGroup                             *bool                  `json:"taskGroup,omitempty"`
	ParallelGroup                         *bool                  `json:"parallelGroup,omitempty"`
	PreconditionEnabled                   *bool                  `json:"preconditionEnabled,omitempty"`
	FailureHandlerEnabled                 *bool                  `json:"failureHandlerEnabled,omitempty"`
	Release                               *Release               `json:"release,omitempty"`
	DisplayPath                           *string                `json:"displayPath,omitempty"`
	ReleaseOwner                          *string                `json:"releaseOwner,omitempty"`
	AllTasks                              []Task                 `json:"allTasks,omitempty"`
	Children                              []PlanItem             `json:"children,omitempty"`
	InputVariables                        []Variable             `json:"inputVariables,omitempty"`
	UnboundRequiredVariables              []string               `json:"unboundRequiredVariables,omitempty"`
	Automated                             *bool                  `json:"automated,omitempty"`
	TaskType                              map[string]interface{} `json:"taskType,omitempty"`
	DueSoon                               *bool                  `json:"dueSoon,omitempty"`
	ElapsedDurationFraction               *float64               `json:"elapsedDurationFraction,omitempty"`
	Url                                   *string                `json:"url,omitempty"`
	Variables                             []Variable             `json:"variables,omitempty"`
	ReferencedVariables                   []Variable             `json:"referencedVariables,omitempty"`
	VariableUsages                        []UsagePoint           `json:"variableUsages,omitempty"`
}

UserInputTask struct for UserInputTask

func NewUserInputTask

func NewUserInputTask() *UserInputTask

NewUserInputTask instantiates a new UserInputTask object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserInputTaskWithDefaults

func NewUserInputTaskWithDefaults() *UserInputTask

NewUserInputTaskWithDefaults instantiates a new UserInputTask object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserInputTask) GetAbortScript

func (o *UserInputTask) GetAbortScript() string

GetAbortScript returns the AbortScript field value if set, zero value otherwise.

func (*UserInputTask) GetAbortScriptInProgress

func (o *UserInputTask) GetAbortScriptInProgress() bool

GetAbortScriptInProgress returns the AbortScriptInProgress field value if set, zero value otherwise.

func (*UserInputTask) GetAbortScriptInProgressOk

func (o *UserInputTask) GetAbortScriptInProgressOk() (*bool, bool)

GetAbortScriptInProgressOk returns a tuple with the AbortScriptInProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetAbortScriptOk

func (o *UserInputTask) GetAbortScriptOk() (*string, bool)

GetAbortScriptOk returns a tuple with the AbortScript field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetAborted

func (o *UserInputTask) GetAborted() bool

GetAborted returns the Aborted field value if set, zero value otherwise.

func (*UserInputTask) GetAbortedOk

func (o *UserInputTask) GetAbortedOk() (*bool, bool)

GetAbortedOk returns a tuple with the Aborted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetActive

func (o *UserInputTask) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*UserInputTask) GetActiveOk

func (o *UserInputTask) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetActualDuration

func (o *UserInputTask) GetActualDuration() map[string]interface{}

GetActualDuration returns the ActualDuration field value if set, zero value otherwise.

func (*UserInputTask) GetActualDurationOk

func (o *UserInputTask) GetActualDurationOk() (map[string]interface{}, bool)

GetActualDurationOk returns a tuple with the ActualDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetAllTasks

func (o *UserInputTask) GetAllTasks() []Task

GetAllTasks returns the AllTasks field value if set, zero value otherwise.

func (*UserInputTask) GetAllTasksOk

func (o *UserInputTask) GetAllTasksOk() ([]Task, bool)

GetAllTasksOk returns a tuple with the AllTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetAttachments

func (o *UserInputTask) GetAttachments() []Attachment

GetAttachments returns the Attachments field value if set, zero value otherwise.

func (*UserInputTask) GetAttachmentsOk

func (o *UserInputTask) GetAttachmentsOk() ([]Attachment, bool)

GetAttachmentsOk returns a tuple with the Attachments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetAutomated

func (o *UserInputTask) GetAutomated() bool

GetAutomated returns the Automated field value if set, zero value otherwise.

func (*UserInputTask) GetAutomatedOk

func (o *UserInputTask) GetAutomatedOk() (*bool, bool)

GetAutomatedOk returns a tuple with the Automated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetBlackoutMetadata

func (o *UserInputTask) GetBlackoutMetadata() BlackoutMetadata

GetBlackoutMetadata returns the BlackoutMetadata field value if set, zero value otherwise.

func (*UserInputTask) GetBlackoutMetadataOk

func (o *UserInputTask) GetBlackoutMetadataOk() (*BlackoutMetadata, bool)

GetBlackoutMetadataOk returns a tuple with the BlackoutMetadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetCheckAttributes

func (o *UserInputTask) GetCheckAttributes() bool

GetCheckAttributes returns the CheckAttributes field value if set, zero value otherwise.

func (*UserInputTask) GetCheckAttributesOk

func (o *UserInputTask) GetCheckAttributesOk() (*bool, bool)

GetCheckAttributesOk returns a tuple with the CheckAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetChildren

func (o *UserInputTask) GetChildren() []PlanItem

GetChildren returns the Children field value if set, zero value otherwise.

func (*UserInputTask) GetChildrenOk

func (o *UserInputTask) GetChildrenOk() ([]PlanItem, bool)

GetChildrenOk returns a tuple with the Children field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetCiUid

func (o *UserInputTask) GetCiUid() int32

GetCiUid returns the CiUid field value if set, zero value otherwise.

func (*UserInputTask) GetCiUidOk

func (o *UserInputTask) GetCiUidOk() (*int32, bool)

GetCiUidOk returns a tuple with the CiUid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetComments

func (o *UserInputTask) GetComments() []Comment

GetComments returns the Comments field value if set, zero value otherwise.

func (*UserInputTask) GetCommentsOk

func (o *UserInputTask) GetCommentsOk() ([]Comment, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetCompletedInAdvance

func (o *UserInputTask) GetCompletedInAdvance() bool

GetCompletedInAdvance returns the CompletedInAdvance field value if set, zero value otherwise.

func (*UserInputTask) GetCompletedInAdvanceOk

func (o *UserInputTask) GetCompletedInAdvanceOk() (*bool, bool)

GetCompletedInAdvanceOk returns a tuple with the CompletedInAdvance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetComputedPlannedDuration

func (o *UserInputTask) GetComputedPlannedDuration() map[string]interface{}

GetComputedPlannedDuration returns the ComputedPlannedDuration field value if set, zero value otherwise.

func (*UserInputTask) GetComputedPlannedDurationOk

func (o *UserInputTask) GetComputedPlannedDurationOk() (map[string]interface{}, bool)

GetComputedPlannedDurationOk returns a tuple with the ComputedPlannedDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetConfigurationUri

func (o *UserInputTask) GetConfigurationUri() string

GetConfigurationUri returns the ConfigurationUri field value if set, zero value otherwise.

func (*UserInputTask) GetConfigurationUriOk

func (o *UserInputTask) GetConfigurationUriOk() (*string, bool)

GetConfigurationUriOk returns a tuple with the ConfigurationUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetContainer

func (o *UserInputTask) GetContainer() TaskContainer

GetContainer returns the Container field value if set, zero value otherwise.

func (*UserInputTask) GetContainerOk

func (o *UserInputTask) GetContainerOk() (*TaskContainer, bool)

GetContainerOk returns a tuple with the Container field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetDefunct

func (o *UserInputTask) GetDefunct() bool

GetDefunct returns the Defunct field value if set, zero value otherwise.

func (*UserInputTask) GetDefunctOk

func (o *UserInputTask) GetDefunctOk() (*bool, bool)

GetDefunctOk returns a tuple with the Defunct field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetDelayDuringBlackout

func (o *UserInputTask) GetDelayDuringBlackout() bool

GetDelayDuringBlackout returns the DelayDuringBlackout field value if set, zero value otherwise.

func (*UserInputTask) GetDelayDuringBlackoutOk

func (o *UserInputTask) GetDelayDuringBlackoutOk() (*bool, bool)

GetDelayDuringBlackoutOk returns a tuple with the DelayDuringBlackout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetDelayedCount

func (o *UserInputTask) GetDelayedCount() int32

GetDelayedCount returns the DelayedCount field value if set, zero value otherwise.

func (*UserInputTask) GetDelayedCountOk

func (o *UserInputTask) GetDelayedCountOk() (*int32, bool)

GetDelayedCountOk returns a tuple with the DelayedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetDescription

func (o *UserInputTask) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*UserInputTask) GetDescriptionOk

func (o *UserInputTask) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetDisplayPath

func (o *UserInputTask) GetDisplayPath() string

GetDisplayPath returns the DisplayPath field value if set, zero value otherwise.

func (*UserInputTask) GetDisplayPathOk

func (o *UserInputTask) GetDisplayPathOk() (*string, bool)

GetDisplayPathOk returns a tuple with the DisplayPath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetDone

func (o *UserInputTask) GetDone() bool

GetDone returns the Done field value if set, zero value otherwise.

func (*UserInputTask) GetDoneInAdvance

func (o *UserInputTask) GetDoneInAdvance() bool

GetDoneInAdvance returns the DoneInAdvance field value if set, zero value otherwise.

func (*UserInputTask) GetDoneInAdvanceOk

func (o *UserInputTask) GetDoneInAdvanceOk() (*bool, bool)

GetDoneInAdvanceOk returns a tuple with the DoneInAdvance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetDoneOk

func (o *UserInputTask) GetDoneOk() (*bool, bool)

GetDoneOk returns a tuple with the Done field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetDueDate

func (o *UserInputTask) GetDueDate() time.Time

GetDueDate returns the DueDate field value if set, zero value otherwise.

func (*UserInputTask) GetDueDateOk

func (o *UserInputTask) GetDueDateOk() (*time.Time, bool)

GetDueDateOk returns a tuple with the DueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetDueSoon

func (o *UserInputTask) GetDueSoon() bool

GetDueSoon returns the DueSoon field value if set, zero value otherwise.

func (*UserInputTask) GetDueSoonNotified

func (o *UserInputTask) GetDueSoonNotified() bool

GetDueSoonNotified returns the DueSoonNotified field value if set, zero value otherwise.

func (*UserInputTask) GetDueSoonNotifiedOk

func (o *UserInputTask) GetDueSoonNotifiedOk() (*bool, bool)

GetDueSoonNotifiedOk returns a tuple with the DueSoonNotified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetDueSoonOk

func (o *UserInputTask) GetDueSoonOk() (*bool, bool)

GetDueSoonOk returns a tuple with the DueSoon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetElapsedDurationFraction

func (o *UserInputTask) GetElapsedDurationFraction() float64

GetElapsedDurationFraction returns the ElapsedDurationFraction field value if set, zero value otherwise.

func (*UserInputTask) GetElapsedDurationFractionOk

func (o *UserInputTask) GetElapsedDurationFractionOk() (*float64, bool)

GetElapsedDurationFractionOk returns a tuple with the ElapsedDurationFraction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetEndDate

func (o *UserInputTask) GetEndDate() time.Time

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*UserInputTask) GetEndDateOk

func (o *UserInputTask) GetEndDateOk() (*time.Time, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetEndOrDueDate

func (o *UserInputTask) GetEndOrDueDate() time.Time

GetEndOrDueDate returns the EndOrDueDate field value if set, zero value otherwise.

func (*UserInputTask) GetEndOrDueDateOk

func (o *UserInputTask) GetEndOrDueDateOk() (*time.Time, bool)

GetEndOrDueDateOk returns a tuple with the EndOrDueDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetExecutionId

func (o *UserInputTask) GetExecutionId() string

GetExecutionId returns the ExecutionId field value if set, zero value otherwise.

func (*UserInputTask) GetExecutionIdOk

func (o *UserInputTask) GetExecutionIdOk() (*string, bool)

GetExecutionIdOk returns a tuple with the ExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetExternalVariableMapping

func (o *UserInputTask) GetExternalVariableMapping() map[string]string

GetExternalVariableMapping returns the ExternalVariableMapping field value if set, zero value otherwise.

func (*UserInputTask) GetExternalVariableMappingOk

func (o *UserInputTask) GetExternalVariableMappingOk() (*map[string]string, bool)

GetExternalVariableMappingOk returns a tuple with the ExternalVariableMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetFacetInProgress

func (o *UserInputTask) GetFacetInProgress() bool

GetFacetInProgress returns the FacetInProgress field value if set, zero value otherwise.

func (*UserInputTask) GetFacetInProgressOk

func (o *UserInputTask) GetFacetInProgressOk() (*bool, bool)

GetFacetInProgressOk returns a tuple with the FacetInProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetFacets

func (o *UserInputTask) GetFacets() []Facet

GetFacets returns the Facets field value if set, zero value otherwise.

func (*UserInputTask) GetFacetsOk

func (o *UserInputTask) GetFacetsOk() ([]Facet, bool)

GetFacetsOk returns a tuple with the Facets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetFailed

func (o *UserInputTask) GetFailed() bool

GetFailed returns the Failed field value if set, zero value otherwise.

func (*UserInputTask) GetFailedOk

func (o *UserInputTask) GetFailedOk() (*bool, bool)

GetFailedOk returns a tuple with the Failed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetFailing

func (o *UserInputTask) GetFailing() bool

GetFailing returns the Failing field value if set, zero value otherwise.

func (*UserInputTask) GetFailingOk

func (o *UserInputTask) GetFailingOk() (*bool, bool)

GetFailingOk returns a tuple with the Failing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetFailureHandler

func (o *UserInputTask) GetFailureHandler() string

GetFailureHandler returns the FailureHandler field value if set, zero value otherwise.

func (*UserInputTask) GetFailureHandlerEnabled

func (o *UserInputTask) GetFailureHandlerEnabled() bool

GetFailureHandlerEnabled returns the FailureHandlerEnabled field value if set, zero value otherwise.

func (*UserInputTask) GetFailureHandlerEnabledOk

func (o *UserInputTask) GetFailureHandlerEnabledOk() (*bool, bool)

GetFailureHandlerEnabledOk returns a tuple with the FailureHandlerEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetFailureHandlerInProgress

func (o *UserInputTask) GetFailureHandlerInProgress() bool

GetFailureHandlerInProgress returns the FailureHandlerInProgress field value if set, zero value otherwise.

func (*UserInputTask) GetFailureHandlerInProgressOk

func (o *UserInputTask) GetFailureHandlerInProgressOk() (*bool, bool)

GetFailureHandlerInProgressOk returns a tuple with the FailureHandlerInProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetFailureHandlerOk

func (o *UserInputTask) GetFailureHandlerOk() (*string, bool)

GetFailureHandlerOk returns a tuple with the FailureHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetFailuresCount

func (o *UserInputTask) GetFailuresCount() int32

GetFailuresCount returns the FailuresCount field value if set, zero value otherwise.

func (*UserInputTask) GetFailuresCountOk

func (o *UserInputTask) GetFailuresCountOk() (*int32, bool)

GetFailuresCountOk returns a tuple with the FailuresCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetFlagComment

func (o *UserInputTask) GetFlagComment() string

GetFlagComment returns the FlagComment field value if set, zero value otherwise.

func (*UserInputTask) GetFlagCommentOk

func (o *UserInputTask) GetFlagCommentOk() (*string, bool)

GetFlagCommentOk returns a tuple with the FlagComment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetFlagStatus

func (o *UserInputTask) GetFlagStatus() FlagStatus

GetFlagStatus returns the FlagStatus field value if set, zero value otherwise.

func (*UserInputTask) GetFlagStatusOk

func (o *UserInputTask) GetFlagStatusOk() (*FlagStatus, bool)

GetFlagStatusOk returns a tuple with the FlagStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetFlagged

func (o *UserInputTask) GetFlagged() bool

GetFlagged returns the Flagged field value if set, zero value otherwise.

func (*UserInputTask) GetFlaggedCount

func (o *UserInputTask) GetFlaggedCount() int32

GetFlaggedCount returns the FlaggedCount field value if set, zero value otherwise.

func (*UserInputTask) GetFlaggedCountOk

func (o *UserInputTask) GetFlaggedCountOk() (*int32, bool)

GetFlaggedCountOk returns a tuple with the FlaggedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetFlaggedOk

func (o *UserInputTask) GetFlaggedOk() (*bool, bool)

GetFlaggedOk returns a tuple with the Flagged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetGate

func (o *UserInputTask) GetGate() bool

GetGate returns the Gate field value if set, zero value otherwise.

func (*UserInputTask) GetGateOk

func (o *UserInputTask) GetGateOk() (*bool, bool)

GetGateOk returns a tuple with the Gate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetHasBeenDelayed

func (o *UserInputTask) GetHasBeenDelayed() bool

GetHasBeenDelayed returns the HasBeenDelayed field value if set, zero value otherwise.

func (*UserInputTask) GetHasBeenDelayedOk

func (o *UserInputTask) GetHasBeenDelayedOk() (*bool, bool)

GetHasBeenDelayedOk returns a tuple with the HasBeenDelayed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetHasBeenFlagged

func (o *UserInputTask) GetHasBeenFlagged() bool

GetHasBeenFlagged returns the HasBeenFlagged field value if set, zero value otherwise.

func (*UserInputTask) GetHasBeenFlaggedOk

func (o *UserInputTask) GetHasBeenFlaggedOk() (*bool, bool)

GetHasBeenFlaggedOk returns a tuple with the HasBeenFlagged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetId

func (o *UserInputTask) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*UserInputTask) GetIdOk

func (o *UserInputTask) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetInProgress

func (o *UserInputTask) GetInProgress() bool

GetInProgress returns the InProgress field value if set, zero value otherwise.

func (*UserInputTask) GetInProgressOk

func (o *UserInputTask) GetInProgressOk() (*bool, bool)

GetInProgressOk returns a tuple with the InProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetInputVariables

func (o *UserInputTask) GetInputVariables() []Variable

GetInputVariables returns the InputVariables field value if set, zero value otherwise.

func (*UserInputTask) GetInputVariablesOk

func (o *UserInputTask) GetInputVariablesOk() ([]Variable, bool)

GetInputVariablesOk returns a tuple with the InputVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetLocked

func (o *UserInputTask) GetLocked() bool

GetLocked returns the Locked field value if set, zero value otherwise.

func (*UserInputTask) GetLockedOk

func (o *UserInputTask) GetLockedOk() (*bool, bool)

GetLockedOk returns a tuple with the Locked field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetMaxCommentSize

func (o *UserInputTask) GetMaxCommentSize() int32

GetMaxCommentSize returns the MaxCommentSize field value if set, zero value otherwise.

func (*UserInputTask) GetMaxCommentSizeOk

func (o *UserInputTask) GetMaxCommentSizeOk() (*int32, bool)

GetMaxCommentSizeOk returns a tuple with the MaxCommentSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetMovable

func (o *UserInputTask) GetMovable() bool

GetMovable returns the Movable field value if set, zero value otherwise.

func (*UserInputTask) GetMovableOk

func (o *UserInputTask) GetMovableOk() (*bool, bool)

GetMovableOk returns a tuple with the Movable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetNotYetReached

func (o *UserInputTask) GetNotYetReached() bool

GetNotYetReached returns the NotYetReached field value if set, zero value otherwise.

func (*UserInputTask) GetNotYetReachedOk

func (o *UserInputTask) GetNotYetReachedOk() (*bool, bool)

GetNotYetReachedOk returns a tuple with the NotYetReached field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetOrCalculateDueDate

func (o *UserInputTask) GetOrCalculateDueDate() time.Time

GetOrCalculateDueDate returns the OrCalculateDueDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UserInputTask) GetOrCalculateDueDateOk

func (o *UserInputTask) GetOrCalculateDueDateOk() (*time.Time, bool)

GetOrCalculateDueDateOk returns a tuple with the OrCalculateDueDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UserInputTask) GetOriginalScheduledStartDate

func (o *UserInputTask) GetOriginalScheduledStartDate() time.Time

GetOriginalScheduledStartDate returns the OriginalScheduledStartDate field value if set, zero value otherwise.

func (*UserInputTask) GetOriginalScheduledStartDateOk

func (o *UserInputTask) GetOriginalScheduledStartDateOk() (*time.Time, bool)

GetOriginalScheduledStartDateOk returns a tuple with the OriginalScheduledStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetOverdue

func (o *UserInputTask) GetOverdue() bool

GetOverdue returns the Overdue field value if set, zero value otherwise.

func (*UserInputTask) GetOverdueNotified

func (o *UserInputTask) GetOverdueNotified() bool

GetOverdueNotified returns the OverdueNotified field value if set, zero value otherwise.

func (*UserInputTask) GetOverdueNotifiedOk

func (o *UserInputTask) GetOverdueNotifiedOk() (*bool, bool)

GetOverdueNotifiedOk returns a tuple with the OverdueNotified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetOverdueOk

func (o *UserInputTask) GetOverdueOk() (*bool, bool)

GetOverdueOk returns a tuple with the Overdue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetOwner

func (o *UserInputTask) GetOwner() string

GetOwner returns the Owner field value if set, zero value otherwise.

func (*UserInputTask) GetOwnerOk

func (o *UserInputTask) GetOwnerOk() (*string, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetParallelGroup

func (o *UserInputTask) GetParallelGroup() bool

GetParallelGroup returns the ParallelGroup field value if set, zero value otherwise.

func (*UserInputTask) GetParallelGroupOk

func (o *UserInputTask) GetParallelGroupOk() (*bool, bool)

GetParallelGroupOk returns a tuple with the ParallelGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetPending

func (o *UserInputTask) GetPending() bool

GetPending returns the Pending field value if set, zero value otherwise.

func (*UserInputTask) GetPendingOk

func (o *UserInputTask) GetPendingOk() (*bool, bool)

GetPendingOk returns a tuple with the Pending field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetPhase

func (o *UserInputTask) GetPhase() Phase

GetPhase returns the Phase field value if set, zero value otherwise.

func (*UserInputTask) GetPhaseOk

func (o *UserInputTask) GetPhaseOk() (*Phase, bool)

GetPhaseOk returns a tuple with the Phase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetPlanned

func (o *UserInputTask) GetPlanned() bool

GetPlanned returns the Planned field value if set, zero value otherwise.

func (*UserInputTask) GetPlannedDuration

func (o *UserInputTask) GetPlannedDuration() int32

GetPlannedDuration returns the PlannedDuration field value if set, zero value otherwise.

func (*UserInputTask) GetPlannedDurationOk

func (o *UserInputTask) GetPlannedDurationOk() (*int32, bool)

GetPlannedDurationOk returns a tuple with the PlannedDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetPlannedOk

func (o *UserInputTask) GetPlannedOk() (*bool, bool)

GetPlannedOk returns a tuple with the Planned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetPostponedDueToBlackout

func (o *UserInputTask) GetPostponedDueToBlackout() bool

GetPostponedDueToBlackout returns the PostponedDueToBlackout field value if set, zero value otherwise.

func (*UserInputTask) GetPostponedDueToBlackoutOk

func (o *UserInputTask) GetPostponedDueToBlackoutOk() (*bool, bool)

GetPostponedDueToBlackoutOk returns a tuple with the PostponedDueToBlackout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetPostponedUntilEnvironmentsAreReserved

func (o *UserInputTask) GetPostponedUntilEnvironmentsAreReserved() bool

GetPostponedUntilEnvironmentsAreReserved returns the PostponedUntilEnvironmentsAreReserved field value if set, zero value otherwise.

func (*UserInputTask) GetPostponedUntilEnvironmentsAreReservedOk

func (o *UserInputTask) GetPostponedUntilEnvironmentsAreReservedOk() (*bool, bool)

GetPostponedUntilEnvironmentsAreReservedOk returns a tuple with the PostponedUntilEnvironmentsAreReserved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetPrecondition

func (o *UserInputTask) GetPrecondition() string

GetPrecondition returns the Precondition field value if set, zero value otherwise.

func (*UserInputTask) GetPreconditionEnabled

func (o *UserInputTask) GetPreconditionEnabled() bool

GetPreconditionEnabled returns the PreconditionEnabled field value if set, zero value otherwise.

func (*UserInputTask) GetPreconditionEnabledOk

func (o *UserInputTask) GetPreconditionEnabledOk() (*bool, bool)

GetPreconditionEnabledOk returns a tuple with the PreconditionEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetPreconditionInProgress

func (o *UserInputTask) GetPreconditionInProgress() bool

GetPreconditionInProgress returns the PreconditionInProgress field value if set, zero value otherwise.

func (*UserInputTask) GetPreconditionInProgressOk

func (o *UserInputTask) GetPreconditionInProgressOk() (*bool, bool)

GetPreconditionInProgressOk returns a tuple with the PreconditionInProgress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetPreconditionOk

func (o *UserInputTask) GetPreconditionOk() (*string, bool)

GetPreconditionOk returns a tuple with the Precondition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetReferencedVariables

func (o *UserInputTask) GetReferencedVariables() []Variable

GetReferencedVariables returns the ReferencedVariables field value if set, zero value otherwise.

func (*UserInputTask) GetReferencedVariablesOk

func (o *UserInputTask) GetReferencedVariablesOk() ([]Variable, bool)

GetReferencedVariablesOk returns a tuple with the ReferencedVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetRelease

func (o *UserInputTask) GetRelease() Release

GetRelease returns the Release field value if set, zero value otherwise.

func (*UserInputTask) GetReleaseOk

func (o *UserInputTask) GetReleaseOk() (*Release, bool)

GetReleaseOk returns a tuple with the Release field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetReleaseOwner

func (o *UserInputTask) GetReleaseOwner() string

GetReleaseOwner returns the ReleaseOwner field value if set, zero value otherwise.

func (*UserInputTask) GetReleaseOwnerOk

func (o *UserInputTask) GetReleaseOwnerOk() (*string, bool)

GetReleaseOwnerOk returns a tuple with the ReleaseOwner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetReleaseUid

func (o *UserInputTask) GetReleaseUid() int32

GetReleaseUid returns the ReleaseUid field value if set, zero value otherwise.

func (*UserInputTask) GetReleaseUidOk

func (o *UserInputTask) GetReleaseUidOk() (*int32, bool)

GetReleaseUidOk returns a tuple with the ReleaseUid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetScheduledStartDate

func (o *UserInputTask) GetScheduledStartDate() time.Time

GetScheduledStartDate returns the ScheduledStartDate field value if set, zero value otherwise.

func (*UserInputTask) GetScheduledStartDateOk

func (o *UserInputTask) GetScheduledStartDateOk() (*time.Time, bool)

GetScheduledStartDateOk returns a tuple with the ScheduledStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetSkipped

func (o *UserInputTask) GetSkipped() bool

GetSkipped returns the Skipped field value if set, zero value otherwise.

func (*UserInputTask) GetSkippedInAdvance

func (o *UserInputTask) GetSkippedInAdvance() bool

GetSkippedInAdvance returns the SkippedInAdvance field value if set, zero value otherwise.

func (*UserInputTask) GetSkippedInAdvanceOk

func (o *UserInputTask) GetSkippedInAdvanceOk() (*bool, bool)

GetSkippedInAdvanceOk returns a tuple with the SkippedInAdvance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetSkippedOk

func (o *UserInputTask) GetSkippedOk() (*bool, bool)

GetSkippedOk returns a tuple with the Skipped field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetStartDate

func (o *UserInputTask) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*UserInputTask) GetStartDateOk

func (o *UserInputTask) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetStartOrScheduledDate

func (o *UserInputTask) GetStartOrScheduledDate() time.Time

GetStartOrScheduledDate returns the StartOrScheduledDate field value if set, zero value otherwise.

func (*UserInputTask) GetStartOrScheduledDateOk

func (o *UserInputTask) GetStartOrScheduledDateOk() (*time.Time, bool)

GetStartOrScheduledDateOk returns a tuple with the StartOrScheduledDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetStatus

func (o *UserInputTask) GetStatus() TaskStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*UserInputTask) GetStatusOk

func (o *UserInputTask) GetStatusOk() (*TaskStatus, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetTags

func (o *UserInputTask) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*UserInputTask) GetTagsOk

func (o *UserInputTask) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetTaskFailureHandlerEnabled

func (o *UserInputTask) GetTaskFailureHandlerEnabled() bool

GetTaskFailureHandlerEnabled returns the TaskFailureHandlerEnabled field value if set, zero value otherwise.

func (*UserInputTask) GetTaskFailureHandlerEnabledOk

func (o *UserInputTask) GetTaskFailureHandlerEnabledOk() (*bool, bool)

GetTaskFailureHandlerEnabledOk returns a tuple with the TaskFailureHandlerEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetTaskGroup

func (o *UserInputTask) GetTaskGroup() bool

GetTaskGroup returns the TaskGroup field value if set, zero value otherwise.

func (*UserInputTask) GetTaskGroupOk

func (o *UserInputTask) GetTaskGroupOk() (*bool, bool)

GetTaskGroupOk returns a tuple with the TaskGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetTaskRecoverOp

func (o *UserInputTask) GetTaskRecoverOp() TaskRecoverOp

GetTaskRecoverOp returns the TaskRecoverOp field value if set, zero value otherwise.

func (*UserInputTask) GetTaskRecoverOpOk

func (o *UserInputTask) GetTaskRecoverOpOk() (*TaskRecoverOp, bool)

GetTaskRecoverOpOk returns a tuple with the TaskRecoverOp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetTaskType

func (o *UserInputTask) GetTaskType() map[string]interface{}

GetTaskType returns the TaskType field value if set, zero value otherwise.

func (*UserInputTask) GetTaskTypeOk

func (o *UserInputTask) GetTaskTypeOk() (map[string]interface{}, bool)

GetTaskTypeOk returns a tuple with the TaskType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetTeam

func (o *UserInputTask) GetTeam() string

GetTeam returns the Team field value if set, zero value otherwise.

func (*UserInputTask) GetTeamOk

func (o *UserInputTask) GetTeamOk() (*string, bool)

GetTeamOk returns a tuple with the Team field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetTitle

func (o *UserInputTask) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*UserInputTask) GetTitleOk

func (o *UserInputTask) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetType

func (o *UserInputTask) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*UserInputTask) GetTypeOk

func (o *UserInputTask) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetUnboundRequiredVariables

func (o *UserInputTask) GetUnboundRequiredVariables() []string

GetUnboundRequiredVariables returns the UnboundRequiredVariables field value if set, zero value otherwise.

func (*UserInputTask) GetUnboundRequiredVariablesOk

func (o *UserInputTask) GetUnboundRequiredVariablesOk() ([]string, bool)

GetUnboundRequiredVariablesOk returns a tuple with the UnboundRequiredVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetUpdatable

func (o *UserInputTask) GetUpdatable() bool

GetUpdatable returns the Updatable field value if set, zero value otherwise.

func (*UserInputTask) GetUpdatableOk

func (o *UserInputTask) GetUpdatableOk() (*bool, bool)

GetUpdatableOk returns a tuple with the Updatable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetUrl

func (o *UserInputTask) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*UserInputTask) GetUrlOk

func (o *UserInputTask) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetVariableMapping

func (o *UserInputTask) GetVariableMapping() map[string]string

GetVariableMapping returns the VariableMapping field value if set, zero value otherwise.

func (*UserInputTask) GetVariableMappingOk

func (o *UserInputTask) GetVariableMappingOk() (*map[string]string, bool)

GetVariableMappingOk returns a tuple with the VariableMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetVariableUsages

func (o *UserInputTask) GetVariableUsages() []UsagePoint

GetVariableUsages returns the VariableUsages field value if set, zero value otherwise.

func (*UserInputTask) GetVariableUsagesOk

func (o *UserInputTask) GetVariableUsagesOk() ([]UsagePoint, bool)

GetVariableUsagesOk returns a tuple with the VariableUsages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetVariables

func (o *UserInputTask) GetVariables() []Variable

GetVariables returns the Variables field value if set, zero value otherwise.

func (*UserInputTask) GetVariablesOk

func (o *UserInputTask) GetVariablesOk() ([]Variable, bool)

GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetWaitForScheduledStartDate

func (o *UserInputTask) GetWaitForScheduledStartDate() bool

GetWaitForScheduledStartDate returns the WaitForScheduledStartDate field value if set, zero value otherwise.

func (*UserInputTask) GetWaitForScheduledStartDateOk

func (o *UserInputTask) GetWaitForScheduledStartDateOk() (*bool, bool)

GetWaitForScheduledStartDateOk returns a tuple with the WaitForScheduledStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetWaitingForInput

func (o *UserInputTask) GetWaitingForInput() bool

GetWaitingForInput returns the WaitingForInput field value if set, zero value otherwise.

func (*UserInputTask) GetWaitingForInputOk

func (o *UserInputTask) GetWaitingForInputOk() (*bool, bool)

GetWaitingForInputOk returns a tuple with the WaitingForInput field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) GetWatchers

func (o *UserInputTask) GetWatchers() []string

GetWatchers returns the Watchers field value if set, zero value otherwise.

func (*UserInputTask) GetWatchersOk

func (o *UserInputTask) GetWatchersOk() ([]string, bool)

GetWatchersOk returns a tuple with the Watchers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserInputTask) HasAbortScript

func (o *UserInputTask) HasAbortScript() bool

HasAbortScript returns a boolean if a field has been set.

func (*UserInputTask) HasAbortScriptInProgress

func (o *UserInputTask) HasAbortScriptInProgress() bool

HasAbortScriptInProgress returns a boolean if a field has been set.

func (*UserInputTask) HasAborted

func (o *UserInputTask) HasAborted() bool

HasAborted returns a boolean if a field has been set.

func (*UserInputTask) HasActive

func (o *UserInputTask) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*UserInputTask) HasActualDuration

func (o *UserInputTask) HasActualDuration() bool

HasActualDuration returns a boolean if a field has been set.

func (*UserInputTask) HasAllTasks

func (o *UserInputTask) HasAllTasks() bool

HasAllTasks returns a boolean if a field has been set.

func (*UserInputTask) HasAttachments

func (o *UserInputTask) HasAttachments() bool

HasAttachments returns a boolean if a field has been set.

func (*UserInputTask) HasAutomated

func (o *UserInputTask) HasAutomated() bool

HasAutomated returns a boolean if a field has been set.

func (*UserInputTask) HasBlackoutMetadata

func (o *UserInputTask) HasBlackoutMetadata() bool

HasBlackoutMetadata returns a boolean if a field has been set.

func (*UserInputTask) HasCheckAttributes

func (o *UserInputTask) HasCheckAttributes() bool

HasCheckAttributes returns a boolean if a field has been set.

func (*UserInputTask) HasChildren

func (o *UserInputTask) HasChildren() bool

HasChildren returns a boolean if a field has been set.

func (*UserInputTask) HasCiUid

func (o *UserInputTask) HasCiUid() bool

HasCiUid returns a boolean if a field has been set.

func (*UserInputTask) HasComments

func (o *UserInputTask) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*UserInputTask) HasCompletedInAdvance

func (o *UserInputTask) HasCompletedInAdvance() bool

HasCompletedInAdvance returns a boolean if a field has been set.

func (*UserInputTask) HasComputedPlannedDuration

func (o *UserInputTask) HasComputedPlannedDuration() bool

HasComputedPlannedDuration returns a boolean if a field has been set.

func (*UserInputTask) HasConfigurationUri

func (o *UserInputTask) HasConfigurationUri() bool

HasConfigurationUri returns a boolean if a field has been set.

func (*UserInputTask) HasContainer

func (o *UserInputTask) HasContainer() bool

HasContainer returns a boolean if a field has been set.

func (*UserInputTask) HasDefunct

func (o *UserInputTask) HasDefunct() bool

HasDefunct returns a boolean if a field has been set.

func (*UserInputTask) HasDelayDuringBlackout

func (o *UserInputTask) HasDelayDuringBlackout() bool

HasDelayDuringBlackout returns a boolean if a field has been set.

func (*UserInputTask) HasDelayedCount

func (o *UserInputTask) HasDelayedCount() bool

HasDelayedCount returns a boolean if a field has been set.

func (*UserInputTask) HasDescription

func (o *UserInputTask) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UserInputTask) HasDisplayPath

func (o *UserInputTask) HasDisplayPath() bool

HasDisplayPath returns a boolean if a field has been set.

func (*UserInputTask) HasDone

func (o *UserInputTask) HasDone() bool

HasDone returns a boolean if a field has been set.

func (*UserInputTask) HasDoneInAdvance

func (o *UserInputTask) HasDoneInAdvance() bool

HasDoneInAdvance returns a boolean if a field has been set.

func (*UserInputTask) HasDueDate

func (o *UserInputTask) HasDueDate() bool

HasDueDate returns a boolean if a field has been set.

func (*UserInputTask) HasDueSoon

func (o *UserInputTask) HasDueSoon() bool

HasDueSoon returns a boolean if a field has been set.

func (*UserInputTask) HasDueSoonNotified

func (o *UserInputTask) HasDueSoonNotified() bool

HasDueSoonNotified returns a boolean if a field has been set.

func (*UserInputTask) HasElapsedDurationFraction

func (o *UserInputTask) HasElapsedDurationFraction() bool

HasElapsedDurationFraction returns a boolean if a field has been set.

func (*UserInputTask) HasEndDate

func (o *UserInputTask) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*UserInputTask) HasEndOrDueDate

func (o *UserInputTask) HasEndOrDueDate() bool

HasEndOrDueDate returns a boolean if a field has been set.

func (*UserInputTask) HasExecutionId

func (o *UserInputTask) HasExecutionId() bool

HasExecutionId returns a boolean if a field has been set.

func (*UserInputTask) HasExternalVariableMapping

func (o *UserInputTask) HasExternalVariableMapping() bool

HasExternalVariableMapping returns a boolean if a field has been set.

func (*UserInputTask) HasFacetInProgress

func (o *UserInputTask) HasFacetInProgress() bool

HasFacetInProgress returns a boolean if a field has been set.

func (*UserInputTask) HasFacets

func (o *UserInputTask) HasFacets() bool

HasFacets returns a boolean if a field has been set.

func (*UserInputTask) HasFailed

func (o *UserInputTask) HasFailed() bool

HasFailed returns a boolean if a field has been set.

func (*UserInputTask) HasFailing

func (o *UserInputTask) HasFailing() bool

HasFailing returns a boolean if a field has been set.

func (*UserInputTask) HasFailureHandler

func (o *UserInputTask) HasFailureHandler() bool

HasFailureHandler returns a boolean if a field has been set.

func (*UserInputTask) HasFailureHandlerEnabled

func (o *UserInputTask) HasFailureHandlerEnabled() bool

HasFailureHandlerEnabled returns a boolean if a field has been set.

func (*UserInputTask) HasFailureHandlerInProgress

func (o *UserInputTask) HasFailureHandlerInProgress() bool

HasFailureHandlerInProgress returns a boolean if a field has been set.

func (*UserInputTask) HasFailuresCount

func (o *UserInputTask) HasFailuresCount() bool

HasFailuresCount returns a boolean if a field has been set.

func (*UserInputTask) HasFlagComment

func (o *UserInputTask) HasFlagComment() bool

HasFlagComment returns a boolean if a field has been set.

func (*UserInputTask) HasFlagStatus

func (o *UserInputTask) HasFlagStatus() bool

HasFlagStatus returns a boolean if a field has been set.

func (*UserInputTask) HasFlagged

func (o *UserInputTask) HasFlagged() bool

HasFlagged returns a boolean if a field has been set.

func (*UserInputTask) HasFlaggedCount

func (o *UserInputTask) HasFlaggedCount() bool

HasFlaggedCount returns a boolean if a field has been set.

func (*UserInputTask) HasGate

func (o *UserInputTask) HasGate() bool

HasGate returns a boolean if a field has been set.

func (*UserInputTask) HasHasBeenDelayed

func (o *UserInputTask) HasHasBeenDelayed() bool

HasHasBeenDelayed returns a boolean if a field has been set.

func (*UserInputTask) HasHasBeenFlagged

func (o *UserInputTask) HasHasBeenFlagged() bool

HasHasBeenFlagged returns a boolean if a field has been set.

func (*UserInputTask) HasId

func (o *UserInputTask) HasId() bool

HasId returns a boolean if a field has been set.

func (*UserInputTask) HasInProgress

func (o *UserInputTask) HasInProgress() bool

HasInProgress returns a boolean if a field has been set.

func (*UserInputTask) HasInputVariables

func (o *UserInputTask) HasInputVariables() bool

HasInputVariables returns a boolean if a field has been set.

func (*UserInputTask) HasLocked

func (o *UserInputTask) HasLocked() bool

HasLocked returns a boolean if a field has been set.

func (*UserInputTask) HasMaxCommentSize

func (o *UserInputTask) HasMaxCommentSize() bool

HasMaxCommentSize returns a boolean if a field has been set.

func (*UserInputTask) HasMovable

func (o *UserInputTask) HasMovable() bool

HasMovable returns a boolean if a field has been set.

func (*UserInputTask) HasNotYetReached

func (o *UserInputTask) HasNotYetReached() bool

HasNotYetReached returns a boolean if a field has been set.

func (*UserInputTask) HasOrCalculateDueDate

func (o *UserInputTask) HasOrCalculateDueDate() bool

HasOrCalculateDueDate returns a boolean if a field has been set.

func (*UserInputTask) HasOriginalScheduledStartDate

func (o *UserInputTask) HasOriginalScheduledStartDate() bool

HasOriginalScheduledStartDate returns a boolean if a field has been set.

func (*UserInputTask) HasOverdue

func (o *UserInputTask) HasOverdue() bool

HasOverdue returns a boolean if a field has been set.

func (*UserInputTask) HasOverdueNotified

func (o *UserInputTask) HasOverdueNotified() bool

HasOverdueNotified returns a boolean if a field has been set.

func (*UserInputTask) HasOwner

func (o *UserInputTask) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (*UserInputTask) HasParallelGroup

func (o *UserInputTask) HasParallelGroup() bool

HasParallelGroup returns a boolean if a field has been set.

func (*UserInputTask) HasPending

func (o *UserInputTask) HasPending() bool

HasPending returns a boolean if a field has been set.

func (*UserInputTask) HasPhase

func (o *UserInputTask) HasPhase() bool

HasPhase returns a boolean if a field has been set.

func (*UserInputTask) HasPlanned

func (o *UserInputTask) HasPlanned() bool

HasPlanned returns a boolean if a field has been set.

func (*UserInputTask) HasPlannedDuration

func (o *UserInputTask) HasPlannedDuration() bool

HasPlannedDuration returns a boolean if a field has been set.

func (*UserInputTask) HasPostponedDueToBlackout

func (o *UserInputTask) HasPostponedDueToBlackout() bool

HasPostponedDueToBlackout returns a boolean if a field has been set.

func (*UserInputTask) HasPostponedUntilEnvironmentsAreReserved

func (o *UserInputTask) HasPostponedUntilEnvironmentsAreReserved() bool

HasPostponedUntilEnvironmentsAreReserved returns a boolean if a field has been set.

func (*UserInputTask) HasPrecondition

func (o *UserInputTask) HasPrecondition() bool

HasPrecondition returns a boolean if a field has been set.

func (*UserInputTask) HasPreconditionEnabled

func (o *UserInputTask) HasPreconditionEnabled() bool

HasPreconditionEnabled returns a boolean if a field has been set.

func (*UserInputTask) HasPreconditionInProgress

func (o *UserInputTask) HasPreconditionInProgress() bool

HasPreconditionInProgress returns a boolean if a field has been set.

func (*UserInputTask) HasReferencedVariables

func (o *UserInputTask) HasReferencedVariables() bool

HasReferencedVariables returns a boolean if a field has been set.

func (*UserInputTask) HasRelease

func (o *UserInputTask) HasRelease() bool

HasRelease returns a boolean if a field has been set.

func (*UserInputTask) HasReleaseOwner

func (o *UserInputTask) HasReleaseOwner() bool

HasReleaseOwner returns a boolean if a field has been set.

func (*UserInputTask) HasReleaseUid

func (o *UserInputTask) HasReleaseUid() bool

HasReleaseUid returns a boolean if a field has been set.

func (*UserInputTask) HasScheduledStartDate

func (o *UserInputTask) HasScheduledStartDate() bool

HasScheduledStartDate returns a boolean if a field has been set.

func (*UserInputTask) HasSkipped

func (o *UserInputTask) HasSkipped() bool

HasSkipped returns a boolean if a field has been set.

func (*UserInputTask) HasSkippedInAdvance

func (o *UserInputTask) HasSkippedInAdvance() bool

HasSkippedInAdvance returns a boolean if a field has been set.

func (*UserInputTask) HasStartDate

func (o *UserInputTask) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*UserInputTask) HasStartOrScheduledDate

func (o *UserInputTask) HasStartOrScheduledDate() bool

HasStartOrScheduledDate returns a boolean if a field has been set.

func (*UserInputTask) HasStatus

func (o *UserInputTask) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*UserInputTask) HasTags

func (o *UserInputTask) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*UserInputTask) HasTaskFailureHandlerEnabled

func (o *UserInputTask) HasTaskFailureHandlerEnabled() bool

HasTaskFailureHandlerEnabled returns a boolean if a field has been set.

func (*UserInputTask) HasTaskGroup

func (o *UserInputTask) HasTaskGroup() bool

HasTaskGroup returns a boolean if a field has been set.

func (*UserInputTask) HasTaskRecoverOp

func (o *UserInputTask) HasTaskRecoverOp() bool

HasTaskRecoverOp returns a boolean if a field has been set.

func (*UserInputTask) HasTaskType

func (o *UserInputTask) HasTaskType() bool

HasTaskType returns a boolean if a field has been set.

func (*UserInputTask) HasTeam

func (o *UserInputTask) HasTeam() bool

HasTeam returns a boolean if a field has been set.

func (*UserInputTask) HasTitle

func (o *UserInputTask) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*UserInputTask) HasType

func (o *UserInputTask) HasType() bool

HasType returns a boolean if a field has been set.

func (*UserInputTask) HasUnboundRequiredVariables

func (o *UserInputTask) HasUnboundRequiredVariables() bool

HasUnboundRequiredVariables returns a boolean if a field has been set.

func (*UserInputTask) HasUpdatable

func (o *UserInputTask) HasUpdatable() bool

HasUpdatable returns a boolean if a field has been set.

func (*UserInputTask) HasUrl

func (o *UserInputTask) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (*UserInputTask) HasVariableMapping

func (o *UserInputTask) HasVariableMapping() bool

HasVariableMapping returns a boolean if a field has been set.

func (*UserInputTask) HasVariableUsages

func (o *UserInputTask) HasVariableUsages() bool

HasVariableUsages returns a boolean if a field has been set.

func (*UserInputTask) HasVariables

func (o *UserInputTask) HasVariables() bool

HasVariables returns a boolean if a field has been set.

func (*UserInputTask) HasWaitForScheduledStartDate

func (o *UserInputTask) HasWaitForScheduledStartDate() bool

HasWaitForScheduledStartDate returns a boolean if a field has been set.

func (*UserInputTask) HasWaitingForInput

func (o *UserInputTask) HasWaitingForInput() bool

HasWaitingForInput returns a boolean if a field has been set.

func (*UserInputTask) HasWatchers

func (o *UserInputTask) HasWatchers() bool

HasWatchers returns a boolean if a field has been set.

func (UserInputTask) MarshalJSON

func (o UserInputTask) MarshalJSON() ([]byte, error)

func (*UserInputTask) SetAbortScript

func (o *UserInputTask) SetAbortScript(v string)

SetAbortScript gets a reference to the given string and assigns it to the AbortScript field.

func (*UserInputTask) SetAbortScriptInProgress

func (o *UserInputTask) SetAbortScriptInProgress(v bool)

SetAbortScriptInProgress gets a reference to the given bool and assigns it to the AbortScriptInProgress field.

func (*UserInputTask) SetAborted

func (o *UserInputTask) SetAborted(v bool)

SetAborted gets a reference to the given bool and assigns it to the Aborted field.

func (*UserInputTask) SetActive

func (o *UserInputTask) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*UserInputTask) SetActualDuration

func (o *UserInputTask) SetActualDuration(v map[string]interface{})

SetActualDuration gets a reference to the given map[string]interface{} and assigns it to the ActualDuration field.

func (*UserInputTask) SetAllTasks

func (o *UserInputTask) SetAllTasks(v []Task)

SetAllTasks gets a reference to the given []Task and assigns it to the AllTasks field.

func (*UserInputTask) SetAttachments

func (o *UserInputTask) SetAttachments(v []Attachment)

SetAttachments gets a reference to the given []Attachment and assigns it to the Attachments field.

func (*UserInputTask) SetAutomated

func (o *UserInputTask) SetAutomated(v bool)

SetAutomated gets a reference to the given bool and assigns it to the Automated field.

func (*UserInputTask) SetBlackoutMetadata

func (o *UserInputTask) SetBlackoutMetadata(v BlackoutMetadata)

SetBlackoutMetadata gets a reference to the given BlackoutMetadata and assigns it to the BlackoutMetadata field.

func (*UserInputTask) SetCheckAttributes

func (o *UserInputTask) SetCheckAttributes(v bool)

SetCheckAttributes gets a reference to the given bool and assigns it to the CheckAttributes field.

func (*UserInputTask) SetChildren

func (o *UserInputTask) SetChildren(v []PlanItem)

SetChildren gets a reference to the given []PlanItem and assigns it to the Children field.

func (*UserInputTask) SetCiUid

func (o *UserInputTask) SetCiUid(v int32)

SetCiUid gets a reference to the given int32 and assigns it to the CiUid field.

func (*UserInputTask) SetComments

func (o *UserInputTask) SetComments(v []Comment)

SetComments gets a reference to the given []Comment and assigns it to the Comments field.

func (*UserInputTask) SetCompletedInAdvance

func (o *UserInputTask) SetCompletedInAdvance(v bool)

SetCompletedInAdvance gets a reference to the given bool and assigns it to the CompletedInAdvance field.

func (*UserInputTask) SetComputedPlannedDuration

func (o *UserInputTask) SetComputedPlannedDuration(v map[string]interface{})

SetComputedPlannedDuration gets a reference to the given map[string]interface{} and assigns it to the ComputedPlannedDuration field.

func (*UserInputTask) SetConfigurationUri

func (o *UserInputTask) SetConfigurationUri(v string)

SetConfigurationUri gets a reference to the given string and assigns it to the ConfigurationUri field.

func (*UserInputTask) SetContainer

func (o *UserInputTask) SetContainer(v TaskContainer)

SetContainer gets a reference to the given TaskContainer and assigns it to the Container field.

func (*UserInputTask) SetDefunct

func (o *UserInputTask) SetDefunct(v bool)

SetDefunct gets a reference to the given bool and assigns it to the Defunct field.

func (*UserInputTask) SetDelayDuringBlackout

func (o *UserInputTask) SetDelayDuringBlackout(v bool)

SetDelayDuringBlackout gets a reference to the given bool and assigns it to the DelayDuringBlackout field.

func (*UserInputTask) SetDelayedCount

func (o *UserInputTask) SetDelayedCount(v int32)

SetDelayedCount gets a reference to the given int32 and assigns it to the DelayedCount field.

func (*UserInputTask) SetDescription

func (o *UserInputTask) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*UserInputTask) SetDisplayPath

func (o *UserInputTask) SetDisplayPath(v string)

SetDisplayPath gets a reference to the given string and assigns it to the DisplayPath field.

func (*UserInputTask) SetDone

func (o *UserInputTask) SetDone(v bool)

SetDone gets a reference to the given bool and assigns it to the Done field.

func (*UserInputTask) SetDoneInAdvance

func (o *UserInputTask) SetDoneInAdvance(v bool)

SetDoneInAdvance gets a reference to the given bool and assigns it to the DoneInAdvance field.

func (*UserInputTask) SetDueDate

func (o *UserInputTask) SetDueDate(v time.Time)

SetDueDate gets a reference to the given time.Time and assigns it to the DueDate field.

func (*UserInputTask) SetDueSoon

func (o *UserInputTask) SetDueSoon(v bool)

SetDueSoon gets a reference to the given bool and assigns it to the DueSoon field.

func (*UserInputTask) SetDueSoonNotified

func (o *UserInputTask) SetDueSoonNotified(v bool)

SetDueSoonNotified gets a reference to the given bool and assigns it to the DueSoonNotified field.

func (*UserInputTask) SetElapsedDurationFraction

func (o *UserInputTask) SetElapsedDurationFraction(v float64)

SetElapsedDurationFraction gets a reference to the given float64 and assigns it to the ElapsedDurationFraction field.

func (*UserInputTask) SetEndDate

func (o *UserInputTask) SetEndDate(v time.Time)

SetEndDate gets a reference to the given time.Time and assigns it to the EndDate field.

func (*UserInputTask) SetEndOrDueDate

func (o *UserInputTask) SetEndOrDueDate(v time.Time)

SetEndOrDueDate gets a reference to the given time.Time and assigns it to the EndOrDueDate field.

func (*UserInputTask) SetExecutionId

func (o *UserInputTask) SetExecutionId(v string)

SetExecutionId gets a reference to the given string and assigns it to the ExecutionId field.

func (*UserInputTask) SetExternalVariableMapping

func (o *UserInputTask) SetExternalVariableMapping(v map[string]string)

SetExternalVariableMapping gets a reference to the given map[string]string and assigns it to the ExternalVariableMapping field.

func (*UserInputTask) SetFacetInProgress

func (o *UserInputTask) SetFacetInProgress(v bool)

SetFacetInProgress gets a reference to the given bool and assigns it to the FacetInProgress field.

func (*UserInputTask) SetFacets

func (o *UserInputTask) SetFacets(v []Facet)

SetFacets gets a reference to the given []Facet and assigns it to the Facets field.

func (*UserInputTask) SetFailed

func (o *UserInputTask) SetFailed(v bool)

SetFailed gets a reference to the given bool and assigns it to the Failed field.

func (*UserInputTask) SetFailing

func (o *UserInputTask) SetFailing(v bool)

SetFailing gets a reference to the given bool and assigns it to the Failing field.

func (*UserInputTask) SetFailureHandler

func (o *UserInputTask) SetFailureHandler(v string)

SetFailureHandler gets a reference to the given string and assigns it to the FailureHandler field.

func (*UserInputTask) SetFailureHandlerEnabled

func (o *UserInputTask) SetFailureHandlerEnabled(v bool)

SetFailureHandlerEnabled gets a reference to the given bool and assigns it to the FailureHandlerEnabled field.

func (*UserInputTask) SetFailureHandlerInProgress

func (o *UserInputTask) SetFailureHandlerInProgress(v bool)

SetFailureHandlerInProgress gets a reference to the given bool and assigns it to the FailureHandlerInProgress field.

func (*UserInputTask) SetFailuresCount

func (o *UserInputTask) SetFailuresCount(v int32)

SetFailuresCount gets a reference to the given int32 and assigns it to the FailuresCount field.

func (*UserInputTask) SetFlagComment

func (o *UserInputTask) SetFlagComment(v string)

SetFlagComment gets a reference to the given string and assigns it to the FlagComment field.

func (*UserInputTask) SetFlagStatus

func (o *UserInputTask) SetFlagStatus(v FlagStatus)

SetFlagStatus gets a reference to the given FlagStatus and assigns it to the FlagStatus field.

func (*UserInputTask) SetFlagged

func (o *UserInputTask) SetFlagged(v bool)

SetFlagged gets a reference to the given bool and assigns it to the Flagged field.

func (*UserInputTask) SetFlaggedCount

func (o *UserInputTask) SetFlaggedCount(v int32)

SetFlaggedCount gets a reference to the given int32 and assigns it to the FlaggedCount field.

func (*UserInputTask) SetGate

func (o *UserInputTask) SetGate(v bool)

SetGate gets a reference to the given bool and assigns it to the Gate field.

func (*UserInputTask) SetHasBeenDelayed

func (o *UserInputTask) SetHasBeenDelayed(v bool)

SetHasBeenDelayed gets a reference to the given bool and assigns it to the HasBeenDelayed field.

func (*UserInputTask) SetHasBeenFlagged

func (o *UserInputTask) SetHasBeenFlagged(v bool)

SetHasBeenFlagged gets a reference to the given bool and assigns it to the HasBeenFlagged field.

func (*UserInputTask) SetId

func (o *UserInputTask) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*UserInputTask) SetInProgress

func (o *UserInputTask) SetInProgress(v bool)

SetInProgress gets a reference to the given bool and assigns it to the InProgress field.

func (*UserInputTask) SetInputVariables

func (o *UserInputTask) SetInputVariables(v []Variable)

SetInputVariables gets a reference to the given []Variable and assigns it to the InputVariables field.

func (*UserInputTask) SetLocked

func (o *UserInputTask) SetLocked(v bool)

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*UserInputTask) SetMaxCommentSize

func (o *UserInputTask) SetMaxCommentSize(v int32)

SetMaxCommentSize gets a reference to the given int32 and assigns it to the MaxCommentSize field.

func (*UserInputTask) SetMovable

func (o *UserInputTask) SetMovable(v bool)

SetMovable gets a reference to the given bool and assigns it to the Movable field.

func (*UserInputTask) SetNotYetReached

func (o *UserInputTask) SetNotYetReached(v bool)

SetNotYetReached gets a reference to the given bool and assigns it to the NotYetReached field.

func (*UserInputTask) SetOrCalculateDueDate

func (o *UserInputTask) SetOrCalculateDueDate(v time.Time)

SetOrCalculateDueDate gets a reference to the given NullableTime and assigns it to the OrCalculateDueDate field.

func (*UserInputTask) SetOrCalculateDueDateNil

func (o *UserInputTask) SetOrCalculateDueDateNil()

SetOrCalculateDueDateNil sets the value for OrCalculateDueDate to be an explicit nil

func (*UserInputTask) SetOriginalScheduledStartDate

func (o *UserInputTask) SetOriginalScheduledStartDate(v time.Time)

SetOriginalScheduledStartDate gets a reference to the given time.Time and assigns it to the OriginalScheduledStartDate field.

func (*UserInputTask) SetOverdue

func (o *UserInputTask) SetOverdue(v bool)

SetOverdue gets a reference to the given bool and assigns it to the Overdue field.

func (*UserInputTask) SetOverdueNotified

func (o *UserInputTask) SetOverdueNotified(v bool)

SetOverdueNotified gets a reference to the given bool and assigns it to the OverdueNotified field.

func (*UserInputTask) SetOwner

func (o *UserInputTask) SetOwner(v string)

SetOwner gets a reference to the given string and assigns it to the Owner field.

func (*UserInputTask) SetParallelGroup

func (o *UserInputTask) SetParallelGroup(v bool)

SetParallelGroup gets a reference to the given bool and assigns it to the ParallelGroup field.

func (*UserInputTask) SetPending

func (o *UserInputTask) SetPending(v bool)

SetPending gets a reference to the given bool and assigns it to the Pending field.

func (*UserInputTask) SetPhase

func (o *UserInputTask) SetPhase(v Phase)

SetPhase gets a reference to the given Phase and assigns it to the Phase field.

func (*UserInputTask) SetPlanned

func (o *UserInputTask) SetPlanned(v bool)

SetPlanned gets a reference to the given bool and assigns it to the Planned field.

func (*UserInputTask) SetPlannedDuration

func (o *UserInputTask) SetPlannedDuration(v int32)

SetPlannedDuration gets a reference to the given int32 and assigns it to the PlannedDuration field.

func (*UserInputTask) SetPostponedDueToBlackout

func (o *UserInputTask) SetPostponedDueToBlackout(v bool)

SetPostponedDueToBlackout gets a reference to the given bool and assigns it to the PostponedDueToBlackout field.

func (*UserInputTask) SetPostponedUntilEnvironmentsAreReserved

func (o *UserInputTask) SetPostponedUntilEnvironmentsAreReserved(v bool)

SetPostponedUntilEnvironmentsAreReserved gets a reference to the given bool and assigns it to the PostponedUntilEnvironmentsAreReserved field.

func (*UserInputTask) SetPrecondition

func (o *UserInputTask) SetPrecondition(v string)

SetPrecondition gets a reference to the given string and assigns it to the Precondition field.

func (*UserInputTask) SetPreconditionEnabled

func (o *UserInputTask) SetPreconditionEnabled(v bool)

SetPreconditionEnabled gets a reference to the given bool and assigns it to the PreconditionEnabled field.

func (*UserInputTask) SetPreconditionInProgress

func (o *UserInputTask) SetPreconditionInProgress(v bool)

SetPreconditionInProgress gets a reference to the given bool and assigns it to the PreconditionInProgress field.

func (*UserInputTask) SetReferencedVariables

func (o *UserInputTask) SetReferencedVariables(v []Variable)

SetReferencedVariables gets a reference to the given []Variable and assigns it to the ReferencedVariables field.

func (*UserInputTask) SetRelease

func (o *UserInputTask) SetRelease(v Release)

SetRelease gets a reference to the given Release and assigns it to the Release field.

func (*UserInputTask) SetReleaseOwner

func (o *UserInputTask) SetReleaseOwner(v string)

SetReleaseOwner gets a reference to the given string and assigns it to the ReleaseOwner field.

func (*UserInputTask) SetReleaseUid

func (o *UserInputTask) SetReleaseUid(v int32)

SetReleaseUid gets a reference to the given int32 and assigns it to the ReleaseUid field.

func (*UserInputTask) SetScheduledStartDate

func (o *UserInputTask) SetScheduledStartDate(v time.Time)

SetScheduledStartDate gets a reference to the given time.Time and assigns it to the ScheduledStartDate field.

func (*UserInputTask) SetSkipped

func (o *UserInputTask) SetSkipped(v bool)

SetSkipped gets a reference to the given bool and assigns it to the Skipped field.

func (*UserInputTask) SetSkippedInAdvance

func (o *UserInputTask) SetSkippedInAdvance(v bool)

SetSkippedInAdvance gets a reference to the given bool and assigns it to the SkippedInAdvance field.

func (*UserInputTask) SetStartDate

func (o *UserInputTask) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*UserInputTask) SetStartOrScheduledDate

func (o *UserInputTask) SetStartOrScheduledDate(v time.Time)

SetStartOrScheduledDate gets a reference to the given time.Time and assigns it to the StartOrScheduledDate field.

func (*UserInputTask) SetStatus

func (o *UserInputTask) SetStatus(v TaskStatus)

SetStatus gets a reference to the given TaskStatus and assigns it to the Status field.

func (*UserInputTask) SetTags

func (o *UserInputTask) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*UserInputTask) SetTaskFailureHandlerEnabled

func (o *UserInputTask) SetTaskFailureHandlerEnabled(v bool)

SetTaskFailureHandlerEnabled gets a reference to the given bool and assigns it to the TaskFailureHandlerEnabled field.

func (*UserInputTask) SetTaskGroup

func (o *UserInputTask) SetTaskGroup(v bool)

SetTaskGroup gets a reference to the given bool and assigns it to the TaskGroup field.

func (*UserInputTask) SetTaskRecoverOp

func (o *UserInputTask) SetTaskRecoverOp(v TaskRecoverOp)

SetTaskRecoverOp gets a reference to the given TaskRecoverOp and assigns it to the TaskRecoverOp field.

func (*UserInputTask) SetTaskType

func (o *UserInputTask) SetTaskType(v map[string]interface{})

SetTaskType gets a reference to the given map[string]interface{} and assigns it to the TaskType field.

func (*UserInputTask) SetTeam

func (o *UserInputTask) SetTeam(v string)

SetTeam gets a reference to the given string and assigns it to the Team field.

func (*UserInputTask) SetTitle

func (o *UserInputTask) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*UserInputTask) SetType

func (o *UserInputTask) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*UserInputTask) SetUnboundRequiredVariables

func (o *UserInputTask) SetUnboundRequiredVariables(v []string)

SetUnboundRequiredVariables gets a reference to the given []string and assigns it to the UnboundRequiredVariables field.

func (*UserInputTask) SetUpdatable

func (o *UserInputTask) SetUpdatable(v bool)

SetUpdatable gets a reference to the given bool and assigns it to the Updatable field.

func (*UserInputTask) SetUrl

func (o *UserInputTask) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (*UserInputTask) SetVariableMapping

func (o *UserInputTask) SetVariableMapping(v map[string]string)

SetVariableMapping gets a reference to the given map[string]string and assigns it to the VariableMapping field.

func (*UserInputTask) SetVariableUsages

func (o *UserInputTask) SetVariableUsages(v []UsagePoint)

SetVariableUsages gets a reference to the given []UsagePoint and assigns it to the VariableUsages field.

func (*UserInputTask) SetVariables

func (o *UserInputTask) SetVariables(v []Variable)

SetVariables gets a reference to the given []Variable and assigns it to the Variables field.

func (*UserInputTask) SetWaitForScheduledStartDate

func (o *UserInputTask) SetWaitForScheduledStartDate(v bool)

SetWaitForScheduledStartDate gets a reference to the given bool and assigns it to the WaitForScheduledStartDate field.

func (*UserInputTask) SetWaitingForInput

func (o *UserInputTask) SetWaitingForInput(v bool)

SetWaitingForInput gets a reference to the given bool and assigns it to the WaitingForInput field.

func (*UserInputTask) SetWatchers

func (o *UserInputTask) SetWatchers(v []string)

SetWatchers gets a reference to the given []string and assigns it to the Watchers field.

func (UserInputTask) ToMap

func (o UserInputTask) ToMap() (map[string]interface{}, error)

func (*UserInputTask) UnsetOrCalculateDueDate

func (o *UserInputTask) UnsetOrCalculateDueDate()

UnsetOrCalculateDueDate ensures that no value is present for OrCalculateDueDate, not even an explicit nil

type ValidatePattern

type ValidatePattern struct {
	Id    *string `json:"id,omitempty"`
	Title *string `json:"title,omitempty"`
}

ValidatePattern struct for ValidatePattern

func NewValidatePattern

func NewValidatePattern() *ValidatePattern

NewValidatePattern instantiates a new ValidatePattern object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewValidatePatternWithDefaults

func NewValidatePatternWithDefaults() *ValidatePattern

NewValidatePatternWithDefaults instantiates a new ValidatePattern object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ValidatePattern) GetId

func (o *ValidatePattern) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ValidatePattern) GetIdOk

func (o *ValidatePattern) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValidatePattern) GetTitle

func (o *ValidatePattern) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ValidatePattern) GetTitleOk

func (o *ValidatePattern) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValidatePattern) HasId

func (o *ValidatePattern) HasId() bool

HasId returns a boolean if a field has been set.

func (*ValidatePattern) HasTitle

func (o *ValidatePattern) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ValidatePattern) MarshalJSON

func (o ValidatePattern) MarshalJSON() ([]byte, error)

func (*ValidatePattern) SetId

func (o *ValidatePattern) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ValidatePattern) SetTitle

func (o *ValidatePattern) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (ValidatePattern) ToMap

func (o ValidatePattern) ToMap() (map[string]interface{}, error)

type ValueProviderConfiguration

type ValueProviderConfiguration struct {
	Id       *string   `json:"id,omitempty"`
	Type     *string   `json:"type,omitempty"`
	Variable *Variable `json:"variable,omitempty"`
}

ValueProviderConfiguration struct for ValueProviderConfiguration

func NewValueProviderConfiguration

func NewValueProviderConfiguration() *ValueProviderConfiguration

NewValueProviderConfiguration instantiates a new ValueProviderConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewValueProviderConfigurationWithDefaults

func NewValueProviderConfigurationWithDefaults() *ValueProviderConfiguration

NewValueProviderConfigurationWithDefaults instantiates a new ValueProviderConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ValueProviderConfiguration) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*ValueProviderConfiguration) GetIdOk

func (o *ValueProviderConfiguration) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValueProviderConfiguration) GetType

func (o *ValueProviderConfiguration) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ValueProviderConfiguration) GetTypeOk

func (o *ValueProviderConfiguration) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValueProviderConfiguration) GetVariable

func (o *ValueProviderConfiguration) GetVariable() Variable

GetVariable returns the Variable field value if set, zero value otherwise.

func (*ValueProviderConfiguration) GetVariableOk

func (o *ValueProviderConfiguration) GetVariableOk() (*Variable, bool)

GetVariableOk returns a tuple with the Variable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValueProviderConfiguration) HasId

func (o *ValueProviderConfiguration) HasId() bool

HasId returns a boolean if a field has been set.

func (*ValueProviderConfiguration) HasType

func (o *ValueProviderConfiguration) HasType() bool

HasType returns a boolean if a field has been set.

func (*ValueProviderConfiguration) HasVariable

func (o *ValueProviderConfiguration) HasVariable() bool

HasVariable returns a boolean if a field has been set.

func (ValueProviderConfiguration) MarshalJSON

func (o ValueProviderConfiguration) MarshalJSON() ([]byte, error)

func (*ValueProviderConfiguration) SetId

func (o *ValueProviderConfiguration) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ValueProviderConfiguration) SetType

func (o *ValueProviderConfiguration) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ValueProviderConfiguration) SetVariable

func (o *ValueProviderConfiguration) SetVariable(v Variable)

SetVariable gets a reference to the given Variable and assigns it to the Variable field.

func (ValueProviderConfiguration) ToMap

func (o ValueProviderConfiguration) ToMap() (map[string]interface{}, error)

type ValueWithInterpolation

type ValueWithInterpolation struct {
	Value                *string `json:"value,omitempty"`
	PreventInterpolation *bool   `json:"preventInterpolation,omitempty"`
}

ValueWithInterpolation struct for ValueWithInterpolation

func NewValueWithInterpolation

func NewValueWithInterpolation() *ValueWithInterpolation

NewValueWithInterpolation instantiates a new ValueWithInterpolation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewValueWithInterpolationWithDefaults

func NewValueWithInterpolationWithDefaults() *ValueWithInterpolation

NewValueWithInterpolationWithDefaults instantiates a new ValueWithInterpolation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ValueWithInterpolation) GetPreventInterpolation

func (o *ValueWithInterpolation) GetPreventInterpolation() bool

GetPreventInterpolation returns the PreventInterpolation field value if set, zero value otherwise.

func (*ValueWithInterpolation) GetPreventInterpolationOk

func (o *ValueWithInterpolation) GetPreventInterpolationOk() (*bool, bool)

GetPreventInterpolationOk returns a tuple with the PreventInterpolation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValueWithInterpolation) GetValue

func (o *ValueWithInterpolation) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*ValueWithInterpolation) GetValueOk

func (o *ValueWithInterpolation) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ValueWithInterpolation) HasPreventInterpolation

func (o *ValueWithInterpolation) HasPreventInterpolation() bool

HasPreventInterpolation returns a boolean if a field has been set.

func (*ValueWithInterpolation) HasValue

func (o *ValueWithInterpolation) HasValue() bool

HasValue returns a boolean if a field has been set.

func (ValueWithInterpolation) MarshalJSON

func (o ValueWithInterpolation) MarshalJSON() ([]byte, error)

func (*ValueWithInterpolation) SetPreventInterpolation

func (o *ValueWithInterpolation) SetPreventInterpolation(v bool)

SetPreventInterpolation gets a reference to the given bool and assigns it to the PreventInterpolation field.

func (*ValueWithInterpolation) SetValue

func (o *ValueWithInterpolation) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (ValueWithInterpolation) ToMap

func (o ValueWithInterpolation) ToMap() (map[string]interface{}, error)

type Variable

type Variable struct {
	Id                 *string                     `json:"id,omitempty"`
	Type               *string                     `json:"type,omitempty"`
	FolderId           *string                     `json:"folderId,omitempty"`
	Title              *string                     `json:"title,omitempty"`
	Key                *string                     `json:"key,omitempty"`
	RequiresValue      *bool                       `json:"requiresValue,omitempty"`
	ShowOnReleaseStart *bool                       `json:"showOnReleaseStart,omitempty"`
	Label              *string                     `json:"label,omitempty"`
	Description        *string                     `json:"description,omitempty"`
	ValueProvider      *ValueProviderConfiguration `json:"valueProvider,omitempty"`
	Inherited          *bool                       `json:"inherited,omitempty"`
	Value              interface{}                 `json:"value,omitempty"`
	EmptyValue         map[string]interface{}      `json:"emptyValue,omitempty"`
	ValueEmpty         *bool                       `json:"valueEmpty,omitempty"`
	UntypedValue       map[string]interface{}      `json:"untypedValue,omitempty"`
	Password           *bool                       `json:"password,omitempty"`
	ValueAsString      *string                     `json:"valueAsString,omitempty"`
	EmptyValueAsString *string                     `json:"emptyValueAsString,omitempty"`
}

Variable struct for Variable

func NewVariable

func NewVariable() *Variable

NewVariable instantiates a new Variable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVariableWithDefaults

func NewVariableWithDefaults() *Variable

NewVariableWithDefaults instantiates a new Variable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Variable) GetDescription

func (o *Variable) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Variable) GetDescriptionOk

func (o *Variable) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) GetEmptyValue

func (o *Variable) GetEmptyValue() map[string]interface{}

GetEmptyValue returns the EmptyValue field value if set, zero value otherwise.

func (*Variable) GetEmptyValueAsString

func (o *Variable) GetEmptyValueAsString() string

GetEmptyValueAsString returns the EmptyValueAsString field value if set, zero value otherwise.

func (*Variable) GetEmptyValueAsStringOk

func (o *Variable) GetEmptyValueAsStringOk() (*string, bool)

GetEmptyValueAsStringOk returns a tuple with the EmptyValueAsString field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) GetEmptyValueOk

func (o *Variable) GetEmptyValueOk() (map[string]interface{}, bool)

GetEmptyValueOk returns a tuple with the EmptyValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) GetFolderId

func (o *Variable) GetFolderId() string

GetFolderId returns the FolderId field value if set, zero value otherwise.

func (*Variable) GetFolderIdOk

func (o *Variable) GetFolderIdOk() (*string, bool)

GetFolderIdOk returns a tuple with the FolderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) GetId

func (o *Variable) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Variable) GetIdOk

func (o *Variable) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) GetInherited

func (o *Variable) GetInherited() bool

GetInherited returns the Inherited field value if set, zero value otherwise.

func (*Variable) GetInheritedOk

func (o *Variable) GetInheritedOk() (*bool, bool)

GetInheritedOk returns a tuple with the Inherited field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) GetKey

func (o *Variable) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*Variable) GetKeyOk

func (o *Variable) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) GetLabel

func (o *Variable) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*Variable) GetLabelOk

func (o *Variable) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) GetPassword

func (o *Variable) GetPassword() bool

GetPassword returns the Password field value if set, zero value otherwise.

func (*Variable) GetPasswordOk

func (o *Variable) GetPasswordOk() (*bool, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) GetRequiresValue

func (o *Variable) GetRequiresValue() bool

GetRequiresValue returns the RequiresValue field value if set, zero value otherwise.

func (*Variable) GetRequiresValueOk

func (o *Variable) GetRequiresValueOk() (*bool, bool)

GetRequiresValueOk returns a tuple with the RequiresValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) GetShowOnReleaseStart

func (o *Variable) GetShowOnReleaseStart() bool

GetShowOnReleaseStart returns the ShowOnReleaseStart field value if set, zero value otherwise.

func (*Variable) GetShowOnReleaseStartOk

func (o *Variable) GetShowOnReleaseStartOk() (*bool, bool)

GetShowOnReleaseStartOk returns a tuple with the ShowOnReleaseStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) GetTitle

func (o *Variable) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*Variable) GetTitleOk

func (o *Variable) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) GetType

func (o *Variable) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Variable) GetTypeOk

func (o *Variable) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) GetUntypedValue

func (o *Variable) GetUntypedValue() map[string]interface{}

GetUntypedValue returns the UntypedValue field value if set, zero value otherwise.

func (*Variable) GetUntypedValueOk

func (o *Variable) GetUntypedValueOk() (map[string]interface{}, bool)

GetUntypedValueOk returns a tuple with the UntypedValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) GetValue

func (o *Variable) GetValue() interface{}

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Variable) GetValueAsString

func (o *Variable) GetValueAsString() string

GetValueAsString returns the ValueAsString field value if set, zero value otherwise.

func (*Variable) GetValueAsStringOk

func (o *Variable) GetValueAsStringOk() (*string, bool)

GetValueAsStringOk returns a tuple with the ValueAsString field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) GetValueEmpty

func (o *Variable) GetValueEmpty() bool

GetValueEmpty returns the ValueEmpty field value if set, zero value otherwise.

func (*Variable) GetValueEmptyOk

func (o *Variable) GetValueEmptyOk() (*bool, bool)

GetValueEmptyOk returns a tuple with the ValueEmpty field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) GetValueOk

func (o *Variable) GetValueOk() (*interface{}, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Variable) GetValueProvider

func (o *Variable) GetValueProvider() ValueProviderConfiguration

GetValueProvider returns the ValueProvider field value if set, zero value otherwise.

func (*Variable) GetValueProviderOk

func (o *Variable) GetValueProviderOk() (*ValueProviderConfiguration, bool)

GetValueProviderOk returns a tuple with the ValueProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable) HasDescription

func (o *Variable) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Variable) HasEmptyValue

func (o *Variable) HasEmptyValue() bool

HasEmptyValue returns a boolean if a field has been set.

func (*Variable) HasEmptyValueAsString

func (o *Variable) HasEmptyValueAsString() bool

HasEmptyValueAsString returns a boolean if a field has been set.

func (*Variable) HasFolderId

func (o *Variable) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

func (*Variable) HasId

func (o *Variable) HasId() bool

HasId returns a boolean if a field has been set.

func (*Variable) HasInherited

func (o *Variable) HasInherited() bool

HasInherited returns a boolean if a field has been set.

func (*Variable) HasKey

func (o *Variable) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*Variable) HasLabel

func (o *Variable) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*Variable) HasPassword

func (o *Variable) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*Variable) HasRequiresValue

func (o *Variable) HasRequiresValue() bool

HasRequiresValue returns a boolean if a field has been set.

func (*Variable) HasShowOnReleaseStart

func (o *Variable) HasShowOnReleaseStart() bool

HasShowOnReleaseStart returns a boolean if a field has been set.

func (*Variable) HasTitle

func (o *Variable) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*Variable) HasType

func (o *Variable) HasType() bool

HasType returns a boolean if a field has been set.

func (*Variable) HasUntypedValue

func (o *Variable) HasUntypedValue() bool

HasUntypedValue returns a boolean if a field has been set.

func (*Variable) HasValue

func (o *Variable) HasValue() bool

HasValue returns a boolean if a field has been set.

func (*Variable) HasValueAsString

func (o *Variable) HasValueAsString() bool

HasValueAsString returns a boolean if a field has been set.

func (*Variable) HasValueEmpty

func (o *Variable) HasValueEmpty() bool

HasValueEmpty returns a boolean if a field has been set.

func (*Variable) HasValueProvider

func (o *Variable) HasValueProvider() bool

HasValueProvider returns a boolean if a field has been set.

func (Variable) MarshalJSON

func (o Variable) MarshalJSON() ([]byte, error)

func (*Variable) SetDescription

func (o *Variable) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Variable) SetEmptyValue

func (o *Variable) SetEmptyValue(v map[string]interface{})

SetEmptyValue gets a reference to the given map[string]interface{} and assigns it to the EmptyValue field.

func (*Variable) SetEmptyValueAsString

func (o *Variable) SetEmptyValueAsString(v string)

SetEmptyValueAsString gets a reference to the given string and assigns it to the EmptyValueAsString field.

func (*Variable) SetFolderId

func (o *Variable) SetFolderId(v string)

SetFolderId gets a reference to the given string and assigns it to the FolderId field.

func (*Variable) SetId

func (o *Variable) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Variable) SetInherited

func (o *Variable) SetInherited(v bool)

SetInherited gets a reference to the given bool and assigns it to the Inherited field.

func (*Variable) SetKey

func (o *Variable) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*Variable) SetLabel

func (o *Variable) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*Variable) SetPassword

func (o *Variable) SetPassword(v bool)

SetPassword gets a reference to the given bool and assigns it to the Password field.

func (*Variable) SetRequiresValue

func (o *Variable) SetRequiresValue(v bool)

SetRequiresValue gets a reference to the given bool and assigns it to the RequiresValue field.

func (*Variable) SetShowOnReleaseStart

func (o *Variable) SetShowOnReleaseStart(v bool)

SetShowOnReleaseStart gets a reference to the given bool and assigns it to the ShowOnReleaseStart field.

func (*Variable) SetTitle

func (o *Variable) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*Variable) SetType

func (o *Variable) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Variable) SetUntypedValue

func (o *Variable) SetUntypedValue(v map[string]interface{})

SetUntypedValue gets a reference to the given map[string]interface{} and assigns it to the UntypedValue field.

func (*Variable) SetValue

func (o *Variable) SetValue(v interface{})

SetValue gets a reference to the given interface{} and assigns it to the Value field.

func (*Variable) SetValueAsString

func (o *Variable) SetValueAsString(v string)

SetValueAsString gets a reference to the given string and assigns it to the ValueAsString field.

func (*Variable) SetValueEmpty

func (o *Variable) SetValueEmpty(v bool)

SetValueEmpty gets a reference to the given bool and assigns it to the ValueEmpty field.

func (*Variable) SetValueProvider

func (o *Variable) SetValueProvider(v ValueProviderConfiguration)

SetValueProvider gets a reference to the given ValueProviderConfiguration and assigns it to the ValueProvider field.

func (Variable) ToMap

func (o Variable) ToMap() (map[string]interface{}, error)

type Variable1

type Variable1 struct {
	Id                    *string                     `json:"id,omitempty"`
	Key                   *string                     `json:"key,omitempty"`
	Type                  *string                     `json:"type,omitempty"`
	RequiresValue         *bool                       `json:"requiresValue,omitempty"`
	ShowOnReleaseStart    *bool                       `json:"showOnReleaseStart,omitempty"`
	Value                 interface{}                 `json:"value,omitempty"`
	Label                 *string                     `json:"label,omitempty"`
	Description           *string                     `json:"description,omitempty"`
	Multiline             *bool                       `json:"multiline,omitempty"`
	Inherited             *bool                       `json:"inherited,omitempty"`
	PreventInterpolation  *bool                       `json:"preventInterpolation,omitempty"`
	ExternalVariableValue *ExternalVariableValue      `json:"externalVariableValue,omitempty"`
	ValueProvider         *ValueProviderConfiguration `json:"valueProvider,omitempty"`
}

Variable1 struct for Variable1

func NewVariable1

func NewVariable1() *Variable1

NewVariable1 instantiates a new Variable1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVariable1WithDefaults

func NewVariable1WithDefaults() *Variable1

NewVariable1WithDefaults instantiates a new Variable1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Variable1) GetDescription

func (o *Variable1) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Variable1) GetDescriptionOk

func (o *Variable1) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable1) GetExternalVariableValue

func (o *Variable1) GetExternalVariableValue() ExternalVariableValue

GetExternalVariableValue returns the ExternalVariableValue field value if set, zero value otherwise.

func (*Variable1) GetExternalVariableValueOk

func (o *Variable1) GetExternalVariableValueOk() (*ExternalVariableValue, bool)

GetExternalVariableValueOk returns a tuple with the ExternalVariableValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable1) GetId

func (o *Variable1) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Variable1) GetIdOk

func (o *Variable1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable1) GetInherited

func (o *Variable1) GetInherited() bool

GetInherited returns the Inherited field value if set, zero value otherwise.

func (*Variable1) GetInheritedOk

func (o *Variable1) GetInheritedOk() (*bool, bool)

GetInheritedOk returns a tuple with the Inherited field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable1) GetKey

func (o *Variable1) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*Variable1) GetKeyOk

func (o *Variable1) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable1) GetLabel

func (o *Variable1) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*Variable1) GetLabelOk

func (o *Variable1) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable1) GetMultiline

func (o *Variable1) GetMultiline() bool

GetMultiline returns the Multiline field value if set, zero value otherwise.

func (*Variable1) GetMultilineOk

func (o *Variable1) GetMultilineOk() (*bool, bool)

GetMultilineOk returns a tuple with the Multiline field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable1) GetPreventInterpolation

func (o *Variable1) GetPreventInterpolation() bool

GetPreventInterpolation returns the PreventInterpolation field value if set, zero value otherwise.

func (*Variable1) GetPreventInterpolationOk

func (o *Variable1) GetPreventInterpolationOk() (*bool, bool)

GetPreventInterpolationOk returns a tuple with the PreventInterpolation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable1) GetRequiresValue

func (o *Variable1) GetRequiresValue() bool

GetRequiresValue returns the RequiresValue field value if set, zero value otherwise.

func (*Variable1) GetRequiresValueOk

func (o *Variable1) GetRequiresValueOk() (*bool, bool)

GetRequiresValueOk returns a tuple with the RequiresValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable1) GetShowOnReleaseStart

func (o *Variable1) GetShowOnReleaseStart() bool

GetShowOnReleaseStart returns the ShowOnReleaseStart field value if set, zero value otherwise.

func (*Variable1) GetShowOnReleaseStartOk

func (o *Variable1) GetShowOnReleaseStartOk() (*bool, bool)

GetShowOnReleaseStartOk returns a tuple with the ShowOnReleaseStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable1) GetType

func (o *Variable1) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Variable1) GetTypeOk

func (o *Variable1) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable1) GetValue

func (o *Variable1) GetValue() interface{}

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Variable1) GetValueOk

func (o *Variable1) GetValueOk() (*interface{}, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Variable1) GetValueProvider

func (o *Variable1) GetValueProvider() ValueProviderConfiguration

GetValueProvider returns the ValueProvider field value if set, zero value otherwise.

func (*Variable1) GetValueProviderOk

func (o *Variable1) GetValueProviderOk() (*ValueProviderConfiguration, bool)

GetValueProviderOk returns a tuple with the ValueProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Variable1) HasDescription

func (o *Variable1) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Variable1) HasExternalVariableValue

func (o *Variable1) HasExternalVariableValue() bool

HasExternalVariableValue returns a boolean if a field has been set.

func (*Variable1) HasId

func (o *Variable1) HasId() bool

HasId returns a boolean if a field has been set.

func (*Variable1) HasInherited

func (o *Variable1) HasInherited() bool

HasInherited returns a boolean if a field has been set.

func (*Variable1) HasKey

func (o *Variable1) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*Variable1) HasLabel

func (o *Variable1) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*Variable1) HasMultiline

func (o *Variable1) HasMultiline() bool

HasMultiline returns a boolean if a field has been set.

func (*Variable1) HasPreventInterpolation

func (o *Variable1) HasPreventInterpolation() bool

HasPreventInterpolation returns a boolean if a field has been set.

func (*Variable1) HasRequiresValue

func (o *Variable1) HasRequiresValue() bool

HasRequiresValue returns a boolean if a field has been set.

func (*Variable1) HasShowOnReleaseStart

func (o *Variable1) HasShowOnReleaseStart() bool

HasShowOnReleaseStart returns a boolean if a field has been set.

func (*Variable1) HasType

func (o *Variable1) HasType() bool

HasType returns a boolean if a field has been set.

func (*Variable1) HasValue

func (o *Variable1) HasValue() bool

HasValue returns a boolean if a field has been set.

func (*Variable1) HasValueProvider

func (o *Variable1) HasValueProvider() bool

HasValueProvider returns a boolean if a field has been set.

func (Variable1) MarshalJSON

func (o Variable1) MarshalJSON() ([]byte, error)

func (*Variable1) SetDescription

func (o *Variable1) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Variable1) SetExternalVariableValue

func (o *Variable1) SetExternalVariableValue(v ExternalVariableValue)

SetExternalVariableValue gets a reference to the given ExternalVariableValue and assigns it to the ExternalVariableValue field.

func (*Variable1) SetId

func (o *Variable1) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Variable1) SetInherited

func (o *Variable1) SetInherited(v bool)

SetInherited gets a reference to the given bool and assigns it to the Inherited field.

func (*Variable1) SetKey

func (o *Variable1) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*Variable1) SetLabel

func (o *Variable1) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*Variable1) SetMultiline

func (o *Variable1) SetMultiline(v bool)

SetMultiline gets a reference to the given bool and assigns it to the Multiline field.

func (*Variable1) SetPreventInterpolation

func (o *Variable1) SetPreventInterpolation(v bool)

SetPreventInterpolation gets a reference to the given bool and assigns it to the PreventInterpolation field.

func (*Variable1) SetRequiresValue

func (o *Variable1) SetRequiresValue(v bool)

SetRequiresValue gets a reference to the given bool and assigns it to the RequiresValue field.

func (*Variable1) SetShowOnReleaseStart

func (o *Variable1) SetShowOnReleaseStart(v bool)

SetShowOnReleaseStart gets a reference to the given bool and assigns it to the ShowOnReleaseStart field.

func (*Variable1) SetType

func (o *Variable1) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*Variable1) SetValue

func (o *Variable1) SetValue(v interface{})

SetValue gets a reference to the given interface{} and assigns it to the Value field.

func (*Variable1) SetValueProvider

func (o *Variable1) SetValueProvider(v ValueProviderConfiguration)

SetValueProvider gets a reference to the given ValueProviderConfiguration and assigns it to the ValueProvider field.

func (Variable1) ToMap

func (o Variable1) ToMap() (map[string]interface{}, error)

type VariableOrValue

type VariableOrValue struct {
	Variable *string     `json:"variable,omitempty"`
	Value    interface{} `json:"value,omitempty"`
}

VariableOrValue struct for VariableOrValue

func NewVariableOrValue

func NewVariableOrValue() *VariableOrValue

NewVariableOrValue instantiates a new VariableOrValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVariableOrValueWithDefaults

func NewVariableOrValueWithDefaults() *VariableOrValue

NewVariableOrValueWithDefaults instantiates a new VariableOrValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VariableOrValue) GetValue

func (o *VariableOrValue) GetValue() interface{}

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*VariableOrValue) GetValueOk

func (o *VariableOrValue) GetValueOk() (*interface{}, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*VariableOrValue) GetVariable

func (o *VariableOrValue) GetVariable() string

GetVariable returns the Variable field value if set, zero value otherwise.

func (*VariableOrValue) GetVariableOk

func (o *VariableOrValue) GetVariableOk() (*string, bool)

GetVariableOk returns a tuple with the Variable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableOrValue) HasValue

func (o *VariableOrValue) HasValue() bool

HasValue returns a boolean if a field has been set.

func (*VariableOrValue) HasVariable

func (o *VariableOrValue) HasVariable() bool

HasVariable returns a boolean if a field has been set.

func (VariableOrValue) MarshalJSON

func (o VariableOrValue) MarshalJSON() ([]byte, error)

func (*VariableOrValue) SetValue

func (o *VariableOrValue) SetValue(v interface{})

SetValue gets a reference to the given interface{} and assigns it to the Value field.

func (*VariableOrValue) SetVariable

func (o *VariableOrValue) SetVariable(v string)

SetVariable gets a reference to the given string and assigns it to the Variable field.

func (VariableOrValue) ToMap

func (o VariableOrValue) ToMap() (map[string]interface{}, error)

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL