Documentation
¶
Index ¶
- type ConfigurableVariableDefinition
- type QuickstartPackageDetailsService
- type QuickstartPackageMetadataResponse
- type QuickstartPackagesListService
- type QuickstartPackagesMetadataListResponse
- type TransformationCancelService
- type TransformationConfig
- func (elc *TransformationConfig) ConfigurableVariables(value map[string]interface{}) *TransformationConfig
- func (elc *TransformationConfig) ConnectionIds(value []string) *TransformationConfig
- func (elc *TransformationConfig) ExcludedModels(value []string) *TransformationConfig
- func (elc *TransformationConfig) Merge(customConfig *map[string]interface{}) (*map[string]interface{}, error)
- func (elc *TransformationConfig) Name(value string) *TransformationConfig
- func (elc *TransformationConfig) PackageName(value string) *TransformationConfig
- func (elc *TransformationConfig) ProjectId(value string) *TransformationConfig
- func (elc *TransformationConfig) Request() *transformationConfigRequest
- func (elc *TransformationConfig) Steps(value []TransformationStep) *TransformationConfig
- type TransformationCreateService
- func (s *TransformationCreateService) Do(ctx context.Context) (TransformationResponse, error)
- func (s *TransformationCreateService) DoCustom(ctx context.Context) (TransformationCustomResponse, error)
- func (s *TransformationCreateService) DoCustomMerged(ctx context.Context) (TransformationCustomMergedResponse, error)
- func (s *TransformationCreateService) Paused(value bool) *TransformationCreateService
- func (s *TransformationCreateService) ProjectType(value string) *TransformationCreateService
- func (s *TransformationCreateService) TransformationConfig(value *TransformationConfig) *TransformationCreateService
- func (s *TransformationCreateService) TransformationConfigCustom(value *map[string]interface{}) *TransformationCreateService
- func (s *TransformationCreateService) TransformationSchedule(value *TransformationSchedule) *TransformationCreateService
- func (s *TransformationCreateService) TransformationScheduleCustom(value *map[string]interface{}) *TransformationCreateService
- type TransformationCustomMergedResponse
- type TransformationCustomResponse
- type TransformationDeleteService
- type TransformationDetailsService
- type TransformationProjectConfig
- func (elc *TransformationProjectConfig) CreateRequest() *transformationProjectConfigCreateRequest
- func (elc *TransformationProjectConfig) DbtVersion(value string) *TransformationProjectConfig
- func (elc *TransformationProjectConfig) DefaultSchema(value string) *TransformationProjectConfig
- func (elc *TransformationProjectConfig) EnvironmentVars(value []string) *TransformationProjectConfig
- func (elc *TransformationProjectConfig) FolderPath(value string) *TransformationProjectConfig
- func (elc *TransformationProjectConfig) GitBranch(value string) *TransformationProjectConfig
- func (elc *TransformationProjectConfig) GitRemoteUrl(value string) *TransformationProjectConfig
- func (elc *TransformationProjectConfig) MergeForCreate(customConfig *map[string]interface{}) (*map[string]interface{}, error)
- func (elc *TransformationProjectConfig) MergeForUpdate(customConfig *map[string]interface{}) (*map[string]interface{}, error)
- func (elc *TransformationProjectConfig) TargetName(value string) *TransformationProjectConfig
- func (elc *TransformationProjectConfig) Threads(value int) *TransformationProjectConfig
- func (elc *TransformationProjectConfig) UpdateRequest() *transformationProjectConfigUpdateRequest
- type TransformationProjectCreateService
- func (s *TransformationProjectCreateService) Do(ctx context.Context) (TransformationProjectResponse, error)
- func (s *TransformationProjectCreateService) DoCustom(ctx context.Context) (TransformationProjectCustomResponse, error)
- func (s *TransformationProjectCreateService) DoCustomMerged(ctx context.Context) (TransformationProjectCustomMergedResponse, error)
- func (s *TransformationProjectCreateService) GroupId(value string) *TransformationProjectCreateService
- func (s *TransformationProjectCreateService) ProjectConfig(value *TransformationProjectConfig) *TransformationProjectCreateService
- func (s *TransformationProjectCreateService) ProjectConfigCustom(value *map[string]interface{}) *TransformationProjectCreateService
- func (s *TransformationProjectCreateService) ProjectType(value string) *TransformationProjectCreateService
- func (s *TransformationProjectCreateService) RunTests(value bool) *TransformationProjectCreateService
- type TransformationProjectCustomMergedResponse
- type TransformationProjectCustomResponse
- type TransformationProjectDeleteService
- type TransformationProjectDetailsService
- type TransformationProjectResponse
- type TransformationProjectTestsService
- type TransformationProjectUpdateService
- func (s *TransformationProjectUpdateService) Do(ctx context.Context) (TransformationProjectResponse, error)
- func (s *TransformationProjectUpdateService) DoCustom(ctx context.Context) (TransformationProjectCustomResponse, error)
- func (s *TransformationProjectUpdateService) DoCustomMerged(ctx context.Context) (TransformationProjectCustomMergedResponse, error)
- func (s *TransformationProjectUpdateService) ProjectConfig(value *TransformationProjectConfig) *TransformationProjectUpdateService
- func (s *TransformationProjectUpdateService) ProjectConfigCustom(value *map[string]interface{}) *TransformationProjectUpdateService
- func (s *TransformationProjectUpdateService) ProjectId(value string) *TransformationProjectUpdateService
- func (s *TransformationProjectUpdateService) RunTests(value bool) *TransformationProjectUpdateService
- type TransformationProjectsListResponse
- type TransformationProjectsListService
- func (s *TransformationProjectsListService) Cursor(value string) *TransformationProjectsListService
- func (s *TransformationProjectsListService) Do(ctx context.Context) (TransformationProjectsListResponse, error)
- func (s *TransformationProjectsListService) Limit(value int) *TransformationProjectsListService
- type TransformationResponse
- type TransformationRunService
- type TransformationSchedule
- func (elc *TransformationSchedule) ConnectionIds(value []string) *TransformationSchedule
- func (elc *TransformationSchedule) Cron(value []string) *TransformationSchedule
- func (elc *TransformationSchedule) DaysOfWeek(value []string) *TransformationSchedule
- func (elc *TransformationSchedule) Interval(value int) *TransformationSchedule
- func (elc *TransformationSchedule) Merge(customConfig *map[string]interface{}) (*map[string]interface{}, error)
- func (elc *TransformationSchedule) Request() *transformationScheduleRequest
- func (elc *TransformationSchedule) ScheduleType(value string) *TransformationSchedule
- func (elc *TransformationSchedule) SmartSyncing(value bool) *TransformationSchedule
- func (elc *TransformationSchedule) TimeOfDay(value string) *TransformationSchedule
- type TransformationStep
- type TransformationUpdateService
- func (s *TransformationUpdateService) Do(ctx context.Context) (TransformationResponse, error)
- func (s *TransformationUpdateService) DoCustom(ctx context.Context) (TransformationCustomResponse, error)
- func (s *TransformationUpdateService) DoCustomMerged(ctx context.Context) (TransformationCustomMergedResponse, error)
- func (s *TransformationUpdateService) Paused(value bool) *TransformationUpdateService
- func (s *TransformationUpdateService) TransformationConfig(value *TransformationConfig) *TransformationUpdateService
- func (s *TransformationUpdateService) TransformationConfigCustom(value *map[string]interface{}) *TransformationUpdateService
- func (s *TransformationUpdateService) TransformationId(value string) *TransformationUpdateService
- func (s *TransformationUpdateService) TransformationSchedule(value *TransformationSchedule) *TransformationUpdateService
- func (s *TransformationUpdateService) TransformationScheduleCustom(value *map[string]interface{}) *TransformationUpdateService
- type TransformationUpgradePackageService
- type TransformationsListResponse
- type TransformationsListService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigurableVariableDefinition ¶ added in v1.3.1
type QuickstartPackageDetailsService ¶
type QuickstartPackageDetailsService struct {
httputils.HttpService
// contains filtered or unexported fields
}
func (*QuickstartPackageDetailsService) Do ¶
func (s *QuickstartPackageDetailsService) Do(ctx context.Context) (QuickstartPackageMetadataResponse, error)
func (*QuickstartPackageDetailsService) PackageDefinitionId ¶
func (s *QuickstartPackageDetailsService) PackageDefinitionId(value string) *QuickstartPackageDetailsService
type QuickstartPackageMetadataResponse ¶ added in v1.3.1
type QuickstartPackageMetadataResponse struct {
common.CommonResponse
Data struct {
// contains filtered or unexported fields
} `json:"data"`
}
type QuickstartPackagesListService ¶
type QuickstartPackagesListService struct {
httputils.HttpService
// contains filtered or unexported fields
}
func (*QuickstartPackagesListService) Cursor ¶
func (s *QuickstartPackagesListService) Cursor(value string) *QuickstartPackagesListService
func (*QuickstartPackagesListService) Do ¶
func (s *QuickstartPackagesListService) Do(ctx context.Context) (QuickstartPackagesMetadataListResponse, error)
func (*QuickstartPackagesListService) Limit ¶
func (s *QuickstartPackagesListService) Limit(value int) *QuickstartPackagesListService
type QuickstartPackagesMetadataListResponse ¶ added in v1.3.1
type QuickstartPackagesMetadataListResponse struct {
common.CommonResponse
Data struct {
Items []quickstartPackageMetadataResponseBase `json:"items"`
NextCursor string `json:"next_cursor"`
} `json:"data"`
}
type TransformationCancelService ¶
type TransformationCancelService struct {
httputils.HttpService
// contains filtered or unexported fields
}
func (*TransformationCancelService) Do ¶
func (s *TransformationCancelService) Do(ctx context.Context) (common.CommonResponse, error)
func (*TransformationCancelService) TransformationId ¶
func (s *TransformationCancelService) TransformationId(value string) *TransformationCancelService
type TransformationConfig ¶
type TransformationConfig struct {
// contains filtered or unexported fields
}
func (*TransformationConfig) ConfigurableVariables ¶ added in v1.3.1
func (elc *TransformationConfig) ConfigurableVariables(value map[string]interface{}) *TransformationConfig
func (*TransformationConfig) ConnectionIds ¶
func (elc *TransformationConfig) ConnectionIds(value []string) *TransformationConfig
func (*TransformationConfig) ExcludedModels ¶
func (elc *TransformationConfig) ExcludedModels(value []string) *TransformationConfig
func (*TransformationConfig) Merge ¶
func (elc *TransformationConfig) Merge(customConfig *map[string]interface{}) (*map[string]interface{}, error)
func (*TransformationConfig) Name ¶
func (elc *TransformationConfig) Name(value string) *TransformationConfig
func (*TransformationConfig) PackageName ¶
func (elc *TransformationConfig) PackageName(value string) *TransformationConfig
func (*TransformationConfig) ProjectId ¶
func (elc *TransformationConfig) ProjectId(value string) *TransformationConfig
func (*TransformationConfig) Request ¶
func (elc *TransformationConfig) Request() *transformationConfigRequest
func (*TransformationConfig) Steps ¶
func (elc *TransformationConfig) Steps(value []TransformationStep) *TransformationConfig
type TransformationCreateService ¶
type TransformationCreateService struct {
httputils.HttpService
// contains filtered or unexported fields
}
func (*TransformationCreateService) Do ¶
func (s *TransformationCreateService) Do(ctx context.Context) (TransformationResponse, error)
func (*TransformationCreateService) DoCustom ¶
func (s *TransformationCreateService) DoCustom(ctx context.Context) (TransformationCustomResponse, error)
func (*TransformationCreateService) DoCustomMerged ¶
func (s *TransformationCreateService) DoCustomMerged(ctx context.Context) (TransformationCustomMergedResponse, error)
func (*TransformationCreateService) Paused ¶
func (s *TransformationCreateService) Paused(value bool) *TransformationCreateService
func (*TransformationCreateService) ProjectType ¶
func (s *TransformationCreateService) ProjectType(value string) *TransformationCreateService
func (*TransformationCreateService) TransformationConfig ¶
func (s *TransformationCreateService) TransformationConfig(value *TransformationConfig) *TransformationCreateService
func (*TransformationCreateService) TransformationConfigCustom ¶
func (s *TransformationCreateService) TransformationConfigCustom(value *map[string]interface{}) *TransformationCreateService
func (*TransformationCreateService) TransformationSchedule ¶
func (s *TransformationCreateService) TransformationSchedule(value *TransformationSchedule) *TransformationCreateService
func (*TransformationCreateService) TransformationScheduleCustom ¶
func (s *TransformationCreateService) TransformationScheduleCustom(value *map[string]interface{}) *TransformationCreateService
type TransformationCustomMergedResponse ¶
type TransformationCustomMergedResponse struct {
common.CommonResponse
Data struct {
TransformationConfig transformationConfigResponse // no mapping here
TransformationConfigCustom map[string]interface{} `json:"transformation_config"`
TransformationSchedule transformationScheduleResponse // no mapping here
TransformationScheduleCustom map[string]interface{} `json:"schedule"`
// contains filtered or unexported fields
} `json:"data"`
}
type TransformationCustomResponse ¶
type TransformationCustomResponse struct {
common.CommonResponse
Data struct {
TransformationConfig map[string]interface{} `json:"transformation_config"`
TransformationSchedule map[string]interface{} `json:"schedule"`
// contains filtered or unexported fields
} `json:"data"`
}
type TransformationDeleteService ¶
type TransformationDeleteService struct {
httputils.HttpService
// contains filtered or unexported fields
}
func (*TransformationDeleteService) Do ¶
func (s *TransformationDeleteService) Do(ctx context.Context) (common.CommonResponse, error)
func (*TransformationDeleteService) TransformationId ¶
func (s *TransformationDeleteService) TransformationId(value string) *TransformationDeleteService
type TransformationDetailsService ¶
type TransformationDetailsService struct {
httputils.HttpService
// contains filtered or unexported fields
}
func (*TransformationDetailsService) Do ¶
func (s *TransformationDetailsService) Do(ctx context.Context) (TransformationResponse, error)
func (*TransformationDetailsService) TransformationId ¶
func (s *TransformationDetailsService) TransformationId(value string) *TransformationDetailsService
type TransformationProjectConfig ¶
type TransformationProjectConfig struct {
// contains filtered or unexported fields
}
func (*TransformationProjectConfig) CreateRequest ¶
func (elc *TransformationProjectConfig) CreateRequest() *transformationProjectConfigCreateRequest
func (*TransformationProjectConfig) DbtVersion ¶
func (elc *TransformationProjectConfig) DbtVersion(value string) *TransformationProjectConfig
func (*TransformationProjectConfig) DefaultSchema ¶
func (elc *TransformationProjectConfig) DefaultSchema(value string) *TransformationProjectConfig
func (*TransformationProjectConfig) EnvironmentVars ¶
func (elc *TransformationProjectConfig) EnvironmentVars(value []string) *TransformationProjectConfig
func (*TransformationProjectConfig) FolderPath ¶
func (elc *TransformationProjectConfig) FolderPath(value string) *TransformationProjectConfig
func (*TransformationProjectConfig) GitBranch ¶
func (elc *TransformationProjectConfig) GitBranch(value string) *TransformationProjectConfig
func (*TransformationProjectConfig) GitRemoteUrl ¶
func (elc *TransformationProjectConfig) GitRemoteUrl(value string) *TransformationProjectConfig
func (*TransformationProjectConfig) MergeForCreate ¶
func (elc *TransformationProjectConfig) MergeForCreate(customConfig *map[string]interface{}) (*map[string]interface{}, error)
func (*TransformationProjectConfig) MergeForUpdate ¶
func (elc *TransformationProjectConfig) MergeForUpdate(customConfig *map[string]interface{}) (*map[string]interface{}, error)
func (*TransformationProjectConfig) TargetName ¶
func (elc *TransformationProjectConfig) TargetName(value string) *TransformationProjectConfig
func (*TransformationProjectConfig) Threads ¶
func (elc *TransformationProjectConfig) Threads(value int) *TransformationProjectConfig
func (*TransformationProjectConfig) UpdateRequest ¶
func (elc *TransformationProjectConfig) UpdateRequest() *transformationProjectConfigUpdateRequest
type TransformationProjectCreateService ¶
type TransformationProjectCreateService struct {
httputils.HttpService
// contains filtered or unexported fields
}
func (*TransformationProjectCreateService) Do ¶
func (s *TransformationProjectCreateService) Do(ctx context.Context) (TransformationProjectResponse, error)
func (*TransformationProjectCreateService) DoCustom ¶
func (s *TransformationProjectCreateService) DoCustom(ctx context.Context) (TransformationProjectCustomResponse, error)
func (*TransformationProjectCreateService) DoCustomMerged ¶
func (s *TransformationProjectCreateService) DoCustomMerged(ctx context.Context) (TransformationProjectCustomMergedResponse, error)
func (*TransformationProjectCreateService) GroupId ¶
func (s *TransformationProjectCreateService) GroupId(value string) *TransformationProjectCreateService
func (*TransformationProjectCreateService) ProjectConfig ¶
func (s *TransformationProjectCreateService) ProjectConfig(value *TransformationProjectConfig) *TransformationProjectCreateService
func (*TransformationProjectCreateService) ProjectConfigCustom ¶
func (s *TransformationProjectCreateService) ProjectConfigCustom(value *map[string]interface{}) *TransformationProjectCreateService
func (*TransformationProjectCreateService) ProjectType ¶
func (s *TransformationProjectCreateService) ProjectType(value string) *TransformationProjectCreateService
func (*TransformationProjectCreateService) RunTests ¶
func (s *TransformationProjectCreateService) RunTests(value bool) *TransformationProjectCreateService
type TransformationProjectCustomMergedResponse ¶
type TransformationProjectCustomMergedResponse struct {
common.CommonResponse
Data struct {
ProjectConfig transformationProjectConfigResponse // no mapping here
ProjectConfigCustom map[string]interface{} `json:"project_config"`
// contains filtered or unexported fields
} `json:"data"`
}
type TransformationProjectCustomResponse ¶
type TransformationProjectCustomResponse struct {
common.CommonResponse
Data struct {
ProjectConfig map[string]interface{} `json:"project_config"`
// contains filtered or unexported fields
} `json:"data"`
}
type TransformationProjectDeleteService ¶
type TransformationProjectDeleteService struct {
httputils.HttpService
// contains filtered or unexported fields
}
func (*TransformationProjectDeleteService) Do ¶
func (s *TransformationProjectDeleteService) Do(ctx context.Context) (common.CommonResponse, error)
func (*TransformationProjectDeleteService) ProjectId ¶
func (s *TransformationProjectDeleteService) ProjectId(value string) *TransformationProjectDeleteService
type TransformationProjectDetailsService ¶
type TransformationProjectDetailsService struct {
httputils.HttpService
// contains filtered or unexported fields
}
func (*TransformationProjectDetailsService) Do ¶
func (s *TransformationProjectDetailsService) Do(ctx context.Context) (TransformationProjectResponse, error)
func (*TransformationProjectDetailsService) ProjectId ¶
func (s *TransformationProjectDetailsService) ProjectId(value string) *TransformationProjectDetailsService
type TransformationProjectResponse ¶
type TransformationProjectResponse struct {
common.CommonResponse
Data struct {
ProjectConfig transformationProjectConfigResponse `json:"project_config,omitempty"`
// contains filtered or unexported fields
} `json:"data"`
}
type TransformationProjectTestsService ¶
type TransformationProjectTestsService struct {
httputils.HttpService
// contains filtered or unexported fields
}
func (*TransformationProjectTestsService) Do ¶
func (s *TransformationProjectTestsService) Do(ctx context.Context) (TransformationProjectResponse, error)
func (*TransformationProjectTestsService) ExternalLoggingId ¶
func (s *TransformationProjectTestsService) ExternalLoggingId(value string) *TransformationProjectTestsService
type TransformationProjectUpdateService ¶
type TransformationProjectUpdateService struct {
httputils.HttpService
// contains filtered or unexported fields
}
func (*TransformationProjectUpdateService) Do ¶
func (s *TransformationProjectUpdateService) Do(ctx context.Context) (TransformationProjectResponse, error)
func (*TransformationProjectUpdateService) DoCustom ¶
func (s *TransformationProjectUpdateService) DoCustom(ctx context.Context) (TransformationProjectCustomResponse, error)
func (*TransformationProjectUpdateService) DoCustomMerged ¶
func (s *TransformationProjectUpdateService) DoCustomMerged(ctx context.Context) (TransformationProjectCustomMergedResponse, error)
func (*TransformationProjectUpdateService) ProjectConfig ¶
func (s *TransformationProjectUpdateService) ProjectConfig(value *TransformationProjectConfig) *TransformationProjectUpdateService
func (*TransformationProjectUpdateService) ProjectConfigCustom ¶
func (s *TransformationProjectUpdateService) ProjectConfigCustom(value *map[string]interface{}) *TransformationProjectUpdateService
func (*TransformationProjectUpdateService) ProjectId ¶
func (s *TransformationProjectUpdateService) ProjectId(value string) *TransformationProjectUpdateService
func (*TransformationProjectUpdateService) RunTests ¶
func (s *TransformationProjectUpdateService) RunTests(value bool) *TransformationProjectUpdateService
type TransformationProjectsListResponse ¶
type TransformationProjectsListResponse struct {
common.CommonResponse
Data struct {
Items []transformationProjectResponseBase `json:"items"`
NextCursor string `json:"next_cursor"`
} `json:"data"`
}
type TransformationProjectsListService ¶
type TransformationProjectsListService struct {
httputils.HttpService
// contains filtered or unexported fields
}
func (*TransformationProjectsListService) Cursor ¶
func (s *TransformationProjectsListService) Cursor(value string) *TransformationProjectsListService
func (*TransformationProjectsListService) Do ¶
func (s *TransformationProjectsListService) Do(ctx context.Context) (TransformationProjectsListResponse, error)
func (*TransformationProjectsListService) Limit ¶
func (s *TransformationProjectsListService) Limit(value int) *TransformationProjectsListService
type TransformationResponse ¶
type TransformationResponse struct {
common.CommonResponse
Data struct {
TransformationConfig transformationConfigResponse `json:"transformation_config,omitempty"`
TransformationSchedule transformationScheduleResponse `json:"schedule,omitempty"`
// contains filtered or unexported fields
} `json:"data"`
}
type TransformationRunService ¶
type TransformationRunService struct {
httputils.HttpService
// contains filtered or unexported fields
}
func (*TransformationRunService) Do ¶
func (s *TransformationRunService) Do(ctx context.Context) (common.CommonResponse, error)
func (*TransformationRunService) TransformationId ¶
func (s *TransformationRunService) TransformationId(value string) *TransformationRunService
type TransformationSchedule ¶
type TransformationSchedule struct {
// contains filtered or unexported fields
}
func (*TransformationSchedule) ConnectionIds ¶
func (elc *TransformationSchedule) ConnectionIds(value []string) *TransformationSchedule
func (*TransformationSchedule) Cron ¶
func (elc *TransformationSchedule) Cron(value []string) *TransformationSchedule
func (*TransformationSchedule) DaysOfWeek ¶
func (elc *TransformationSchedule) DaysOfWeek(value []string) *TransformationSchedule
func (*TransformationSchedule) Interval ¶
func (elc *TransformationSchedule) Interval(value int) *TransformationSchedule
func (*TransformationSchedule) Merge ¶
func (elc *TransformationSchedule) Merge(customConfig *map[string]interface{}) (*map[string]interface{}, error)
func (*TransformationSchedule) Request ¶
func (elc *TransformationSchedule) Request() *transformationScheduleRequest
func (*TransformationSchedule) ScheduleType ¶
func (elc *TransformationSchedule) ScheduleType(value string) *TransformationSchedule
func (*TransformationSchedule) SmartSyncing ¶
func (elc *TransformationSchedule) SmartSyncing(value bool) *TransformationSchedule
func (*TransformationSchedule) TimeOfDay ¶
func (elc *TransformationSchedule) TimeOfDay(value string) *TransformationSchedule
type TransformationStep ¶
type TransformationUpdateService ¶
type TransformationUpdateService struct {
httputils.HttpService
// contains filtered or unexported fields
}
func (*TransformationUpdateService) Do ¶
func (s *TransformationUpdateService) Do(ctx context.Context) (TransformationResponse, error)
func (*TransformationUpdateService) DoCustom ¶
func (s *TransformationUpdateService) DoCustom(ctx context.Context) (TransformationCustomResponse, error)
func (*TransformationUpdateService) DoCustomMerged ¶
func (s *TransformationUpdateService) DoCustomMerged(ctx context.Context) (TransformationCustomMergedResponse, error)
func (*TransformationUpdateService) Paused ¶
func (s *TransformationUpdateService) Paused(value bool) *TransformationUpdateService
func (*TransformationUpdateService) TransformationConfig ¶
func (s *TransformationUpdateService) TransformationConfig(value *TransformationConfig) *TransformationUpdateService
func (*TransformationUpdateService) TransformationConfigCustom ¶
func (s *TransformationUpdateService) TransformationConfigCustom(value *map[string]interface{}) *TransformationUpdateService
func (*TransformationUpdateService) TransformationId ¶
func (s *TransformationUpdateService) TransformationId(value string) *TransformationUpdateService
func (*TransformationUpdateService) TransformationSchedule ¶
func (s *TransformationUpdateService) TransformationSchedule(value *TransformationSchedule) *TransformationUpdateService
func (*TransformationUpdateService) TransformationScheduleCustom ¶
func (s *TransformationUpdateService) TransformationScheduleCustom(value *map[string]interface{}) *TransformationUpdateService
type TransformationUpgradePackageService ¶
type TransformationUpgradePackageService struct {
httputils.HttpService
// contains filtered or unexported fields
}
func (*TransformationUpgradePackageService) Do ¶
func (s *TransformationUpgradePackageService) Do(ctx context.Context) (common.CommonResponse, error)
func (*TransformationUpgradePackageService) TransformationId ¶
func (s *TransformationUpgradePackageService) TransformationId(value string) *TransformationUpgradePackageService
type TransformationsListResponse ¶
type TransformationsListResponse struct {
common.CommonResponse
Data struct {
Items []struct {
TransformationConfig transformationConfigResponse `json:"transformation_config,omitempty"`
TransformationSchedule transformationScheduleResponse `json:"schedule,omitempty"`
// contains filtered or unexported fields
} `json:"items"`
NextCursor string `json:"next_cursor"`
} `json:"data"`
}
type TransformationsListService ¶
type TransformationsListService struct {
httputils.HttpService
// contains filtered or unexported fields
}
func (*TransformationsListService) Cursor ¶
func (s *TransformationsListService) Cursor(value string) *TransformationsListService
func (*TransformationsListService) Do ¶
func (s *TransformationsListService) Do(ctx context.Context) (TransformationsListResponse, error)
func (*TransformationsListService) Limit ¶
func (s *TransformationsListService) Limit(value int) *TransformationsListService
Source Files
¶
- common_types.go
- quickstart_package_metadata_details.go
- quickstart_package_metadata_list.go
- transformation_cancel.go
- transformation_config.go
- transformation_create.go
- transformation_delete.go
- transformation_details.go
- transformation_list.go
- transformation_project_config.go
- transformation_project_create.go
- transformation_project_delete.go
- transformation_project_details.go
- transformation_project_tests.go
- transformation_project_update.go
- transformation_projects_list.go
- transformation_run.go
- transformation_schedule.go
- transformation_update.go
- transformation_upgrade_package.go
Click to show internal directories.
Click to hide internal directories.