Versions in this module Expand all Collapse all v2 v2.0.1 Nov 7, 2022 v2.0.0 Nov 7, 2022 Changes in this version + var ContextAPIKeys = contextKey("apiKeys") + var ContextAccessToken = contextKey("accesstoken") + var ContextBasicAuth = contextKey("basic") + var ContextHttpSignatureAuth = contextKey("httpsignature") + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + PipelineAuditsApi *PipelineAuditsApiService + PipelineStageAuditsApi *PipelineStageAuditsApiService + PipelineStagesApi *PipelineStagesApiService + PipelinesApi *PipelinesApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type ApiArchiveRequest struct + ApiService *PipelinesApiService + func (r ApiArchiveRequest) Execute() (*http.Response, error) + func (r ApiArchiveRequest) ValidateReferencesBeforeDelete(validateReferencesBeforeDelete bool) ApiArchiveRequest + type ApiCreateRequest struct + ApiService *PipelinesApiService + func (r ApiCreateRequest) Execute() (*Pipeline, *http.Response, error) + func (r ApiCreateRequest) PipelineInput(pipelineInput PipelineInput) ApiCreateRequest + type ApiGetAllRequest struct + ApiService *PipelinesApiService + func (r ApiGetAllRequest) Execute() (*CollectionResponsePipelineNoPaging, *http.Response, error) + type ApiGetAuditRequest struct + ApiService *PipelineAuditsApiService + func (r ApiGetAuditRequest) Execute() (*CollectionResponsePublicAuditInfoNoPaging, *http.Response, error) + type ApiGetByIDRequest struct + ApiService *PipelinesApiService + func (r ApiGetByIDRequest) Execute() (*Pipeline, *http.Response, error) + type ApiReplaceRequest struct + ApiService *PipelinesApiService + func (r ApiReplaceRequest) Execute() (*Pipeline, *http.Response, error) + func (r ApiReplaceRequest) PipelineInput(pipelineInput PipelineInput) ApiReplaceRequest + func (r ApiReplaceRequest) ValidateReferencesBeforeDelete(validateReferencesBeforeDelete bool) ApiReplaceRequest + type ApiStagesArchiveRequest struct + ApiService *PipelineStagesApiService + func (r ApiStagesArchiveRequest) Execute() (*http.Response, error) + type ApiStagesCreateRequest struct + ApiService *PipelineStagesApiService + func (r ApiStagesCreateRequest) Execute() (*PipelineStage, *http.Response, error) + func (r ApiStagesCreateRequest) PipelineStageInput(pipelineStageInput PipelineStageInput) ApiStagesCreateRequest + type ApiStagesGetAllRequest struct + ApiService *PipelineStagesApiService + func (r ApiStagesGetAllRequest) Execute() (*CollectionResponsePipelineStageNoPaging, *http.Response, error) + type ApiStagesGetAuditRequest struct + ApiService *PipelineStageAuditsApiService + func (r ApiStagesGetAuditRequest) Execute() (*CollectionResponsePublicAuditInfoNoPaging, *http.Response, error) + type ApiStagesGetByIDRequest struct + ApiService *PipelineStagesApiService + func (r ApiStagesGetByIDRequest) Execute() (*PipelineStage, *http.Response, error) + type ApiStagesReplaceRequest struct + ApiService *PipelineStagesApiService + func (r ApiStagesReplaceRequest) Execute() (*PipelineStage, *http.Response, error) + func (r ApiStagesReplaceRequest) PipelineStageInput(pipelineStageInput PipelineStageInput) ApiStagesReplaceRequest + type ApiStagesUpdateRequest struct + ApiService *PipelineStagesApiService + func (r ApiStagesUpdateRequest) Execute() (*PipelineStage, *http.Response, error) + func (r ApiStagesUpdateRequest) PipelineStagePatchInput(pipelineStagePatchInput PipelineStagePatchInput) ApiStagesUpdateRequest + type ApiUpdateRequest struct + ApiService *PipelinesApiService + func (r ApiUpdateRequest) Execute() (*Pipeline, *http.Response, error) + func (r ApiUpdateRequest) PipelinePatchInput(pipelinePatchInput PipelinePatchInput) ApiUpdateRequest + func (r ApiUpdateRequest) ValidateReferencesBeforeDelete(validateReferencesBeforeDelete bool) ApiUpdateRequest + type BasicAuth struct + Password string + UserName string + type CollectionResponsePipelineNoPaging struct + Results []Pipeline + func NewCollectionResponsePipelineNoPaging(results []Pipeline) *CollectionResponsePipelineNoPaging + func NewCollectionResponsePipelineNoPagingWithDefaults() *CollectionResponsePipelineNoPaging + func (o *CollectionResponsePipelineNoPaging) GetResults() []Pipeline + func (o *CollectionResponsePipelineNoPaging) GetResultsOk() ([]Pipeline, bool) + func (o *CollectionResponsePipelineNoPaging) SetResults(v []Pipeline) + func (o CollectionResponsePipelineNoPaging) MarshalJSON() ([]byte, error) + type CollectionResponsePipelineStageNoPaging struct + Results []PipelineStage + func NewCollectionResponsePipelineStageNoPaging(results []PipelineStage) *CollectionResponsePipelineStageNoPaging + func NewCollectionResponsePipelineStageNoPagingWithDefaults() *CollectionResponsePipelineStageNoPaging + func (o *CollectionResponsePipelineStageNoPaging) GetResults() []PipelineStage + func (o *CollectionResponsePipelineStageNoPaging) GetResultsOk() ([]PipelineStage, bool) + func (o *CollectionResponsePipelineStageNoPaging) SetResults(v []PipelineStage) + func (o CollectionResponsePipelineStageNoPaging) MarshalJSON() ([]byte, error) + type CollectionResponsePublicAuditInfoNoPaging struct + Results []PublicAuditInfo + func NewCollectionResponsePublicAuditInfoNoPaging(results []PublicAuditInfo) *CollectionResponsePublicAuditInfoNoPaging + func NewCollectionResponsePublicAuditInfoNoPagingWithDefaults() *CollectionResponsePublicAuditInfoNoPaging + func (o *CollectionResponsePublicAuditInfoNoPaging) GetResults() []PublicAuditInfo + func (o *CollectionResponsePublicAuditInfoNoPaging) GetResultsOk() ([]PublicAuditInfo, bool) + func (o *CollectionResponsePublicAuditInfoNoPaging) SetResults(v []PublicAuditInfo) + func (o CollectionResponsePublicAuditInfoNoPaging) MarshalJSON() ([]byte, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type Error struct + Category string + Context *map[string][]string + CorrelationId string + Errors []ErrorDetail + Links *map[string]string + Message string + SubCategory *string + func NewError(message string, correlationId string, category string) *Error + func NewErrorWithDefaults() *Error + func (o *Error) GetCategory() string + func (o *Error) GetCategoryOk() (*string, bool) + func (o *Error) GetContext() map[string][]string + func (o *Error) GetContextOk() (*map[string][]string, bool) + func (o *Error) GetCorrelationId() string + func (o *Error) GetCorrelationIdOk() (*string, bool) + func (o *Error) GetErrors() []ErrorDetail + func (o *Error) GetErrorsOk() ([]ErrorDetail, bool) + func (o *Error) GetLinks() map[string]string + func (o *Error) GetLinksOk() (*map[string]string, bool) + func (o *Error) GetMessage() string + func (o *Error) GetMessageOk() (*string, bool) + func (o *Error) GetSubCategory() string + func (o *Error) GetSubCategoryOk() (*string, bool) + func (o *Error) HasContext() bool + func (o *Error) HasErrors() bool + func (o *Error) HasLinks() bool + func (o *Error) HasSubCategory() bool + func (o *Error) SetCategory(v string) + func (o *Error) SetContext(v map[string][]string) + func (o *Error) SetCorrelationId(v string) + func (o *Error) SetErrors(v []ErrorDetail) + func (o *Error) SetLinks(v map[string]string) + func (o *Error) SetMessage(v string) + func (o *Error) SetSubCategory(v string) + func (o Error) MarshalJSON() ([]byte, error) + type ErrorDetail struct + Code *string + Context *map[string][]string + In *string + Message string + SubCategory *string + func NewErrorDetail(message string) *ErrorDetail + func NewErrorDetailWithDefaults() *ErrorDetail + func (o *ErrorDetail) GetCode() string + func (o *ErrorDetail) GetCodeOk() (*string, bool) + func (o *ErrorDetail) GetContext() map[string][]string + func (o *ErrorDetail) GetContextOk() (*map[string][]string, bool) + func (o *ErrorDetail) GetIn() string + func (o *ErrorDetail) GetInOk() (*string, bool) + func (o *ErrorDetail) GetMessage() string + func (o *ErrorDetail) GetMessageOk() (*string, bool) + func (o *ErrorDetail) GetSubCategory() string + func (o *ErrorDetail) GetSubCategoryOk() (*string, bool) + func (o *ErrorDetail) HasCode() bool + func (o *ErrorDetail) HasContext() bool + func (o *ErrorDetail) HasIn() bool + func (o *ErrorDetail) HasSubCategory() bool + func (o *ErrorDetail) SetCode(v string) + func (o *ErrorDetail) SetContext(v map[string][]string) + func (o *ErrorDetail) SetIn(v string) + func (o *ErrorDetail) SetMessage(v string) + func (o *ErrorDetail) SetSubCategory(v string) + func (o ErrorDetail) MarshalJSON() ([]byte, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCollectionResponsePipelineNoPaging struct + func NewNullableCollectionResponsePipelineNoPaging(val *CollectionResponsePipelineNoPaging) *NullableCollectionResponsePipelineNoPaging + func (v *NullableCollectionResponsePipelineNoPaging) Set(val *CollectionResponsePipelineNoPaging) + func (v *NullableCollectionResponsePipelineNoPaging) UnmarshalJSON(src []byte) error + func (v *NullableCollectionResponsePipelineNoPaging) Unset() + func (v NullableCollectionResponsePipelineNoPaging) Get() *CollectionResponsePipelineNoPaging + func (v NullableCollectionResponsePipelineNoPaging) IsSet() bool + func (v NullableCollectionResponsePipelineNoPaging) MarshalJSON() ([]byte, error) + type NullableCollectionResponsePipelineStageNoPaging struct + func NewNullableCollectionResponsePipelineStageNoPaging(val *CollectionResponsePipelineStageNoPaging) *NullableCollectionResponsePipelineStageNoPaging + func (v *NullableCollectionResponsePipelineStageNoPaging) Set(val *CollectionResponsePipelineStageNoPaging) + func (v *NullableCollectionResponsePipelineStageNoPaging) UnmarshalJSON(src []byte) error + func (v *NullableCollectionResponsePipelineStageNoPaging) Unset() + func (v NullableCollectionResponsePipelineStageNoPaging) Get() *CollectionResponsePipelineStageNoPaging + func (v NullableCollectionResponsePipelineStageNoPaging) IsSet() bool + func (v NullableCollectionResponsePipelineStageNoPaging) MarshalJSON() ([]byte, error) + type NullableCollectionResponsePublicAuditInfoNoPaging struct + func NewNullableCollectionResponsePublicAuditInfoNoPaging(val *CollectionResponsePublicAuditInfoNoPaging) *NullableCollectionResponsePublicAuditInfoNoPaging + func (v *NullableCollectionResponsePublicAuditInfoNoPaging) Set(val *CollectionResponsePublicAuditInfoNoPaging) + func (v *NullableCollectionResponsePublicAuditInfoNoPaging) UnmarshalJSON(src []byte) error + func (v *NullableCollectionResponsePublicAuditInfoNoPaging) Unset() + func (v NullableCollectionResponsePublicAuditInfoNoPaging) Get() *CollectionResponsePublicAuditInfoNoPaging + func (v NullableCollectionResponsePublicAuditInfoNoPaging) IsSet() bool + func (v NullableCollectionResponsePublicAuditInfoNoPaging) MarshalJSON() ([]byte, error) + type NullableError struct + func NewNullableError(val *Error) *NullableError + func (v *NullableError) Set(val *Error) + func (v *NullableError) UnmarshalJSON(src []byte) error + func (v *NullableError) Unset() + func (v NullableError) Get() *Error + func (v NullableError) IsSet() bool + func (v NullableError) MarshalJSON() ([]byte, error) + type NullableErrorDetail struct + func NewNullableErrorDetail(val *ErrorDetail) *NullableErrorDetail + func (v *NullableErrorDetail) Set(val *ErrorDetail) + func (v *NullableErrorDetail) UnmarshalJSON(src []byte) error + func (v *NullableErrorDetail) Unset() + func (v NullableErrorDetail) Get() *ErrorDetail + func (v NullableErrorDetail) IsSet() bool + func (v NullableErrorDetail) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullablePipeline struct + func NewNullablePipeline(val *Pipeline) *NullablePipeline + func (v *NullablePipeline) Set(val *Pipeline) + func (v *NullablePipeline) UnmarshalJSON(src []byte) error + func (v *NullablePipeline) Unset() + func (v NullablePipeline) Get() *Pipeline + func (v NullablePipeline) IsSet() bool + func (v NullablePipeline) MarshalJSON() ([]byte, error) + type NullablePipelineInput struct + func NewNullablePipelineInput(val *PipelineInput) *NullablePipelineInput + func (v *NullablePipelineInput) Set(val *PipelineInput) + func (v *NullablePipelineInput) UnmarshalJSON(src []byte) error + func (v *NullablePipelineInput) Unset() + func (v NullablePipelineInput) Get() *PipelineInput + func (v NullablePipelineInput) IsSet() bool + func (v NullablePipelineInput) MarshalJSON() ([]byte, error) + type NullablePipelinePatchInput struct + func NewNullablePipelinePatchInput(val *PipelinePatchInput) *NullablePipelinePatchInput + func (v *NullablePipelinePatchInput) Set(val *PipelinePatchInput) + func (v *NullablePipelinePatchInput) UnmarshalJSON(src []byte) error + func (v *NullablePipelinePatchInput) Unset() + func (v NullablePipelinePatchInput) Get() *PipelinePatchInput + func (v NullablePipelinePatchInput) IsSet() bool + func (v NullablePipelinePatchInput) MarshalJSON() ([]byte, error) + type NullablePipelineStage struct + func NewNullablePipelineStage(val *PipelineStage) *NullablePipelineStage + func (v *NullablePipelineStage) Set(val *PipelineStage) + func (v *NullablePipelineStage) UnmarshalJSON(src []byte) error + func (v *NullablePipelineStage) Unset() + func (v NullablePipelineStage) Get() *PipelineStage + func (v NullablePipelineStage) IsSet() bool + func (v NullablePipelineStage) MarshalJSON() ([]byte, error) + type NullablePipelineStageInput struct + func NewNullablePipelineStageInput(val *PipelineStageInput) *NullablePipelineStageInput + func (v *NullablePipelineStageInput) Set(val *PipelineStageInput) + func (v *NullablePipelineStageInput) UnmarshalJSON(src []byte) error + func (v *NullablePipelineStageInput) Unset() + func (v NullablePipelineStageInput) Get() *PipelineStageInput + func (v NullablePipelineStageInput) IsSet() bool + func (v NullablePipelineStageInput) MarshalJSON() ([]byte, error) + type NullablePipelineStagePatchInput struct + func NewNullablePipelineStagePatchInput(val *PipelineStagePatchInput) *NullablePipelineStagePatchInput + func (v *NullablePipelineStagePatchInput) Set(val *PipelineStagePatchInput) + func (v *NullablePipelineStagePatchInput) UnmarshalJSON(src []byte) error + func (v *NullablePipelineStagePatchInput) Unset() + func (v NullablePipelineStagePatchInput) Get() *PipelineStagePatchInput + func (v NullablePipelineStagePatchInput) IsSet() bool + func (v NullablePipelineStagePatchInput) MarshalJSON() ([]byte, error) + type NullablePublicAuditInfo struct + func NewNullablePublicAuditInfo(val *PublicAuditInfo) *NullablePublicAuditInfo + func (v *NullablePublicAuditInfo) Set(val *PublicAuditInfo) + func (v *NullablePublicAuditInfo) UnmarshalJSON(src []byte) error + func (v *NullablePublicAuditInfo) Unset() + func (v NullablePublicAuditInfo) Get() *PublicAuditInfo + func (v NullablePublicAuditInfo) IsSet() bool + func (v NullablePublicAuditInfo) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type Pipeline struct + Archived bool + ArchivedAt *time.Time + CreatedAt time.Time + DisplayOrder int32 + Id string + Label string + Stages []PipelineStage + UpdatedAt time.Time + func NewPipeline(label string, displayOrder int32, id string, stages []PipelineStage, ...) *Pipeline + func NewPipelineWithDefaults() *Pipeline + func (o *Pipeline) GetArchived() bool + func (o *Pipeline) GetArchivedAt() time.Time + func (o *Pipeline) GetArchivedAtOk() (*time.Time, bool) + func (o *Pipeline) GetArchivedOk() (*bool, bool) + func (o *Pipeline) GetCreatedAt() time.Time + func (o *Pipeline) GetCreatedAtOk() (*time.Time, bool) + func (o *Pipeline) GetDisplayOrder() int32 + func (o *Pipeline) GetDisplayOrderOk() (*int32, bool) + func (o *Pipeline) GetId() string + func (o *Pipeline) GetIdOk() (*string, bool) + func (o *Pipeline) GetLabel() string + func (o *Pipeline) GetLabelOk() (*string, bool) + func (o *Pipeline) GetStages() []PipelineStage + func (o *Pipeline) GetStagesOk() ([]PipelineStage, bool) + func (o *Pipeline) GetUpdatedAt() time.Time + func (o *Pipeline) GetUpdatedAtOk() (*time.Time, bool) + func (o *Pipeline) HasArchivedAt() bool + func (o *Pipeline) SetArchived(v bool) + func (o *Pipeline) SetArchivedAt(v time.Time) + func (o *Pipeline) SetCreatedAt(v time.Time) + func (o *Pipeline) SetDisplayOrder(v int32) + func (o *Pipeline) SetId(v string) + func (o *Pipeline) SetLabel(v string) + func (o *Pipeline) SetStages(v []PipelineStage) + func (o *Pipeline) SetUpdatedAt(v time.Time) + func (o Pipeline) MarshalJSON() ([]byte, error) + type PipelineAuditsApiService service + func (a *PipelineAuditsApiService) GetAudit(ctx context.Context, objectType string, pipelineId string) ApiGetAuditRequest + func (a *PipelineAuditsApiService) GetAuditExecute(r ApiGetAuditRequest) (*CollectionResponsePublicAuditInfoNoPaging, *http.Response, error) + type PipelineInput struct + DisplayOrder int32 + Label string + Stages []PipelineStageInput + func NewPipelineInput(label string, displayOrder int32, stages []PipelineStageInput) *PipelineInput + func NewPipelineInputWithDefaults() *PipelineInput + func (o *PipelineInput) GetDisplayOrder() int32 + func (o *PipelineInput) GetDisplayOrderOk() (*int32, bool) + func (o *PipelineInput) GetLabel() string + func (o *PipelineInput) GetLabelOk() (*string, bool) + func (o *PipelineInput) GetStages() []PipelineStageInput + func (o *PipelineInput) GetStagesOk() ([]PipelineStageInput, bool) + func (o *PipelineInput) SetDisplayOrder(v int32) + func (o *PipelineInput) SetLabel(v string) + func (o *PipelineInput) SetStages(v []PipelineStageInput) + func (o PipelineInput) MarshalJSON() ([]byte, error) + type PipelinePatchInput struct + Archived *bool + DisplayOrder *int32 + Label *string + func NewPipelinePatchInput() *PipelinePatchInput + func NewPipelinePatchInputWithDefaults() *PipelinePatchInput + func (o *PipelinePatchInput) GetArchived() bool + func (o *PipelinePatchInput) GetArchivedOk() (*bool, bool) + func (o *PipelinePatchInput) GetDisplayOrder() int32 + func (o *PipelinePatchInput) GetDisplayOrderOk() (*int32, bool) + func (o *PipelinePatchInput) GetLabel() string + func (o *PipelinePatchInput) GetLabelOk() (*string, bool) + func (o *PipelinePatchInput) HasArchived() bool + func (o *PipelinePatchInput) HasDisplayOrder() bool + func (o *PipelinePatchInput) HasLabel() bool + func (o *PipelinePatchInput) SetArchived(v bool) + func (o *PipelinePatchInput) SetDisplayOrder(v int32) + func (o *PipelinePatchInput) SetLabel(v string) + func (o PipelinePatchInput) MarshalJSON() ([]byte, error) + type PipelineStage struct + Archived bool + ArchivedAt *time.Time + CreatedAt time.Time + DisplayOrder int32 + Id string + Label string + Metadata map[string]string + UpdatedAt time.Time + func NewPipelineStage(label string, displayOrder int32, metadata map[string]string, id string, ...) *PipelineStage + func NewPipelineStageWithDefaults() *PipelineStage + func (o *PipelineStage) GetArchived() bool + func (o *PipelineStage) GetArchivedAt() time.Time + func (o *PipelineStage) GetArchivedAtOk() (*time.Time, bool) + func (o *PipelineStage) GetArchivedOk() (*bool, bool) + func (o *PipelineStage) GetCreatedAt() time.Time + func (o *PipelineStage) GetCreatedAtOk() (*time.Time, bool) + func (o *PipelineStage) GetDisplayOrder() int32 + func (o *PipelineStage) GetDisplayOrderOk() (*int32, bool) + func (o *PipelineStage) GetId() string + func (o *PipelineStage) GetIdOk() (*string, bool) + func (o *PipelineStage) GetLabel() string + func (o *PipelineStage) GetLabelOk() (*string, bool) + func (o *PipelineStage) GetMetadata() map[string]string + func (o *PipelineStage) GetMetadataOk() (*map[string]string, bool) + func (o *PipelineStage) GetUpdatedAt() time.Time + func (o *PipelineStage) GetUpdatedAtOk() (*time.Time, bool) + func (o *PipelineStage) HasArchivedAt() bool + func (o *PipelineStage) SetArchived(v bool) + func (o *PipelineStage) SetArchivedAt(v time.Time) + func (o *PipelineStage) SetCreatedAt(v time.Time) + func (o *PipelineStage) SetDisplayOrder(v int32) + func (o *PipelineStage) SetId(v string) + func (o *PipelineStage) SetLabel(v string) + func (o *PipelineStage) SetMetadata(v map[string]string) + func (o *PipelineStage) SetUpdatedAt(v time.Time) + func (o PipelineStage) MarshalJSON() ([]byte, error) + type PipelineStageAuditsApiService service + func (a *PipelineStageAuditsApiService) StagesGetAudit(ctx context.Context, objectType string, stageId string) ApiStagesGetAuditRequest + func (a *PipelineStageAuditsApiService) StagesGetAuditExecute(r ApiStagesGetAuditRequest) (*CollectionResponsePublicAuditInfoNoPaging, *http.Response, error) + type PipelineStageInput struct + DisplayOrder int32 + Label string + Metadata map[string]string + func NewPipelineStageInput(label string, displayOrder int32, metadata map[string]string) *PipelineStageInput + func NewPipelineStageInputWithDefaults() *PipelineStageInput + func (o *PipelineStageInput) GetDisplayOrder() int32 + func (o *PipelineStageInput) GetDisplayOrderOk() (*int32, bool) + func (o *PipelineStageInput) GetLabel() string + func (o *PipelineStageInput) GetLabelOk() (*string, bool) + func (o *PipelineStageInput) GetMetadata() map[string]string + func (o *PipelineStageInput) GetMetadataOk() (*map[string]string, bool) + func (o *PipelineStageInput) SetDisplayOrder(v int32) + func (o *PipelineStageInput) SetLabel(v string) + func (o *PipelineStageInput) SetMetadata(v map[string]string) + func (o PipelineStageInput) MarshalJSON() ([]byte, error) + type PipelineStagePatchInput struct + Archived *bool + DisplayOrder *int32 + Label *string + Metadata map[string]string + func NewPipelineStagePatchInput(metadata map[string]string) *PipelineStagePatchInput + func NewPipelineStagePatchInputWithDefaults() *PipelineStagePatchInput + func (o *PipelineStagePatchInput) GetArchived() bool + func (o *PipelineStagePatchInput) GetArchivedOk() (*bool, bool) + func (o *PipelineStagePatchInput) GetDisplayOrder() int32 + func (o *PipelineStagePatchInput) GetDisplayOrderOk() (*int32, bool) + func (o *PipelineStagePatchInput) GetLabel() string + func (o *PipelineStagePatchInput) GetLabelOk() (*string, bool) + func (o *PipelineStagePatchInput) GetMetadata() map[string]string + func (o *PipelineStagePatchInput) GetMetadataOk() (*map[string]string, bool) + func (o *PipelineStagePatchInput) HasArchived() bool + func (o *PipelineStagePatchInput) HasDisplayOrder() bool + func (o *PipelineStagePatchInput) HasLabel() bool + func (o *PipelineStagePatchInput) SetArchived(v bool) + func (o *PipelineStagePatchInput) SetDisplayOrder(v int32) + func (o *PipelineStagePatchInput) SetLabel(v string) + func (o *PipelineStagePatchInput) SetMetadata(v map[string]string) + func (o PipelineStagePatchInput) MarshalJSON() ([]byte, error) + type PipelineStagesApiService service + func (a *PipelineStagesApiService) StagesArchive(ctx context.Context, objectType string, pipelineId string, stageId string) ApiStagesArchiveRequest + func (a *PipelineStagesApiService) StagesArchiveExecute(r ApiStagesArchiveRequest) (*http.Response, error) + func (a *PipelineStagesApiService) StagesCreate(ctx context.Context, objectType string, pipelineId string) ApiStagesCreateRequest + func (a *PipelineStagesApiService) StagesCreateExecute(r ApiStagesCreateRequest) (*PipelineStage, *http.Response, error) + func (a *PipelineStagesApiService) StagesGetAll(ctx context.Context, objectType string, pipelineId string) ApiStagesGetAllRequest + func (a *PipelineStagesApiService) StagesGetAllExecute(r ApiStagesGetAllRequest) (*CollectionResponsePipelineStageNoPaging, *http.Response, error) + func (a *PipelineStagesApiService) StagesGetByID(ctx context.Context, objectType string, pipelineId string, stageId string) ApiStagesGetByIDRequest + func (a *PipelineStagesApiService) StagesGetByIDExecute(r ApiStagesGetByIDRequest) (*PipelineStage, *http.Response, error) + func (a *PipelineStagesApiService) StagesReplace(ctx context.Context, objectType string, pipelineId string, stageId string) ApiStagesReplaceRequest + func (a *PipelineStagesApiService) StagesReplaceExecute(r ApiStagesReplaceRequest) (*PipelineStage, *http.Response, error) + func (a *PipelineStagesApiService) StagesUpdate(ctx context.Context, objectType string, pipelineId string, stageId string) ApiStagesUpdateRequest + func (a *PipelineStagesApiService) StagesUpdateExecute(r ApiStagesUpdateRequest) (*PipelineStage, *http.Response, error) + type PipelinesApiService service + func (a *PipelinesApiService) Archive(ctx context.Context, objectType string, pipelineId string) ApiArchiveRequest + func (a *PipelinesApiService) ArchiveExecute(r ApiArchiveRequest) (*http.Response, error) + func (a *PipelinesApiService) Create(ctx context.Context, objectType string) ApiCreateRequest + func (a *PipelinesApiService) CreateExecute(r ApiCreateRequest) (*Pipeline, *http.Response, error) + func (a *PipelinesApiService) GetAll(ctx context.Context, objectType string) ApiGetAllRequest + func (a *PipelinesApiService) GetAllExecute(r ApiGetAllRequest) (*CollectionResponsePipelineNoPaging, *http.Response, error) + func (a *PipelinesApiService) GetByID(ctx context.Context, objectType string, pipelineId string) ApiGetByIDRequest + func (a *PipelinesApiService) GetByIDExecute(r ApiGetByIDRequest) (*Pipeline, *http.Response, error) + func (a *PipelinesApiService) Replace(ctx context.Context, objectType string, pipelineId string) ApiReplaceRequest + func (a *PipelinesApiService) ReplaceExecute(r ApiReplaceRequest) (*Pipeline, *http.Response, error) + func (a *PipelinesApiService) Update(ctx context.Context, objectType string, pipelineId string) ApiUpdateRequest + func (a *PipelinesApiService) UpdateExecute(r ApiUpdateRequest) (*Pipeline, *http.Response, error) + type PublicAuditInfo struct + Action string + FromUserId *int32 + Identifier string + Message *string + PortalId int32 + RawObject map[string]interface{} + Timestamp *time.Time + func NewPublicAuditInfo(portalId int32, identifier string, action string) *PublicAuditInfo + func NewPublicAuditInfoWithDefaults() *PublicAuditInfo + func (o *PublicAuditInfo) GetAction() string + func (o *PublicAuditInfo) GetActionOk() (*string, bool) + func (o *PublicAuditInfo) GetFromUserId() int32 + func (o *PublicAuditInfo) GetFromUserIdOk() (*int32, bool) + func (o *PublicAuditInfo) GetIdentifier() string + func (o *PublicAuditInfo) GetIdentifierOk() (*string, bool) + func (o *PublicAuditInfo) GetMessage() string + func (o *PublicAuditInfo) GetMessageOk() (*string, bool) + func (o *PublicAuditInfo) GetPortalId() int32 + func (o *PublicAuditInfo) GetPortalIdOk() (*int32, bool) + func (o *PublicAuditInfo) GetRawObject() map[string]interface{} + func (o *PublicAuditInfo) GetRawObjectOk() (map[string]interface{}, bool) + func (o *PublicAuditInfo) GetTimestamp() time.Time + func (o *PublicAuditInfo) GetTimestampOk() (*time.Time, bool) + func (o *PublicAuditInfo) HasFromUserId() bool + func (o *PublicAuditInfo) HasMessage() bool + func (o *PublicAuditInfo) HasRawObject() bool + func (o *PublicAuditInfo) HasTimestamp() bool + func (o *PublicAuditInfo) SetAction(v string) + func (o *PublicAuditInfo) SetFromUserId(v int32) + func (o *PublicAuditInfo) SetIdentifier(v string) + func (o *PublicAuditInfo) SetMessage(v string) + func (o *PublicAuditInfo) SetPortalId(v int32) + func (o *PublicAuditInfo) SetRawObject(v map[string]interface{}) + func (o *PublicAuditInfo) SetTimestamp(v time.Time) + func (o PublicAuditInfo) MarshalJSON() ([]byte, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string