Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func Hello(name string) string
- func IsNil(i interface{}) bool
- 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
- type APIKey
- type APIResponse
- type BasicAuth
- type CmdPipeline
- func (o *CmdPipeline) GetArgs() map[string]interface{}
- func (o *CmdPipeline) GetArgsOk() (map[string]interface{}, bool)
- func (o *CmdPipeline) GetArgsString() map[string]string
- func (o *CmdPipeline) GetArgsStringOk() (*map[string]string, bool)
- func (o *CmdPipeline) GetCommand() string
- func (o *CmdPipeline) GetCommandOk() (*string, bool)
- func (o *CmdPipeline) GetExecutionId() string
- func (o *CmdPipeline) GetExecutionIdOk() (*string, bool)
- func (o *CmdPipeline) GetExecutionMode() string
- func (o *CmdPipeline) GetExecutionModeOk() (*string, bool)
- func (o CmdPipeline) GetResourceType() string
- func (o *CmdPipeline) GetWaitRetry() int32
- func (o *CmdPipeline) GetWaitRetryOk() (*int32, bool)
- func (o *CmdPipeline) HasArgs() bool
- func (o *CmdPipeline) HasArgsString() bool
- func (o *CmdPipeline) HasExecutionId() bool
- func (o *CmdPipeline) HasExecutionMode() bool
- func (o *CmdPipeline) HasWaitRetry() bool
- func (o CmdPipeline) MarshalJSON() ([]byte, error)
- func (o *CmdPipeline) SetArgs(v map[string]interface{})
- func (o *CmdPipeline) SetArgsString(v map[string]string)
- func (o *CmdPipeline) SetCommand(v string)
- func (o *CmdPipeline) SetExecutionId(v string)
- func (o *CmdPipeline) SetExecutionMode(v string)
- func (o *CmdPipeline) SetWaitRetry(v int32)
- func (o CmdPipeline) ToMap() (map[string]interface{}, error)
- type CmdTrigger
- func (o *CmdTrigger) GetArgs() map[string]interface{}
- func (o *CmdTrigger) GetArgsOk() (map[string]interface{}, bool)
- func (o *CmdTrigger) GetArgsString() map[string]string
- func (o *CmdTrigger) GetArgsStringOk() (*map[string]string, bool)
- func (o *CmdTrigger) GetCommand() string
- func (o *CmdTrigger) GetCommandOk() (*string, bool)
- func (o *CmdTrigger) GetExecutionId() string
- func (o *CmdTrigger) GetExecutionIdOk() (*string, bool)
- func (o *CmdTrigger) GetExecutionMode() string
- func (o *CmdTrigger) GetExecutionModeOk() (*string, bool)
- func (o CmdTrigger) GetResourceType() string
- func (o *CmdTrigger) GetWaitRetry() int32
- func (o *CmdTrigger) GetWaitRetryOk() (*int32, bool)
- func (o *CmdTrigger) HasArgs() bool
- func (o *CmdTrigger) HasArgsString() bool
- func (o *CmdTrigger) HasExecutionId() bool
- func (o *CmdTrigger) HasExecutionMode() bool
- func (o *CmdTrigger) HasWaitRetry() bool
- func (o CmdTrigger) MarshalJSON() ([]byte, error)
- func (o *CmdTrigger) SetArgs(v map[string]interface{})
- func (o *CmdTrigger) SetArgsString(v map[string]string)
- func (o *CmdTrigger) SetCommand(v string)
- func (o *CmdTrigger) SetExecutionId(v string)
- func (o *CmdTrigger) SetExecutionMode(v string)
- func (o *CmdTrigger) SetWaitRetry(v int32)
- func (o CmdTrigger) ToMap() (map[string]interface{}, error)
- type Configuration
- type ErrorDetailModel
- func (o *ErrorDetailModel) GetLocation() string
- func (o *ErrorDetailModel) GetLocationOk() (*string, bool)
- func (o *ErrorDetailModel) GetMessage() string
- func (o *ErrorDetailModel) GetMessageOk() (*string, bool)
- func (o ErrorDetailModel) GetResourceType() string
- func (o *ErrorDetailModel) HasLocation() bool
- func (o *ErrorDetailModel) HasMessage() bool
- func (o ErrorDetailModel) MarshalJSON() ([]byte, error)
- func (o *ErrorDetailModel) SetLocation(v string)
- func (o *ErrorDetailModel) SetMessage(v string)
- func (o ErrorDetailModel) ToMap() (map[string]interface{}, error)
- type ErrorModel
- func (o *ErrorModel) GetDetail() string
- func (o *ErrorModel) GetDetailOk() (*string, bool)
- func (o *ErrorModel) GetInstance() string
- func (o *ErrorModel) GetInstanceOk() (*string, bool)
- func (o ErrorModel) GetResourceType() string
- func (o *ErrorModel) GetRetryable() bool
- func (o *ErrorModel) GetRetryableOk() (*bool, bool)
- func (o *ErrorModel) GetStatus() int32
- func (o *ErrorModel) GetStatusOk() (*int32, bool)
- func (o *ErrorModel) GetTitle() string
- func (o *ErrorModel) GetTitleOk() (*string, bool)
- func (o *ErrorModel) GetType() string
- func (o *ErrorModel) GetTypeOk() (*string, bool)
- func (o *ErrorModel) GetValidationErrors() []ErrorDetailModel
- func (o *ErrorModel) GetValidationErrorsOk() ([]ErrorDetailModel, bool)
- func (o *ErrorModel) HasDetail() bool
- func (o *ErrorModel) HasRetryable() bool
- func (o *ErrorModel) HasValidationErrors() bool
- func (o ErrorModel) MarshalJSON() ([]byte, error)
- func (o *ErrorModel) SetDetail(v string)
- func (o *ErrorModel) SetInstance(v string)
- func (o *ErrorModel) SetRetryable(v bool)
- func (o *ErrorModel) SetStatus(v int32)
- func (o *ErrorModel) SetTitle(v string)
- func (o *ErrorModel) SetType(v string)
- func (o *ErrorModel) SetValidationErrors(v []ErrorDetailModel)
- func (o ErrorModel) ToMap() (map[string]interface{}, error)
- type EventEventLogImpl
- func (o *EventEventLogImpl) GetCreatedAt() string
- func (o *EventEventLogImpl) GetCreatedAtOk() (*string, bool)
- func (o *EventEventLogImpl) GetDetail() map[string]interface{}
- func (o *EventEventLogImpl) GetDetailOk() (map[string]interface{}, bool)
- func (o *EventEventLogImpl) GetId() string
- func (o *EventEventLogImpl) GetIdOk() (*string, bool)
- func (o *EventEventLogImpl) GetLevel() string
- func (o *EventEventLogImpl) GetLevelOk() (*string, bool)
- func (o *EventEventLogImpl) GetMessage() string
- func (o *EventEventLogImpl) GetMessageOk() (*string, bool)
- func (o *EventEventLogImpl) GetProcessId() string
- func (o *EventEventLogImpl) GetProcessIdOk() (*string, bool)
- func (o EventEventLogImpl) GetResourceType() string
- func (o *EventEventLogImpl) GetStructVersion() string
- func (o *EventEventLogImpl) GetStructVersionOk() (*string, bool)
- func (o *EventEventLogImpl) HasCreatedAt() bool
- func (o *EventEventLogImpl) HasDetail() bool
- func (o *EventEventLogImpl) HasId() bool
- func (o *EventEventLogImpl) HasLevel() bool
- func (o *EventEventLogImpl) HasMessage() bool
- func (o *EventEventLogImpl) HasProcessId() bool
- func (o *EventEventLogImpl) HasStructVersion() bool
- func (o EventEventLogImpl) MarshalJSON() ([]byte, error)
- func (o *EventEventLogImpl) SetCreatedAt(v string)
- func (o *EventEventLogImpl) SetDetail(v map[string]interface{})
- func (o *EventEventLogImpl) SetId(v string)
- func (o *EventEventLogImpl) SetLevel(v string)
- func (o *EventEventLogImpl) SetMessage(v string)
- func (o *EventEventLogImpl) SetProcessId(v string)
- func (o *EventEventLogImpl) SetStructVersion(v string)
- func (o EventEventLogImpl) ToMap() (map[string]interface{}, error)
- type ExecutionExecution
- func (o *ExecutionExecution) GetId() string
- func (o *ExecutionExecution) GetIdOk() (*string, bool)
- func (o *ExecutionExecution) GetPipelineExecutions() map[string]ExecutionPipelineExecution
- func (o *ExecutionExecution) GetPipelineExecutionsOk() (*map[string]ExecutionPipelineExecution, bool)
- func (o ExecutionExecution) GetResourceType() string
- func (o *ExecutionExecution) HasId() bool
- func (o *ExecutionExecution) HasPipelineExecutions() bool
- func (o ExecutionExecution) MarshalJSON() ([]byte, error)
- func (o *ExecutionExecution) SetId(v string)
- func (o *ExecutionExecution) SetPipelineExecutions(v map[string]ExecutionPipelineExecution)
- func (o ExecutionExecution) ToMap() (map[string]interface{}, error)
- type ExecutionPipelineExecution
- func (o *ExecutionPipelineExecution) GetArgs() map[string]interface{}
- func (o *ExecutionPipelineExecution) GetArgsOk() (map[string]interface{}, bool)
- func (o *ExecutionPipelineExecution) GetEndTime() string
- func (o *ExecutionPipelineExecution) GetEndTimeOk() (*string, bool)
- func (o *ExecutionPipelineExecution) GetErrors() []ModconfigStepError
- func (o *ExecutionPipelineExecution) GetErrorsOk() ([]ModconfigStepError, bool)
- func (o *ExecutionPipelineExecution) GetId() string
- func (o *ExecutionPipelineExecution) GetIdOk() (*string, bool)
- func (o *ExecutionPipelineExecution) GetName() string
- func (o *ExecutionPipelineExecution) GetNameOk() (*string, bool)
- func (o *ExecutionPipelineExecution) GetParentExecutionId() string
- func (o *ExecutionPipelineExecution) GetParentExecutionIdOk() (*string, bool)
- func (o *ExecutionPipelineExecution) GetParentStepExecutionId() string
- func (o *ExecutionPipelineExecution) GetParentStepExecutionIdOk() (*string, bool)
- func (o *ExecutionPipelineExecution) GetPipelineOutput() map[string]interface{}
- func (o *ExecutionPipelineExecution) GetPipelineOutputOk() (map[string]interface{}, bool)
- func (o ExecutionPipelineExecution) GetResourceType() string
- func (o *ExecutionPipelineExecution) GetStartTime() string
- func (o *ExecutionPipelineExecution) GetStartTimeOk() (*string, bool)
- func (o *ExecutionPipelineExecution) GetStatus() string
- func (o *ExecutionPipelineExecution) GetStatusOk() (*string, bool)
- func (o *ExecutionPipelineExecution) GetStepStatus() map[string]map[string]ExecutionStepStatus
- func (o *ExecutionPipelineExecution) GetStepStatusOk() (*map[string]map[string]ExecutionStepStatus, bool)
- func (o *ExecutionPipelineExecution) HasArgs() bool
- func (o *ExecutionPipelineExecution) HasEndTime() bool
- func (o *ExecutionPipelineExecution) HasErrors() bool
- func (o *ExecutionPipelineExecution) HasId() bool
- func (o *ExecutionPipelineExecution) HasName() bool
- func (o *ExecutionPipelineExecution) HasParentExecutionId() bool
- func (o *ExecutionPipelineExecution) HasParentStepExecutionId() bool
- func (o *ExecutionPipelineExecution) HasPipelineOutput() bool
- func (o *ExecutionPipelineExecution) HasStartTime() bool
- func (o *ExecutionPipelineExecution) HasStatus() bool
- func (o *ExecutionPipelineExecution) HasStepStatus() bool
- func (o ExecutionPipelineExecution) MarshalJSON() ([]byte, error)
- func (o *ExecutionPipelineExecution) SetArgs(v map[string]interface{})
- func (o *ExecutionPipelineExecution) SetEndTime(v string)
- func (o *ExecutionPipelineExecution) SetErrors(v []ModconfigStepError)
- func (o *ExecutionPipelineExecution) SetId(v string)
- func (o *ExecutionPipelineExecution) SetName(v string)
- func (o *ExecutionPipelineExecution) SetParentExecutionId(v string)
- func (o *ExecutionPipelineExecution) SetParentStepExecutionId(v string)
- func (o *ExecutionPipelineExecution) SetPipelineOutput(v map[string]interface{})
- func (o *ExecutionPipelineExecution) SetStartTime(v string)
- func (o *ExecutionPipelineExecution) SetStatus(v string)
- func (o *ExecutionPipelineExecution) SetStepStatus(v map[string]map[string]ExecutionStepStatus)
- func (o ExecutionPipelineExecution) ToMap() (map[string]interface{}, error)
- type ExecutionSnapshot
- func (o *ExecutionSnapshot) GetEndTime() string
- func (o *ExecutionSnapshot) GetEndTimeOk() (*string, bool)
- func (o *ExecutionSnapshot) GetLayout() ExecutionSnapshotLayout
- func (o *ExecutionSnapshot) GetLayoutOk() (*ExecutionSnapshotLayout, bool)
- func (o *ExecutionSnapshot) GetPanels() map[string]ExecutionSnapshotPanel
- func (o *ExecutionSnapshot) GetPanelsOk() (*map[string]ExecutionSnapshotPanel, bool)
- func (o ExecutionSnapshot) GetResourceType() string
- func (o *ExecutionSnapshot) GetSchemaVersion() string
- func (o *ExecutionSnapshot) GetSchemaVersionOk() (*string, bool)
- func (o *ExecutionSnapshot) GetStartTime() string
- func (o *ExecutionSnapshot) GetStartTimeOk() (*string, bool)
- func (o *ExecutionSnapshot) HasEndTime() bool
- func (o *ExecutionSnapshot) HasLayout() bool
- func (o *ExecutionSnapshot) HasPanels() bool
- func (o *ExecutionSnapshot) HasSchemaVersion() bool
- func (o *ExecutionSnapshot) HasStartTime() bool
- func (o ExecutionSnapshot) MarshalJSON() ([]byte, error)
- func (o *ExecutionSnapshot) SetEndTime(v string)
- func (o *ExecutionSnapshot) SetLayout(v ExecutionSnapshotLayout)
- func (o *ExecutionSnapshot) SetPanels(v map[string]ExecutionSnapshotPanel)
- func (o *ExecutionSnapshot) SetSchemaVersion(v string)
- func (o *ExecutionSnapshot) SetStartTime(v string)
- func (o ExecutionSnapshot) ToMap() (map[string]interface{}, error)
- type ExecutionSnapshotLayout
- func (o *ExecutionSnapshotLayout) GetChildren() []ExecutionSnapshotLayout
- func (o *ExecutionSnapshotLayout) GetChildrenOk() ([]ExecutionSnapshotLayout, bool)
- func (o *ExecutionSnapshotLayout) GetName() string
- func (o *ExecutionSnapshotLayout) GetNameOk() (*string, bool)
- func (o *ExecutionSnapshotLayout) GetPanelType() string
- func (o *ExecutionSnapshotLayout) GetPanelTypeOk() (*string, bool)
- func (o ExecutionSnapshotLayout) GetResourceType() string
- func (o *ExecutionSnapshotLayout) HasChildren() bool
- func (o *ExecutionSnapshotLayout) HasName() bool
- func (o *ExecutionSnapshotLayout) HasPanelType() bool
- func (o ExecutionSnapshotLayout) MarshalJSON() ([]byte, error)
- func (o *ExecutionSnapshotLayout) SetChildren(v []ExecutionSnapshotLayout)
- func (o *ExecutionSnapshotLayout) SetName(v string)
- func (o *ExecutionSnapshotLayout) SetPanelType(v string)
- func (o ExecutionSnapshotLayout) ToMap() (map[string]interface{}, error)
- type ExecutionSnapshotPanel
- func (o *ExecutionSnapshotPanel) GetDashboard() string
- func (o *ExecutionSnapshotPanel) GetDashboardOk() (*string, bool)
- func (o *ExecutionSnapshotPanel) GetData() ExecutionSnapshotPanelData
- func (o *ExecutionSnapshotPanel) GetDataOk() (*ExecutionSnapshotPanelData, bool)
- func (o *ExecutionSnapshotPanel) GetDisplayType() string
- func (o *ExecutionSnapshotPanel) GetDisplayTypeOk() (*string, bool)
- func (o *ExecutionSnapshotPanel) GetName() string
- func (o *ExecutionSnapshotPanel) GetNameOk() (*string, bool)
- func (o *ExecutionSnapshotPanel) GetPanelType() string
- func (o *ExecutionSnapshotPanel) GetPanelTypeOk() (*string, bool)
- func (o *ExecutionSnapshotPanel) GetProperties() map[string]interface{}
- func (o *ExecutionSnapshotPanel) GetPropertiesOk() (map[string]interface{}, bool)
- func (o ExecutionSnapshotPanel) GetResourceType() string
- func (o *ExecutionSnapshotPanel) GetStatus() string
- func (o *ExecutionSnapshotPanel) GetStatusOk() (*string, bool)
- func (o *ExecutionSnapshotPanel) GetTitle() string
- func (o *ExecutionSnapshotPanel) GetTitleOk() (*string, bool)
- func (o *ExecutionSnapshotPanel) GetWidth() int32
- func (o *ExecutionSnapshotPanel) GetWidthOk() (*int32, bool)
- func (o *ExecutionSnapshotPanel) HasDashboard() bool
- func (o *ExecutionSnapshotPanel) HasData() bool
- func (o *ExecutionSnapshotPanel) HasDisplayType() bool
- func (o *ExecutionSnapshotPanel) HasName() bool
- func (o *ExecutionSnapshotPanel) HasPanelType() bool
- func (o *ExecutionSnapshotPanel) HasProperties() bool
- func (o *ExecutionSnapshotPanel) HasStatus() bool
- func (o *ExecutionSnapshotPanel) HasTitle() bool
- func (o *ExecutionSnapshotPanel) HasWidth() bool
- func (o ExecutionSnapshotPanel) MarshalJSON() ([]byte, error)
- func (o *ExecutionSnapshotPanel) SetDashboard(v string)
- func (o *ExecutionSnapshotPanel) SetData(v ExecutionSnapshotPanelData)
- func (o *ExecutionSnapshotPanel) SetDisplayType(v string)
- func (o *ExecutionSnapshotPanel) SetName(v string)
- func (o *ExecutionSnapshotPanel) SetPanelType(v string)
- func (o *ExecutionSnapshotPanel) SetProperties(v map[string]interface{})
- func (o *ExecutionSnapshotPanel) SetStatus(v string)
- func (o *ExecutionSnapshotPanel) SetTitle(v string)
- func (o *ExecutionSnapshotPanel) SetWidth(v int32)
- func (o ExecutionSnapshotPanel) ToMap() (map[string]interface{}, error)
- type ExecutionSnapshotPanelData
- func (o *ExecutionSnapshotPanelData) GetColumns() []ExecutionSnapshotPanelDataColumn
- func (o *ExecutionSnapshotPanelData) GetColumnsOk() ([]ExecutionSnapshotPanelDataColumn, bool)
- func (o ExecutionSnapshotPanelData) GetResourceType() string
- func (o *ExecutionSnapshotPanelData) GetRows() []map[string]interface{}
- func (o *ExecutionSnapshotPanelData) GetRowsOk() ([]map[string]interface{}, bool)
- func (o *ExecutionSnapshotPanelData) HasColumns() bool
- func (o *ExecutionSnapshotPanelData) HasRows() bool
- func (o ExecutionSnapshotPanelData) MarshalJSON() ([]byte, error)
- func (o *ExecutionSnapshotPanelData) SetColumns(v []ExecutionSnapshotPanelDataColumn)
- func (o *ExecutionSnapshotPanelData) SetRows(v []map[string]interface{})
- func (o ExecutionSnapshotPanelData) ToMap() (map[string]interface{}, error)
- type ExecutionSnapshotPanelDataColumn
- func (o *ExecutionSnapshotPanelDataColumn) GetDataType() string
- func (o *ExecutionSnapshotPanelDataColumn) GetDataTypeOk() (*string, bool)
- func (o *ExecutionSnapshotPanelDataColumn) GetName() string
- func (o *ExecutionSnapshotPanelDataColumn) GetNameOk() (*string, bool)
- func (o ExecutionSnapshotPanelDataColumn) GetResourceType() string
- func (o *ExecutionSnapshotPanelDataColumn) HasDataType() bool
- func (o *ExecutionSnapshotPanelDataColumn) HasName() bool
- func (o ExecutionSnapshotPanelDataColumn) MarshalJSON() ([]byte, error)
- func (o *ExecutionSnapshotPanelDataColumn) SetDataType(v string)
- func (o *ExecutionSnapshotPanelDataColumn) SetName(v string)
- func (o ExecutionSnapshotPanelDataColumn) ToMap() (map[string]interface{}, error)
- type ExecutionStepExecution
- func (o *ExecutionStepExecution) GetEndTime() string
- func (o *ExecutionStepExecution) GetEndTimeOk() (*string, bool)
- func (o *ExecutionStepExecution) GetId() string
- func (o *ExecutionStepExecution) GetIdOk() (*string, bool)
- func (o *ExecutionStepExecution) GetInput() map[string]interface{}
- func (o *ExecutionStepExecution) GetInputOk() (map[string]interface{}, bool)
- func (o *ExecutionStepExecution) GetName() string
- func (o *ExecutionStepExecution) GetNameOk() (*string, bool)
- func (o *ExecutionStepExecution) GetNextStepAction() ModconfigNextStepAction
- func (o *ExecutionStepExecution) GetNextStepActionOk() (*ModconfigNextStepAction, bool)
- func (o *ExecutionStepExecution) GetOutput() ExecutionStepExecutionOutput
- func (o *ExecutionStepExecution) GetOutputOk() (*ExecutionStepExecutionOutput, bool)
- func (o *ExecutionStepExecution) GetPipelineExecutionId() string
- func (o *ExecutionStepExecution) GetPipelineExecutionIdOk() (*string, bool)
- func (o ExecutionStepExecution) GetResourceType() string
- func (o *ExecutionStepExecution) GetStartTime() string
- func (o *ExecutionStepExecution) GetStartTimeOk() (*string, bool)
- func (o *ExecutionStepExecution) GetStatus() string
- func (o *ExecutionStepExecution) GetStatusOk() (*string, bool)
- func (o *ExecutionStepExecution) GetStepForEach() ExecutionStepExecutionStepForEach
- func (o *ExecutionStepExecution) GetStepForEachOk() (*ExecutionStepExecutionStepForEach, bool)
- func (o *ExecutionStepExecution) GetStepLoop() ModconfigStepLoop
- func (o *ExecutionStepExecution) GetStepLoopOk() (*ModconfigStepLoop, bool)
- func (o *ExecutionStepExecution) GetStepOutput() map[string]interface{}
- func (o *ExecutionStepExecution) GetStepOutputOk() (map[string]interface{}, bool)
- func (o *ExecutionStepExecution) GetStepRetry() ModconfigStepRetry
- func (o *ExecutionStepExecution) GetStepRetryOk() (*ModconfigStepRetry, bool)
- func (o *ExecutionStepExecution) HasEndTime() bool
- func (o *ExecutionStepExecution) HasId() bool
- func (o *ExecutionStepExecution) HasInput() bool
- func (o *ExecutionStepExecution) HasName() bool
- func (o *ExecutionStepExecution) HasNextStepAction() bool
- func (o *ExecutionStepExecution) HasOutput() bool
- func (o *ExecutionStepExecution) HasPipelineExecutionId() bool
- func (o *ExecutionStepExecution) HasStartTime() bool
- func (o *ExecutionStepExecution) HasStatus() bool
- func (o *ExecutionStepExecution) HasStepForEach() bool
- func (o *ExecutionStepExecution) HasStepLoop() bool
- func (o *ExecutionStepExecution) HasStepOutput() bool
- func (o *ExecutionStepExecution) HasStepRetry() bool
- func (o ExecutionStepExecution) MarshalJSON() ([]byte, error)
- func (o *ExecutionStepExecution) SetEndTime(v string)
- func (o *ExecutionStepExecution) SetId(v string)
- func (o *ExecutionStepExecution) SetInput(v map[string]interface{})
- func (o *ExecutionStepExecution) SetName(v string)
- func (o *ExecutionStepExecution) SetNextStepAction(v ModconfigNextStepAction)
- func (o *ExecutionStepExecution) SetOutput(v ExecutionStepExecutionOutput)
- func (o *ExecutionStepExecution) SetPipelineExecutionId(v string)
- func (o *ExecutionStepExecution) SetStartTime(v string)
- func (o *ExecutionStepExecution) SetStatus(v string)
- func (o *ExecutionStepExecution) SetStepForEach(v ExecutionStepExecutionStepForEach)
- func (o *ExecutionStepExecution) SetStepLoop(v ModconfigStepLoop)
- func (o *ExecutionStepExecution) SetStepOutput(v map[string]interface{})
- func (o *ExecutionStepExecution) SetStepRetry(v ModconfigStepRetry)
- func (o ExecutionStepExecution) ToMap() (map[string]interface{}, error)
- type ExecutionStepExecutionOutput
- func (o *ExecutionStepExecutionOutput) GetData() map[string]interface{}
- func (o *ExecutionStepExecutionOutput) GetDataOk() (map[string]interface{}, bool)
- func (o *ExecutionStepExecutionOutput) GetErrors() []ModconfigStepError
- func (o *ExecutionStepExecutionOutput) GetErrorsOk() ([]ModconfigStepError, bool)
- func (o *ExecutionStepExecutionOutput) GetFailureMode() string
- func (o *ExecutionStepExecutionOutput) GetFailureModeOk() (*string, bool)
- func (o *ExecutionStepExecutionOutput) GetFlowpipe() map[string]interface{}
- func (o *ExecutionStepExecutionOutput) GetFlowpipeOk() (map[string]interface{}, bool)
- func (o ExecutionStepExecutionOutput) GetResourceType() string
- func (o *ExecutionStepExecutionOutput) GetStatus() string
- func (o *ExecutionStepExecutionOutput) GetStatusOk() (*string, bool)
- func (o *ExecutionStepExecutionOutput) HasData() bool
- func (o *ExecutionStepExecutionOutput) HasErrors() bool
- func (o *ExecutionStepExecutionOutput) HasFailureMode() bool
- func (o *ExecutionStepExecutionOutput) HasFlowpipe() bool
- func (o *ExecutionStepExecutionOutput) HasStatus() bool
- func (o ExecutionStepExecutionOutput) MarshalJSON() ([]byte, error)
- func (o *ExecutionStepExecutionOutput) SetData(v map[string]interface{})
- func (o *ExecutionStepExecutionOutput) SetErrors(v []ModconfigStepError)
- func (o *ExecutionStepExecutionOutput) SetFailureMode(v string)
- func (o *ExecutionStepExecutionOutput) SetFlowpipe(v map[string]interface{})
- func (o *ExecutionStepExecutionOutput) SetStatus(v string)
- func (o ExecutionStepExecutionOutput) ToMap() (map[string]interface{}, error)
- type ExecutionStepExecutionStepForEach
- func (o *ExecutionStepExecutionStepForEach) GetForEachStep() bool
- func (o *ExecutionStepExecutionStepForEach) GetForEachStepOk() (*bool, bool)
- func (o *ExecutionStepExecutionStepForEach) GetKey() string
- func (o *ExecutionStepExecutionStepForEach) GetKeyOk() (*string, bool)
- func (o *ExecutionStepExecutionStepForEach) GetOutput() ModconfigOutput
- func (o *ExecutionStepExecutionStepForEach) GetOutputOk() (*ModconfigOutput, bool)
- func (o ExecutionStepExecutionStepForEach) GetResourceType() string
- func (o *ExecutionStepExecutionStepForEach) GetTotalCount() int32
- func (o *ExecutionStepExecutionStepForEach) GetTotalCountOk() (*int32, bool)
- func (o *ExecutionStepExecutionStepForEach) HasForEachStep() bool
- func (o *ExecutionStepExecutionStepForEach) HasOutput() bool
- func (o ExecutionStepExecutionStepForEach) MarshalJSON() ([]byte, error)
- func (o *ExecutionStepExecutionStepForEach) SetForEachStep(v bool)
- func (o *ExecutionStepExecutionStepForEach) SetKey(v string)
- func (o *ExecutionStepExecutionStepForEach) SetOutput(v ModconfigOutput)
- func (o *ExecutionStepExecutionStepForEach) SetTotalCount(v int32)
- func (o ExecutionStepExecutionStepForEach) ToMap() (map[string]interface{}, error)
- type ExecutionStepStatus
- func (o *ExecutionStepStatus) GetErrorHold() bool
- func (o *ExecutionStepStatus) GetErrorHoldOk() (*bool, bool)
- func (o *ExecutionStepStatus) GetFailed() map[string]bool
- func (o *ExecutionStepStatus) GetFailedOk() (*map[string]bool, bool)
- func (o *ExecutionStepStatus) GetFinished() map[string]bool
- func (o *ExecutionStepStatus) GetFinishedOk() (*map[string]bool, bool)
- func (o *ExecutionStepStatus) GetInitializing() bool
- func (o *ExecutionStepStatus) GetInitializingOk() (*bool, bool)
- func (o *ExecutionStepStatus) GetLoopHold() bool
- func (o *ExecutionStepStatus) GetLoopHoldOk() (*bool, bool)
- func (o *ExecutionStepStatus) GetOverralState() string
- func (o *ExecutionStepStatus) GetOverralStateOk() (*string, bool)
- func (o *ExecutionStepStatus) GetQueued() map[string]bool
- func (o *ExecutionStepStatus) GetQueuedOk() (*map[string]bool, bool)
- func (o ExecutionStepStatus) GetResourceType() string
- func (o *ExecutionStepStatus) GetStarted() map[string]bool
- func (o *ExecutionStepStatus) GetStartedOk() (*map[string]bool, bool)
- func (o *ExecutionStepStatus) GetStepExecutions() []ExecutionStepExecution
- func (o *ExecutionStepStatus) GetStepExecutionsOk() ([]ExecutionStepExecution, bool)
- func (o *ExecutionStepStatus) HasErrorHold() bool
- func (o *ExecutionStepStatus) HasFailed() bool
- func (o *ExecutionStepStatus) HasFinished() bool
- func (o *ExecutionStepStatus) HasInitializing() bool
- func (o *ExecutionStepStatus) HasLoopHold() bool
- func (o *ExecutionStepStatus) HasOverralState() bool
- func (o *ExecutionStepStatus) HasQueued() bool
- func (o *ExecutionStepStatus) HasStarted() bool
- func (o *ExecutionStepStatus) HasStepExecutions() bool
- func (o ExecutionStepStatus) MarshalJSON() ([]byte, error)
- func (o *ExecutionStepStatus) SetErrorHold(v bool)
- func (o *ExecutionStepStatus) SetFailed(v map[string]bool)
- func (o *ExecutionStepStatus) SetFinished(v map[string]bool)
- func (o *ExecutionStepStatus) SetInitializing(v bool)
- func (o *ExecutionStepStatus) SetLoopHold(v bool)
- func (o *ExecutionStepStatus) SetOverralState(v string)
- func (o *ExecutionStepStatus) SetQueued(v map[string]bool)
- func (o *ExecutionStepStatus) SetStarted(v map[string]bool)
- func (o *ExecutionStepStatus) SetStepExecutions(v []ExecutionStepExecution)
- func (o ExecutionStepStatus) ToMap() (map[string]interface{}, error)
- type FlowpipeAPIResource
- type FlowpipeRequire
- func (o *FlowpipeRequire) GetMinVersion() string
- func (o *FlowpipeRequire) GetMinVersionOk() (*string, bool)
- func (o FlowpipeRequire) GetResourceType() string
- func (o *FlowpipeRequire) HasMinVersion() bool
- func (o FlowpipeRequire) MarshalJSON() ([]byte, error)
- func (o *FlowpipeRequire) SetMinVersion(v string)
- func (o FlowpipeRequire) ToMap() (map[string]interface{}, error)
- type FlowpipeResponseMetadata
- func (o *FlowpipeResponseMetadata) GetExecutionId() string
- func (o *FlowpipeResponseMetadata) GetExecutionIdOk() (*string, bool)
- func (o *FlowpipeResponseMetadata) GetIsStale() bool
- func (o *FlowpipeResponseMetadata) GetIsStaleOk() (*bool, bool)
- func (o *FlowpipeResponseMetadata) GetLastLoaded() string
- func (o *FlowpipeResponseMetadata) GetLastLoadedOk() (*string, bool)
- func (o *FlowpipeResponseMetadata) GetPipeline() string
- func (o *FlowpipeResponseMetadata) GetPipelineExecutionId() string
- func (o *FlowpipeResponseMetadata) GetPipelineExecutionIdOk() (*string, bool)
- func (o *FlowpipeResponseMetadata) GetPipelineOk() (*string, bool)
- func (o FlowpipeResponseMetadata) GetResourceType() string
- func (o *FlowpipeResponseMetadata) GetStatus() string
- func (o *FlowpipeResponseMetadata) GetStatusOk() (*string, bool)
- func (o *FlowpipeResponseMetadata) GetType() string
- func (o *FlowpipeResponseMetadata) GetTypeOk() (*string, bool)
- func (o *FlowpipeResponseMetadata) HasExecutionId() bool
- func (o *FlowpipeResponseMetadata) HasIsStale() bool
- func (o *FlowpipeResponseMetadata) HasLastLoaded() bool
- func (o *FlowpipeResponseMetadata) HasPipeline() bool
- func (o *FlowpipeResponseMetadata) HasPipelineExecutionId() bool
- func (o *FlowpipeResponseMetadata) HasStatus() bool
- func (o *FlowpipeResponseMetadata) HasType() bool
- func (o FlowpipeResponseMetadata) MarshalJSON() ([]byte, error)
- func (o *FlowpipeResponseMetadata) SetExecutionId(v string)
- func (o *FlowpipeResponseMetadata) SetIsStale(v bool)
- func (o *FlowpipeResponseMetadata) SetLastLoaded(v string)
- func (o *FlowpipeResponseMetadata) SetPipeline(v string)
- func (o *FlowpipeResponseMetadata) SetPipelineExecutionId(v string)
- func (o *FlowpipeResponseMetadata) SetStatus(v string)
- func (o *FlowpipeResponseMetadata) SetType(v string)
- func (o FlowpipeResponseMetadata) ToMap() (map[string]interface{}, error)
- type FlowpipeTriggerResponseMetadata
- func (o *FlowpipeTriggerResponseMetadata) GetIsStale() bool
- func (o *FlowpipeTriggerResponseMetadata) GetIsStaleOk() (*bool, bool)
- func (o *FlowpipeTriggerResponseMetadata) GetLastLoaded() string
- func (o *FlowpipeTriggerResponseMetadata) GetLastLoadedOk() (*string, bool)
- func (o *FlowpipeTriggerResponseMetadata) GetName() string
- func (o *FlowpipeTriggerResponseMetadata) GetNameOk() (*string, bool)
- func (o *FlowpipeTriggerResponseMetadata) GetProcessId() string
- func (o *FlowpipeTriggerResponseMetadata) GetProcessIdOk() (*string, bool)
- func (o FlowpipeTriggerResponseMetadata) GetResourceType() string
- func (o *FlowpipeTriggerResponseMetadata) GetType() string
- func (o *FlowpipeTriggerResponseMetadata) GetTypeOk() (*string, bool)
- func (o *FlowpipeTriggerResponseMetadata) HasIsStale() bool
- func (o *FlowpipeTriggerResponseMetadata) HasLastLoaded() bool
- func (o *FlowpipeTriggerResponseMetadata) HasName() bool
- func (o *FlowpipeTriggerResponseMetadata) HasProcessId() bool
- func (o *FlowpipeTriggerResponseMetadata) HasType() bool
- func (o FlowpipeTriggerResponseMetadata) MarshalJSON() ([]byte, error)
- func (o *FlowpipeTriggerResponseMetadata) SetIsStale(v bool)
- func (o *FlowpipeTriggerResponseMetadata) SetLastLoaded(v string)
- func (o *FlowpipeTriggerResponseMetadata) SetName(v string)
- func (o *FlowpipeTriggerResponseMetadata) SetProcessId(v string)
- func (o *FlowpipeTriggerResponseMetadata) SetType(v string)
- func (o FlowpipeTriggerResponseMetadata) ToMap() (map[string]interface{}, error)
- type FpIntegration
- func (o *FpIntegration) GetBcc() []string
- func (o *FpIntegration) GetBccOk() ([]string, bool)
- func (o *FpIntegration) GetCc() []string
- func (o *FpIntegration) GetCcOk() ([]string, bool)
- func (o *FpIntegration) GetChannel() string
- func (o *FpIntegration) GetChannelOk() (*string, bool)
- func (o *FpIntegration) GetDescription() string
- func (o *FpIntegration) GetDescriptionOk() (*string, bool)
- func (o *FpIntegration) GetEndLineNumber() int32
- func (o *FpIntegration) GetEndLineNumberOk() (*int32, bool)
- func (o *FpIntegration) GetFileName() string
- func (o *FpIntegration) GetFileNameOk() (*string, bool)
- func (o *FpIntegration) GetFrom() string
- func (o *FpIntegration) GetFromOk() (*string, bool)
- func (o *FpIntegration) GetName() string
- func (o *FpIntegration) GetNameOk() (*string, bool)
- func (o FpIntegration) GetResourceType() string
- func (o *FpIntegration) GetSigningSecret() string
- func (o *FpIntegration) GetSigningSecretOk() (*string, bool)
- func (o *FpIntegration) GetSmtpHost() string
- func (o *FpIntegration) GetSmtpHostOk() (*string, bool)
- func (o *FpIntegration) GetSmtpPassword() string
- func (o *FpIntegration) GetSmtpPasswordOk() (*string, bool)
- func (o *FpIntegration) GetSmtpPort() int32
- func (o *FpIntegration) GetSmtpPortOk() (*int32, bool)
- func (o *FpIntegration) GetSmtpTls() string
- func (o *FpIntegration) GetSmtpTlsOk() (*string, bool)
- func (o *FpIntegration) GetSmtpUsername() string
- func (o *FpIntegration) GetSmtpUsernameOk() (*string, bool)
- func (o *FpIntegration) GetSmtpsPort() int32
- func (o *FpIntegration) GetSmtpsPortOk() (*int32, bool)
- func (o *FpIntegration) GetStartLineNumber() int32
- func (o *FpIntegration) GetStartLineNumberOk() (*int32, bool)
- func (o *FpIntegration) GetSubject() string
- func (o *FpIntegration) GetSubjectOk() (*string, bool)
- func (o *FpIntegration) GetTitle() string
- func (o *FpIntegration) GetTitleOk() (*string, bool)
- func (o *FpIntegration) GetTo() []string
- func (o *FpIntegration) GetToOk() ([]string, bool)
- func (o *FpIntegration) GetToken() string
- func (o *FpIntegration) GetTokenOk() (*string, bool)
- func (o *FpIntegration) GetType() string
- func (o *FpIntegration) GetTypeOk() (*string, bool)
- func (o *FpIntegration) GetUrl() string
- func (o *FpIntegration) GetUrlOk() (*string, bool)
- func (o *FpIntegration) GetWebhookUrl() string
- func (o *FpIntegration) GetWebhookUrlOk() (*string, bool)
- func (o *FpIntegration) HasBcc() bool
- func (o *FpIntegration) HasCc() bool
- func (o *FpIntegration) HasChannel() bool
- func (o *FpIntegration) HasDescription() bool
- func (o *FpIntegration) HasEndLineNumber() bool
- func (o *FpIntegration) HasFileName() bool
- func (o *FpIntegration) HasFrom() bool
- func (o *FpIntegration) HasName() bool
- func (o *FpIntegration) HasSigningSecret() bool
- func (o *FpIntegration) HasSmtpHost() bool
- func (o *FpIntegration) HasSmtpPassword() bool
- func (o *FpIntegration) HasSmtpPort() bool
- func (o *FpIntegration) HasSmtpTls() bool
- func (o *FpIntegration) HasSmtpUsername() bool
- func (o *FpIntegration) HasSmtpsPort() bool
- func (o *FpIntegration) HasStartLineNumber() bool
- func (o *FpIntegration) HasSubject() bool
- func (o *FpIntegration) HasTitle() bool
- func (o *FpIntegration) HasTo() bool
- func (o *FpIntegration) HasToken() bool
- func (o *FpIntegration) HasType() bool
- func (o *FpIntegration) HasUrl() bool
- func (o *FpIntegration) HasWebhookUrl() bool
- func (o FpIntegration) MarshalJSON() ([]byte, error)
- func (o *FpIntegration) SetBcc(v []string)
- func (o *FpIntegration) SetCc(v []string)
- func (o *FpIntegration) SetChannel(v string)
- func (o *FpIntegration) SetDescription(v string)
- func (o *FpIntegration) SetEndLineNumber(v int32)
- func (o *FpIntegration) SetFileName(v string)
- func (o *FpIntegration) SetFrom(v string)
- func (o *FpIntegration) SetName(v string)
- func (o *FpIntegration) SetSigningSecret(v string)
- func (o *FpIntegration) SetSmtpHost(v string)
- func (o *FpIntegration) SetSmtpPassword(v string)
- func (o *FpIntegration) SetSmtpPort(v int32)
- func (o *FpIntegration) SetSmtpTls(v string)
- func (o *FpIntegration) SetSmtpUsername(v string)
- func (o *FpIntegration) SetSmtpsPort(v int32)
- func (o *FpIntegration) SetStartLineNumber(v int32)
- func (o *FpIntegration) SetSubject(v string)
- func (o *FpIntegration) SetTitle(v string)
- func (o *FpIntegration) SetTo(v []string)
- func (o *FpIntegration) SetToken(v string)
- func (o *FpIntegration) SetType(v string)
- func (o *FpIntegration) SetUrl(v string)
- func (o *FpIntegration) SetWebhookUrl(v string)
- func (o FpIntegration) ToMap() (map[string]interface{}, error)
- type FpNotifier
- func (o *FpNotifier) GetDescription() string
- func (o *FpNotifier) GetDescriptionOk() (*string, bool)
- func (o *FpNotifier) GetEndLineNumber() int32
- func (o *FpNotifier) GetEndLineNumberOk() (*int32, bool)
- func (o *FpNotifier) GetFileName() string
- func (o *FpNotifier) GetFileNameOk() (*string, bool)
- func (o *FpNotifier) GetName() string
- func (o *FpNotifier) GetNameOk() (*string, bool)
- func (o *FpNotifier) GetNotifies() []FpNotify
- func (o *FpNotifier) GetNotifiesOk() ([]FpNotify, bool)
- func (o FpNotifier) GetResourceType() string
- func (o *FpNotifier) GetStartLineNumber() int32
- func (o *FpNotifier) GetStartLineNumberOk() (*int32, bool)
- func (o *FpNotifier) GetTitle() string
- func (o *FpNotifier) GetTitleOk() (*string, bool)
- func (o *FpNotifier) HasDescription() bool
- func (o *FpNotifier) HasEndLineNumber() bool
- func (o *FpNotifier) HasFileName() bool
- func (o *FpNotifier) HasName() bool
- func (o *FpNotifier) HasNotifies() bool
- func (o *FpNotifier) HasStartLineNumber() bool
- func (o *FpNotifier) HasTitle() bool
- func (o FpNotifier) MarshalJSON() ([]byte, error)
- func (o *FpNotifier) SetDescription(v string)
- func (o *FpNotifier) SetEndLineNumber(v int32)
- func (o *FpNotifier) SetFileName(v string)
- func (o *FpNotifier) SetName(v string)
- func (o *FpNotifier) SetNotifies(v []FpNotify)
- func (o *FpNotifier) SetStartLineNumber(v int32)
- func (o *FpNotifier) SetTitle(v string)
- func (o FpNotifier) ToMap() (map[string]interface{}, error)
- type FpNotify
- func (o *FpNotify) GetBcc() []string
- func (o *FpNotify) GetBccOk() ([]string, bool)
- func (o *FpNotify) GetCc() []string
- func (o *FpNotify) GetCcOk() ([]string, bool)
- func (o *FpNotify) GetChannel() string
- func (o *FpNotify) GetChannelOk() (*string, bool)
- func (o *FpNotify) GetDescription() string
- func (o *FpNotify) GetDescriptionOk() (*string, bool)
- func (o *FpNotify) GetIntegration() string
- func (o *FpNotify) GetIntegrationOk() (*string, bool)
- func (o FpNotify) GetResourceType() string
- func (o *FpNotify) GetSubject() string
- func (o *FpNotify) GetSubjectOk() (*string, bool)
- func (o *FpNotify) GetTitle() string
- func (o *FpNotify) GetTitleOk() (*string, bool)
- func (o *FpNotify) GetTo() []string
- func (o *FpNotify) GetToOk() ([]string, bool)
- func (o *FpNotify) HasBcc() bool
- func (o *FpNotify) HasCc() bool
- func (o *FpNotify) HasChannel() bool
- func (o *FpNotify) HasDescription() bool
- func (o *FpNotify) HasIntegration() bool
- func (o *FpNotify) HasSubject() bool
- func (o *FpNotify) HasTitle() bool
- func (o *FpNotify) HasTo() bool
- func (o FpNotify) MarshalJSON() ([]byte, error)
- func (o *FpNotify) SetBcc(v []string)
- func (o *FpNotify) SetCc(v []string)
- func (o *FpNotify) SetChannel(v string)
- func (o *FpNotify) SetDescription(v string)
- func (o *FpNotify) SetIntegration(v string)
- func (o *FpNotify) SetSubject(v string)
- func (o *FpNotify) SetTitle(v string)
- func (o *FpNotify) SetTo(v []string)
- func (o FpNotify) ToMap() (map[string]interface{}, error)
- type FpPipeline
- func (o *FpPipeline) GetDescription() string
- func (o *FpPipeline) GetDescriptionOk() (*string, bool)
- func (o *FpPipeline) GetDocumentation() string
- func (o *FpPipeline) GetDocumentationOk() (*string, bool)
- func (o *FpPipeline) GetEndLineNumber() int32
- func (o *FpPipeline) GetEndLineNumberOk() (*int32, bool)
- func (o *FpPipeline) GetFileName() string
- func (o *FpPipeline) GetFileNameOk() (*string, bool)
- func (o *FpPipeline) GetMod() string
- func (o *FpPipeline) GetModOk() (*string, bool)
- func (o *FpPipeline) GetName() string
- func (o *FpPipeline) GetNameOk() (*string, bool)
- func (o *FpPipeline) GetOutputs() []ModconfigPipelineOutput
- func (o *FpPipeline) GetOutputsOk() ([]ModconfigPipelineOutput, bool)
- func (o *FpPipeline) GetParams() []FpPipelineParam
- func (o *FpPipeline) GetParamsOk() ([]FpPipelineParam, bool)
- func (o FpPipeline) GetResourceType() string
- func (o *FpPipeline) GetRootMod() string
- func (o *FpPipeline) GetRootModOk() (*string, bool)
- func (o *FpPipeline) GetStartLineNumber() int32
- func (o *FpPipeline) GetStartLineNumberOk() (*int32, bool)
- func (o *FpPipeline) GetSteps() []map[string]interface{}
- func (o *FpPipeline) GetStepsOk() ([]map[string]interface{}, bool)
- func (o *FpPipeline) GetTags() map[string]string
- func (o *FpPipeline) GetTagsOk() (*map[string]string, bool)
- func (o *FpPipeline) GetTitle() string
- func (o *FpPipeline) GetTitleOk() (*string, bool)
- func (o *FpPipeline) HasDescription() bool
- func (o *FpPipeline) HasDocumentation() bool
- func (o *FpPipeline) HasEndLineNumber() bool
- func (o *FpPipeline) HasFileName() bool
- func (o *FpPipeline) HasMod() bool
- func (o *FpPipeline) HasName() bool
- func (o *FpPipeline) HasOutputs() bool
- func (o *FpPipeline) HasParams() bool
- func (o *FpPipeline) HasRootMod() bool
- func (o *FpPipeline) HasStartLineNumber() bool
- func (o *FpPipeline) HasSteps() bool
- func (o *FpPipeline) HasTags() bool
- func (o *FpPipeline) HasTitle() bool
- func (o FpPipeline) MarshalJSON() ([]byte, error)
- func (o *FpPipeline) SetDescription(v string)
- func (o *FpPipeline) SetDocumentation(v string)
- func (o *FpPipeline) SetEndLineNumber(v int32)
- func (o *FpPipeline) SetFileName(v string)
- func (o *FpPipeline) SetMod(v string)
- func (o *FpPipeline) SetName(v string)
- func (o *FpPipeline) SetOutputs(v []ModconfigPipelineOutput)
- func (o *FpPipeline) SetParams(v []FpPipelineParam)
- func (o *FpPipeline) SetRootMod(v string)
- func (o *FpPipeline) SetStartLineNumber(v int32)
- func (o *FpPipeline) SetSteps(v []map[string]interface{})
- func (o *FpPipeline) SetTags(v map[string]string)
- func (o *FpPipeline) SetTitle(v string)
- func (o FpPipeline) ToMap() (map[string]interface{}, error)
- type FpPipelineParam
- func (o *FpPipelineParam) GetDefault() interface{}
- func (o *FpPipelineParam) GetDefaultOk() (*interface{}, bool)
- func (o *FpPipelineParam) GetDescription() string
- func (o *FpPipelineParam) GetDescriptionOk() (*string, bool)
- func (o *FpPipelineParam) GetEnum() []interface{}
- func (o *FpPipelineParam) GetEnumOk() ([]interface{}, bool)
- func (o *FpPipelineParam) GetName() string
- func (o *FpPipelineParam) GetNameOk() (*string, bool)
- func (o *FpPipelineParam) GetOptional() bool
- func (o *FpPipelineParam) GetOptionalOk() (*bool, bool)
- func (o FpPipelineParam) GetResourceType() string
- func (o *FpPipelineParam) GetTags() map[string]string
- func (o *FpPipelineParam) GetTagsOk() (*map[string]string, bool)
- func (o *FpPipelineParam) GetType() interface{}
- func (o *FpPipelineParam) GetTypeOk() (*interface{}, bool)
- func (o *FpPipelineParam) GetTypeString() string
- func (o *FpPipelineParam) GetTypeStringOk() (*string, bool)
- func (o *FpPipelineParam) HasDefault() bool
- func (o *FpPipelineParam) HasDescription() bool
- func (o *FpPipelineParam) HasEnum() bool
- func (o *FpPipelineParam) HasName() bool
- func (o *FpPipelineParam) HasOptional() bool
- func (o *FpPipelineParam) HasTags() bool
- func (o *FpPipelineParam) HasType() bool
- func (o *FpPipelineParam) HasTypeString() bool
- func (o FpPipelineParam) MarshalJSON() ([]byte, error)
- func (o *FpPipelineParam) SetDefault(v interface{})
- func (o *FpPipelineParam) SetDescription(v string)
- func (o *FpPipelineParam) SetEnum(v []interface{})
- func (o *FpPipelineParam) SetName(v string)
- func (o *FpPipelineParam) SetOptional(v bool)
- func (o *FpPipelineParam) SetTags(v map[string]string)
- func (o *FpPipelineParam) SetType(v interface{})
- func (o *FpPipelineParam) SetTypeString(v string)
- func (o FpPipelineParam) ToMap() (map[string]interface{}, error)
- type FpTrigger
- func (o *FpTrigger) GetDescription() string
- func (o *FpTrigger) GetDescriptionOk() (*string, bool)
- func (o *FpTrigger) GetDocumentation() string
- func (o *FpTrigger) GetDocumentationOk() (*string, bool)
- func (o *FpTrigger) GetEnabled() bool
- func (o *FpTrigger) GetEnabledOk() (*bool, bool)
- func (o *FpTrigger) GetEndLineNumber() int32
- func (o *FpTrigger) GetEndLineNumberOk() (*int32, bool)
- func (o *FpTrigger) GetFileName() string
- func (o *FpTrigger) GetFileNameOk() (*string, bool)
- func (o *FpTrigger) GetMod() string
- func (o *FpTrigger) GetModOk() (*string, bool)
- func (o *FpTrigger) GetName() string
- func (o *FpTrigger) GetNameOk() (*string, bool)
- func (o *FpTrigger) GetParams() []FpPipelineParam
- func (o *FpTrigger) GetParamsOk() ([]FpPipelineParam, bool)
- func (o *FpTrigger) GetPipelines() []FpTriggerPipeline
- func (o *FpTrigger) GetPipelinesOk() ([]FpTriggerPipeline, bool)
- func (o *FpTrigger) GetQuery() string
- func (o *FpTrigger) GetQueryOk() (*string, bool)
- func (o FpTrigger) GetResourceType() string
- func (o *FpTrigger) GetRootMod() string
- func (o *FpTrigger) GetRootModOk() (*string, bool)
- func (o *FpTrigger) GetSchedule() string
- func (o *FpTrigger) GetScheduleOk() (*string, bool)
- func (o *FpTrigger) GetStartLineNumber() int32
- func (o *FpTrigger) GetStartLineNumberOk() (*int32, bool)
- func (o *FpTrigger) GetTags() map[string]string
- func (o *FpTrigger) GetTagsOk() (*map[string]string, bool)
- func (o *FpTrigger) GetTitle() string
- func (o *FpTrigger) GetTitleOk() (*string, bool)
- func (o *FpTrigger) GetType() string
- func (o *FpTrigger) GetTypeOk() (*string, bool)
- func (o *FpTrigger) GetUrl() string
- func (o *FpTrigger) GetUrlOk() (*string, bool)
- func (o *FpTrigger) HasDescription() bool
- func (o *FpTrigger) HasDocumentation() bool
- func (o *FpTrigger) HasEnabled() bool
- func (o *FpTrigger) HasEndLineNumber() bool
- func (o *FpTrigger) HasFileName() bool
- func (o *FpTrigger) HasMod() bool
- func (o *FpTrigger) HasName() bool
- func (o *FpTrigger) HasParams() bool
- func (o *FpTrigger) HasPipelines() bool
- func (o *FpTrigger) HasQuery() bool
- func (o *FpTrigger) HasRootMod() bool
- func (o *FpTrigger) HasSchedule() bool
- func (o *FpTrigger) HasStartLineNumber() bool
- func (o *FpTrigger) HasTags() bool
- func (o *FpTrigger) HasTitle() bool
- func (o *FpTrigger) HasType() bool
- func (o *FpTrigger) HasUrl() bool
- func (o FpTrigger) MarshalJSON() ([]byte, error)
- func (o *FpTrigger) SetDescription(v string)
- func (o *FpTrigger) SetDocumentation(v string)
- func (o *FpTrigger) SetEnabled(v bool)
- func (o *FpTrigger) SetEndLineNumber(v int32)
- func (o *FpTrigger) SetFileName(v string)
- func (o *FpTrigger) SetMod(v string)
- func (o *FpTrigger) SetName(v string)
- func (o *FpTrigger) SetParams(v []FpPipelineParam)
- func (o *FpTrigger) SetPipelines(v []FpTriggerPipeline)
- func (o *FpTrigger) SetQuery(v string)
- func (o *FpTrigger) SetRootMod(v string)
- func (o *FpTrigger) SetSchedule(v string)
- func (o *FpTrigger) SetStartLineNumber(v int32)
- func (o *FpTrigger) SetTags(v map[string]string)
- func (o *FpTrigger) SetTitle(v string)
- func (o *FpTrigger) SetType(v string)
- func (o *FpTrigger) SetUrl(v string)
- func (o FpTrigger) ToMap() (map[string]interface{}, error)
- type FpTriggerPipeline
- func (o *FpTriggerPipeline) GetCaptureGroup() string
- func (o *FpTriggerPipeline) GetCaptureGroupOk() (*string, bool)
- func (o *FpTriggerPipeline) GetPipeline() string
- func (o *FpTriggerPipeline) GetPipelineOk() (*string, bool)
- func (o FpTriggerPipeline) GetResourceType() string
- func (o *FpTriggerPipeline) HasCaptureGroup() bool
- func (o *FpTriggerPipeline) HasPipeline() bool
- func (o FpTriggerPipeline) MarshalJSON() ([]byte, error)
- func (o *FpTriggerPipeline) SetCaptureGroup(v string)
- func (o *FpTriggerPipeline) SetPipeline(v string)
- func (o FpTriggerPipeline) ToMap() (map[string]interface{}, error)
- type FpVariable
- func (o *FpVariable) GetDescription() string
- func (o *FpVariable) GetDescriptionOk() (*string, bool)
- func (o *FpVariable) GetEndLineNumber() int32
- func (o *FpVariable) GetEndLineNumberOk() (*int32, bool)
- func (o *FpVariable) GetEnum() []interface{}
- func (o *FpVariable) GetEnumOk() ([]interface{}, bool)
- func (o *FpVariable) GetFileName() string
- func (o *FpVariable) GetFileNameOk() (*string, bool)
- func (o *FpVariable) GetModName() string
- func (o *FpVariable) GetModNameOk() (*string, bool)
- func (o *FpVariable) GetQualifiedName() string
- func (o *FpVariable) GetQualifiedNameOk() (*string, bool)
- func (o *FpVariable) GetResourceName() string
- func (o *FpVariable) GetResourceNameOk() (*string, bool)
- func (o FpVariable) GetResourceType() string
- func (o *FpVariable) GetStartLineNumber() int32
- func (o *FpVariable) GetStartLineNumberOk() (*int32, bool)
- func (o *FpVariable) GetTags() map[string]string
- func (o *FpVariable) GetTagsOk() (*map[string]string, bool)
- func (o *FpVariable) GetType() interface{}
- func (o *FpVariable) GetTypeOk() (*interface{}, bool)
- func (o *FpVariable) GetTypeString() string
- func (o *FpVariable) GetTypeStringOk() (*string, bool)
- func (o *FpVariable) GetValue() interface{}
- func (o *FpVariable) GetValueDefault() interface{}
- func (o *FpVariable) GetValueDefaultOk() (*interface{}, bool)
- func (o *FpVariable) GetValueOk() (*interface{}, bool)
- func (o *FpVariable) HasDescription() bool
- func (o *FpVariable) HasEndLineNumber() bool
- func (o *FpVariable) HasEnum() bool
- func (o *FpVariable) HasFileName() bool
- func (o *FpVariable) HasModName() bool
- func (o *FpVariable) HasQualifiedName() bool
- func (o *FpVariable) HasResourceName() bool
- func (o *FpVariable) HasStartLineNumber() bool
- func (o *FpVariable) HasTags() bool
- func (o *FpVariable) HasType() bool
- func (o *FpVariable) HasTypeString() bool
- func (o *FpVariable) HasValue() bool
- func (o *FpVariable) HasValueDefault() bool
- func (o FpVariable) MarshalJSON() ([]byte, error)
- func (o *FpVariable) SetDescription(v string)
- func (o *FpVariable) SetEndLineNumber(v int32)
- func (o *FpVariable) SetEnum(v []interface{})
- func (o *FpVariable) SetFileName(v string)
- func (o *FpVariable) SetModName(v string)
- func (o *FpVariable) SetQualifiedName(v string)
- func (o *FpVariable) SetResourceName(v string)
- func (o *FpVariable) SetStartLineNumber(v int32)
- func (o *FpVariable) SetTags(v map[string]string)
- func (o *FpVariable) SetType(v interface{})
- func (o *FpVariable) SetTypeString(v string)
- func (o *FpVariable) SetValue(v interface{})
- func (o *FpVariable) SetValueDefault(v interface{})
- func (o FpVariable) ToMap() (map[string]interface{}, error)
- type FperrErrorDetailModel
- func (o *FperrErrorDetailModel) GetLocation() string
- func (o *FperrErrorDetailModel) GetLocationOk() (*string, bool)
- func (o *FperrErrorDetailModel) GetMessage() string
- func (o *FperrErrorDetailModel) GetMessageOk() (*string, bool)
- func (o FperrErrorDetailModel) GetResourceType() string
- func (o *FperrErrorDetailModel) HasLocation() bool
- func (o *FperrErrorDetailModel) HasMessage() bool
- func (o FperrErrorDetailModel) MarshalJSON() ([]byte, error)
- func (o *FperrErrorDetailModel) SetLocation(v string)
- func (o *FperrErrorDetailModel) SetMessage(v string)
- func (o FperrErrorDetailModel) ToMap() (map[string]interface{}, error)
- type FperrErrorModel
- func (o *FperrErrorModel) GetDetail() string
- func (o *FperrErrorModel) GetDetailOk() (*string, bool)
- func (o *FperrErrorModel) GetInstance() string
- func (o *FperrErrorModel) GetInstanceOk() (*string, bool)
- func (o FperrErrorModel) GetResourceType() string
- func (o *FperrErrorModel) GetRetryable() bool
- func (o *FperrErrorModel) GetRetryableOk() (*bool, bool)
- func (o *FperrErrorModel) GetStatus() int32
- func (o *FperrErrorModel) GetStatusOk() (*int32, bool)
- func (o *FperrErrorModel) GetTitle() string
- func (o *FperrErrorModel) GetTitleOk() (*string, bool)
- func (o *FperrErrorModel) GetType() string
- func (o *FperrErrorModel) GetTypeOk() (*string, bool)
- func (o *FperrErrorModel) GetValidationErrors() []FperrErrorDetailModel
- func (o *FperrErrorModel) GetValidationErrorsOk() ([]FperrErrorDetailModel, bool)
- func (o *FperrErrorModel) HasDetail() bool
- func (o *FperrErrorModel) HasRetryable() bool
- func (o *FperrErrorModel) HasValidationErrors() bool
- func (o FperrErrorModel) MarshalJSON() ([]byte, error)
- func (o *FperrErrorModel) SetDetail(v string)
- func (o *FperrErrorModel) SetInstance(v string)
- func (o *FperrErrorModel) SetRetryable(v bool)
- func (o *FperrErrorModel) SetStatus(v int32)
- func (o *FperrErrorModel) SetTitle(v string)
- func (o *FperrErrorModel) SetType(v string)
- func (o *FperrErrorModel) SetValidationErrors(v []FperrErrorDetailModel)
- func (o FperrErrorModel) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type GetPipelineResponse
- func (o *GetPipelineResponse) GetDescription() string
- func (o *GetPipelineResponse) GetDescriptionOk() (*string, bool)
- func (o *GetPipelineResponse) GetDocumentation() string
- func (o *GetPipelineResponse) GetDocumentationOk() (*string, bool)
- func (o *GetPipelineResponse) GetMod() string
- func (o *GetPipelineResponse) GetModOk() (*string, bool)
- func (o *GetPipelineResponse) GetName() string
- func (o *GetPipelineResponse) GetNameOk() (*string, bool)
- func (o *GetPipelineResponse) GetOutputs() []ModconfigPipelineOutput
- func (o *GetPipelineResponse) GetOutputsOk() ([]ModconfigPipelineOutput, bool)
- func (o *GetPipelineResponse) GetParams() []FpPipelineParam
- func (o *GetPipelineResponse) GetParamsOk() ([]FpPipelineParam, bool)
- func (o GetPipelineResponse) GetResourceType() string
- func (o *GetPipelineResponse) GetSteps() []map[string]interface{}
- func (o *GetPipelineResponse) GetStepsOk() ([]map[string]interface{}, bool)
- func (o *GetPipelineResponse) GetTags() map[string]string
- func (o *GetPipelineResponse) GetTagsOk() (*map[string]string, bool)
- func (o *GetPipelineResponse) GetTitle() string
- func (o *GetPipelineResponse) GetTitleOk() (*string, bool)
- func (o *GetPipelineResponse) HasDescription() bool
- func (o *GetPipelineResponse) HasDocumentation() bool
- func (o *GetPipelineResponse) HasMod() bool
- func (o *GetPipelineResponse) HasName() bool
- func (o *GetPipelineResponse) HasOutputs() bool
- func (o *GetPipelineResponse) HasParams() bool
- func (o *GetPipelineResponse) HasSteps() bool
- func (o *GetPipelineResponse) HasTags() bool
- func (o *GetPipelineResponse) HasTitle() bool
- func (o GetPipelineResponse) MarshalJSON() ([]byte, error)
- func (o *GetPipelineResponse) SetDescription(v string)
- func (o *GetPipelineResponse) SetDocumentation(v string)
- func (o *GetPipelineResponse) SetMod(v string)
- func (o *GetPipelineResponse) SetName(v string)
- func (o *GetPipelineResponse) SetOutputs(v []ModconfigPipelineOutput)
- func (o *GetPipelineResponse) SetParams(v []FpPipelineParam)
- func (o *GetPipelineResponse) SetSteps(v []map[string]interface{})
- func (o *GetPipelineResponse) SetTags(v map[string]string)
- func (o *GetPipelineResponse) SetTitle(v string)
- func (o GetPipelineResponse) ToMap() (map[string]interface{}, error)
- type HclPos
- func (o *HclPos) GetByte() int32
- func (o *HclPos) GetByteOk() (*int32, bool)
- func (o *HclPos) GetColumn() int32
- func (o *HclPos) GetColumnOk() (*int32, bool)
- func (o *HclPos) GetLine() int32
- func (o *HclPos) GetLineOk() (*int32, bool)
- func (o HclPos) GetResourceType() string
- func (o *HclPos) HasByte() bool
- func (o *HclPos) HasColumn() bool
- func (o *HclPos) HasLine() bool
- func (o HclPos) MarshalJSON() ([]byte, error)
- func (o *HclPos) SetByte(v int32)
- func (o *HclPos) SetColumn(v int32)
- func (o *HclPos) SetLine(v int32)
- func (o HclPos) ToMap() (map[string]interface{}, error)
- type HclRange
- func (o *HclRange) GetFilename() string
- func (o *HclRange) GetFilenameOk() (*string, bool)
- func (o HclRange) GetResourceType() string
- func (o *HclRange) GetStart() HclRangeStart
- func (o *HclRange) GetStartOk() (*HclRangeStart, bool)
- func (o *HclRange) HasFilename() bool
- func (o *HclRange) HasStart() bool
- func (o HclRange) MarshalJSON() ([]byte, error)
- func (o *HclRange) SetFilename(v string)
- func (o *HclRange) SetStart(v HclRangeStart)
- func (o HclRange) ToMap() (map[string]interface{}, error)
- type HclRangeStart
- func (o *HclRangeStart) GetByte() int32
- func (o *HclRangeStart) GetByteOk() (*int32, bool)
- func (o *HclRangeStart) GetColumn() int32
- func (o *HclRangeStart) GetColumnOk() (*int32, bool)
- func (o *HclRangeStart) GetLine() int32
- func (o *HclRangeStart) GetLineOk() (*int32, bool)
- func (o HclRangeStart) GetResourceType() string
- func (o *HclRangeStart) HasByte() bool
- func (o *HclRangeStart) HasColumn() bool
- func (o *HclRangeStart) HasLine() bool
- func (o HclRangeStart) MarshalJSON() ([]byte, error)
- func (o *HclRangeStart) SetByte(v int32)
- func (o *HclRangeStart) SetColumn(v int32)
- func (o *HclRangeStart) SetLine(v int32)
- func (o HclRangeStart) ToMap() (map[string]interface{}, error)
- type IntegrationApiGetRequest
- type IntegrationApiListRequest
- type IntegrationApiService
- func (a *IntegrationApiService) Get(ctx context.Context, integrationName string) IntegrationApiGetRequest
- func (a *IntegrationApiService) GetExecute(r IntegrationApiGetRequest) (*FpIntegration, *http.Response, error)
- func (a *IntegrationApiService) List(ctx context.Context) IntegrationApiListRequest
- func (a *IntegrationApiService) ListExecute(r IntegrationApiListRequest) (*ListIntegrationResponse, *http.Response, error)
- type ListIntegrationResponse
- func (o *ListIntegrationResponse) GetItems() []FpIntegration
- func (o *ListIntegrationResponse) GetItemsOk() ([]FpIntegration, bool)
- func (o *ListIntegrationResponse) GetNextToken() string
- func (o *ListIntegrationResponse) GetNextTokenOk() (*string, bool)
- func (o ListIntegrationResponse) GetResourceType() string
- func (o *ListIntegrationResponse) HasItems() bool
- func (o *ListIntegrationResponse) HasNextToken() bool
- func (o ListIntegrationResponse) MarshalJSON() ([]byte, error)
- func (o *ListIntegrationResponse) SetItems(v []FpIntegration)
- func (o *ListIntegrationResponse) SetNextToken(v string)
- func (o ListIntegrationResponse) ToMap() (map[string]interface{}, error)
- type ListNotifierResponse
- func (o *ListNotifierResponse) GetItems() []FpNotifier
- func (o *ListNotifierResponse) GetItemsOk() ([]FpNotifier, bool)
- func (o *ListNotifierResponse) GetNextToken() string
- func (o *ListNotifierResponse) GetNextTokenOk() (*string, bool)
- func (o ListNotifierResponse) GetResourceType() string
- func (o *ListNotifierResponse) HasItems() bool
- func (o *ListNotifierResponse) HasNextToken() bool
- func (o ListNotifierResponse) MarshalJSON() ([]byte, error)
- func (o *ListNotifierResponse) SetItems(v []FpNotifier)
- func (o *ListNotifierResponse) SetNextToken(v string)
- func (o ListNotifierResponse) ToMap() (map[string]interface{}, error)
- type ListPipelineResponse
- func (o *ListPipelineResponse) GetItems() []FpPipeline
- func (o *ListPipelineResponse) GetItemsOk() ([]FpPipeline, bool)
- func (o *ListPipelineResponse) GetNextToken() string
- func (o *ListPipelineResponse) GetNextTokenOk() (*string, bool)
- func (o ListPipelineResponse) GetResourceType() string
- func (o *ListPipelineResponse) HasItems() bool
- func (o *ListPipelineResponse) HasNextToken() bool
- func (o ListPipelineResponse) MarshalJSON() ([]byte, error)
- func (o *ListPipelineResponse) SetItems(v []FpPipeline)
- func (o *ListPipelineResponse) SetNextToken(v string)
- func (o ListPipelineResponse) ToMap() (map[string]interface{}, error)
- type ListPipelineResponseItem
- func (o *ListPipelineResponseItem) GetDescription() string
- func (o *ListPipelineResponseItem) GetDescriptionOk() (*string, bool)
- func (o *ListPipelineResponseItem) GetDocumentation() string
- func (o *ListPipelineResponseItem) GetDocumentationOk() (*string, bool)
- func (o *ListPipelineResponseItem) GetMod() string
- func (o *ListPipelineResponseItem) GetModOk() (*string, bool)
- func (o *ListPipelineResponseItem) GetName() string
- func (o *ListPipelineResponseItem) GetNameOk() (*string, bool)
- func (o ListPipelineResponseItem) GetResourceType() string
- func (o *ListPipelineResponseItem) GetTags() map[string]string
- func (o *ListPipelineResponseItem) GetTagsOk() (*map[string]string, bool)
- func (o *ListPipelineResponseItem) GetTitle() string
- func (o *ListPipelineResponseItem) GetTitleOk() (*string, bool)
- func (o *ListPipelineResponseItem) HasDescription() bool
- func (o *ListPipelineResponseItem) HasDocumentation() bool
- func (o *ListPipelineResponseItem) HasMod() bool
- func (o *ListPipelineResponseItem) HasName() bool
- func (o *ListPipelineResponseItem) HasTags() bool
- func (o *ListPipelineResponseItem) HasTitle() bool
- func (o ListPipelineResponseItem) MarshalJSON() ([]byte, error)
- func (o *ListPipelineResponseItem) SetDescription(v string)
- func (o *ListPipelineResponseItem) SetDocumentation(v string)
- func (o *ListPipelineResponseItem) SetMod(v string)
- func (o *ListPipelineResponseItem) SetName(v string)
- func (o *ListPipelineResponseItem) SetTags(v map[string]string)
- func (o *ListPipelineResponseItem) SetTitle(v string)
- func (o ListPipelineResponseItem) ToMap() (map[string]interface{}, error)
- type ListProcessLogJSONResponse
- func (o *ListProcessLogJSONResponse) GetItems() []EventEventLogImpl
- func (o *ListProcessLogJSONResponse) GetItemsOk() ([]EventEventLogImpl, bool)
- func (o *ListProcessLogJSONResponse) GetNextToken() string
- func (o *ListProcessLogJSONResponse) GetNextTokenOk() (*string, bool)
- func (o ListProcessLogJSONResponse) GetResourceType() string
- func (o *ListProcessLogJSONResponse) HasItems() bool
- func (o *ListProcessLogJSONResponse) HasNextToken() bool
- func (o ListProcessLogJSONResponse) MarshalJSON() ([]byte, error)
- func (o *ListProcessLogJSONResponse) SetItems(v []EventEventLogImpl)
- func (o *ListProcessLogJSONResponse) SetNextToken(v string)
- func (o ListProcessLogJSONResponse) ToMap() (map[string]interface{}, error)
- type ListProcessResponse
- func (o *ListProcessResponse) GetItems() []Process
- func (o *ListProcessResponse) GetItemsOk() ([]Process, bool)
- func (o *ListProcessResponse) GetNextToken() string
- func (o *ListProcessResponse) GetNextTokenOk() (*string, bool)
- func (o ListProcessResponse) GetResourceType() string
- func (o *ListProcessResponse) HasItems() bool
- func (o *ListProcessResponse) HasNextToken() bool
- func (o ListProcessResponse) MarshalJSON() ([]byte, error)
- func (o *ListProcessResponse) SetItems(v []Process)
- func (o *ListProcessResponse) SetNextToken(v string)
- func (o ListProcessResponse) ToMap() (map[string]interface{}, error)
- type ListTriggerResponse
- func (o *ListTriggerResponse) GetItems() []FpTrigger
- func (o *ListTriggerResponse) GetItemsOk() ([]FpTrigger, bool)
- func (o *ListTriggerResponse) GetNextToken() string
- func (o *ListTriggerResponse) GetNextTokenOk() (*string, bool)
- func (o ListTriggerResponse) GetResourceType() string
- func (o *ListTriggerResponse) HasItems() bool
- func (o *ListTriggerResponse) HasNextToken() bool
- func (o ListTriggerResponse) MarshalJSON() ([]byte, error)
- func (o *ListTriggerResponse) SetItems(v []FpTrigger)
- func (o *ListTriggerResponse) SetNextToken(v string)
- func (o ListTriggerResponse) ToMap() (map[string]interface{}, error)
- type ListVariableResponse
- func (o *ListVariableResponse) GetItems() []FpVariable
- func (o *ListVariableResponse) GetItemsOk() ([]FpVariable, bool)
- func (o *ListVariableResponse) GetNextToken() string
- func (o *ListVariableResponse) GetNextTokenOk() (*string, bool)
- func (o ListVariableResponse) GetResourceType() string
- func (o *ListVariableResponse) HasItems() bool
- func (o *ListVariableResponse) HasNextToken() bool
- func (o ListVariableResponse) MarshalJSON() ([]byte, error)
- func (o *ListVariableResponse) SetItems(v []FpVariable)
- func (o *ListVariableResponse) SetNextToken(v string)
- func (o ListVariableResponse) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type Mod
- func (o *Mod) GetCategories() []string
- func (o *Mod) GetCategoriesOk() ([]string, bool)
- func (o *Mod) GetColor() string
- func (o *Mod) GetColorOk() (*string, bool)
- func (o *Mod) GetDescription() string
- func (o *Mod) GetDescriptionOk() (*string, bool)
- func (o *Mod) GetDocumentation() string
- func (o *Mod) GetDocumentationOk() (*string, bool)
- func (o *Mod) GetName() string
- func (o *Mod) GetNameOk() (*string, bool)
- func (o *Mod) GetOpengraph() OpenGraph
- func (o *Mod) GetOpengraphOk() (*OpenGraph, bool)
- func (o *Mod) GetRequire() Require
- func (o *Mod) GetRequireOk() (*Require, bool)
- func (o Mod) GetResourceType() string
- func (o *Mod) GetTitle() string
- func (o *Mod) GetTitleOk() (*string, bool)
- func (o *Mod) HasCategories() bool
- func (o *Mod) HasColor() bool
- func (o *Mod) HasDescription() bool
- func (o *Mod) HasDocumentation() bool
- func (o *Mod) HasName() bool
- func (o *Mod) HasOpengraph() bool
- func (o *Mod) HasRequire() bool
- func (o *Mod) HasTitle() bool
- func (o Mod) MarshalJSON() ([]byte, error)
- func (o *Mod) SetCategories(v []string)
- func (o *Mod) SetColor(v string)
- func (o *Mod) SetDescription(v string)
- func (o *Mod) SetDocumentation(v string)
- func (o *Mod) SetName(v string)
- func (o *Mod) SetOpengraph(v OpenGraph)
- func (o *Mod) SetRequire(v Require)
- func (o *Mod) SetTitle(v string)
- func (o Mod) ToMap() (map[string]interface{}, error)
- type ModApiGetRequest
- type ModApiService
- type ModVersionConstraint
- func (o *ModVersionConstraint) GetName() string
- func (o *ModVersionConstraint) GetNameOk() (*string, bool)
- func (o ModVersionConstraint) GetResourceType() string
- func (o *ModVersionConstraint) GetVersion() string
- func (o *ModVersionConstraint) GetVersionOk() (*string, bool)
- func (o *ModVersionConstraint) HasName() bool
- func (o *ModVersionConstraint) HasVersion() bool
- func (o ModVersionConstraint) MarshalJSON() ([]byte, error)
- func (o *ModVersionConstraint) SetName(v string)
- func (o *ModVersionConstraint) SetVersion(v string)
- func (o ModVersionConstraint) ToMap() (map[string]interface{}, error)
- type ModconfigNextStepAction
- type ModconfigOutput
- func (o *ModconfigOutput) GetData() map[string]interface{}
- func (o *ModconfigOutput) GetDataOk() (map[string]interface{}, bool)
- func (o *ModconfigOutput) GetErrors() []ModconfigStepError
- func (o *ModconfigOutput) GetErrorsOk() ([]ModconfigStepError, bool)
- func (o *ModconfigOutput) GetFailureMode() string
- func (o *ModconfigOutput) GetFailureModeOk() (*string, bool)
- func (o *ModconfigOutput) GetFlowpipe() map[string]interface{}
- func (o *ModconfigOutput) GetFlowpipeOk() (map[string]interface{}, bool)
- func (o ModconfigOutput) GetResourceType() string
- func (o *ModconfigOutput) GetStatus() string
- func (o *ModconfigOutput) GetStatusOk() (*string, bool)
- func (o *ModconfigOutput) HasData() bool
- func (o *ModconfigOutput) HasErrors() bool
- func (o *ModconfigOutput) HasFailureMode() bool
- func (o *ModconfigOutput) HasFlowpipe() bool
- func (o *ModconfigOutput) HasStatus() bool
- func (o ModconfigOutput) MarshalJSON() ([]byte, error)
- func (o *ModconfigOutput) SetData(v map[string]interface{})
- func (o *ModconfigOutput) SetErrors(v []ModconfigStepError)
- func (o *ModconfigOutput) SetFailureMode(v string)
- func (o *ModconfigOutput) SetFlowpipe(v map[string]interface{})
- func (o *ModconfigOutput) SetStatus(v string)
- func (o ModconfigOutput) ToMap() (map[string]interface{}, error)
- type ModconfigPipeline
- func (o *ModconfigPipeline) GetName() string
- func (o *ModconfigPipeline) GetNameOk() (*string, bool)
- func (o *ModconfigPipeline) GetOutputs() []ModconfigPipelineOutput
- func (o *ModconfigPipeline) GetOutputsOk() ([]ModconfigPipelineOutput, bool)
- func (o *ModconfigPipeline) GetPipelineName() string
- func (o *ModconfigPipeline) GetPipelineNameOk() (*string, bool)
- func (o ModconfigPipeline) GetResourceType() string
- func (o *ModconfigPipeline) GetSteps() []map[string]interface{}
- func (o *ModconfigPipeline) GetStepsOk() ([]map[string]interface{}, bool)
- func (o *ModconfigPipeline) HasName() bool
- func (o *ModconfigPipeline) HasOutputs() bool
- func (o *ModconfigPipeline) HasPipelineName() bool
- func (o *ModconfigPipeline) HasSteps() bool
- func (o ModconfigPipeline) MarshalJSON() ([]byte, error)
- func (o *ModconfigPipeline) SetName(v string)
- func (o *ModconfigPipeline) SetOutputs(v []ModconfigPipelineOutput)
- func (o *ModconfigPipeline) SetPipelineName(v string)
- func (o *ModconfigPipeline) SetSteps(v []map[string]interface{})
- func (o ModconfigPipeline) ToMap() (map[string]interface{}, error)
- type ModconfigPipelineOutput
- func (o *ModconfigPipelineOutput) GetConnectionDependsOn() []string
- func (o *ModconfigPipelineOutput) GetConnectionDependsOnOk() ([]string, bool)
- func (o *ModconfigPipelineOutput) GetCredentialDependsOn() []string
- func (o *ModconfigPipelineOutput) GetCredentialDependsOnOk() ([]string, bool)
- func (o *ModconfigPipelineOutput) GetDependsOn() []string
- func (o *ModconfigPipelineOutput) GetDependsOnOk() ([]string, bool)
- func (o *ModconfigPipelineOutput) GetDescription() string
- func (o *ModconfigPipelineOutput) GetDescriptionOk() (*string, bool)
- func (o *ModconfigPipelineOutput) GetName() string
- func (o *ModconfigPipelineOutput) GetNameOk() (*string, bool)
- func (o *ModconfigPipelineOutput) GetRange() HclRange
- func (o *ModconfigPipelineOutput) GetRangeOk() (*HclRange, bool)
- func (o *ModconfigPipelineOutput) GetResolved() bool
- func (o *ModconfigPipelineOutput) GetResolvedOk() (*bool, bool)
- func (o ModconfigPipelineOutput) GetResourceType() string
- func (o *ModconfigPipelineOutput) GetValue() map[string]interface{}
- func (o *ModconfigPipelineOutput) GetValueOk() (map[string]interface{}, bool)
- func (o *ModconfigPipelineOutput) HasConnectionDependsOn() bool
- func (o *ModconfigPipelineOutput) HasCredentialDependsOn() bool
- func (o *ModconfigPipelineOutput) HasDependsOn() bool
- func (o *ModconfigPipelineOutput) HasDescription() bool
- func (o *ModconfigPipelineOutput) HasName() bool
- func (o *ModconfigPipelineOutput) HasRange() bool
- func (o *ModconfigPipelineOutput) HasResolved() bool
- func (o *ModconfigPipelineOutput) HasValue() bool
- func (o ModconfigPipelineOutput) MarshalJSON() ([]byte, error)
- func (o *ModconfigPipelineOutput) SetConnectionDependsOn(v []string)
- func (o *ModconfigPipelineOutput) SetCredentialDependsOn(v []string)
- func (o *ModconfigPipelineOutput) SetDependsOn(v []string)
- func (o *ModconfigPipelineOutput) SetDescription(v string)
- func (o *ModconfigPipelineOutput) SetName(v string)
- func (o *ModconfigPipelineOutput) SetRange(v HclRange)
- func (o *ModconfigPipelineOutput) SetResolved(v bool)
- func (o *ModconfigPipelineOutput) SetValue(v map[string]interface{})
- func (o ModconfigPipelineOutput) ToMap() (map[string]interface{}, error)
- type ModconfigPipelineParam
- func (o *ModconfigPipelineParam) GetDescription() string
- func (o *ModconfigPipelineParam) GetDescriptionOk() (*string, bool)
- func (o *ModconfigPipelineParam) GetName() string
- func (o *ModconfigPipelineParam) GetNameOk() (*string, bool)
- func (o *ModconfigPipelineParam) GetOptional() bool
- func (o *ModconfigPipelineParam) GetOptionalOk() (*bool, bool)
- func (o ModconfigPipelineParam) GetResourceType() string
- func (o *ModconfigPipelineParam) HasDescription() bool
- func (o *ModconfigPipelineParam) HasName() bool
- func (o *ModconfigPipelineParam) HasOptional() bool
- func (o ModconfigPipelineParam) MarshalJSON() ([]byte, error)
- func (o *ModconfigPipelineParam) SetDescription(v string)
- func (o *ModconfigPipelineParam) SetName(v string)
- func (o *ModconfigPipelineParam) SetOptional(v bool)
- func (o ModconfigPipelineParam) ToMap() (map[string]interface{}, error)
- type ModconfigStepError
- func (o *ModconfigStepError) GetError() PerrErrorModel
- func (o *ModconfigStepError) GetErrorOk() (*PerrErrorModel, bool)
- func (o *ModconfigStepError) GetPipeline() string
- func (o *ModconfigStepError) GetPipelineExecutionId() string
- func (o *ModconfigStepError) GetPipelineExecutionIdOk() (*string, bool)
- func (o *ModconfigStepError) GetPipelineOk() (*string, bool)
- func (o ModconfigStepError) GetResourceType() string
- func (o *ModconfigStepError) GetStep() string
- func (o *ModconfigStepError) GetStepExecutionId() string
- func (o *ModconfigStepError) GetStepExecutionIdOk() (*string, bool)
- func (o *ModconfigStepError) GetStepOk() (*string, bool)
- func (o *ModconfigStepError) HasError() bool
- func (o *ModconfigStepError) HasPipeline() bool
- func (o *ModconfigStepError) HasPipelineExecutionId() bool
- func (o *ModconfigStepError) HasStep() bool
- func (o *ModconfigStepError) HasStepExecutionId() bool
- func (o ModconfigStepError) MarshalJSON() ([]byte, error)
- func (o *ModconfigStepError) SetError(v PerrErrorModel)
- func (o *ModconfigStepError) SetPipeline(v string)
- func (o *ModconfigStepError) SetPipelineExecutionId(v string)
- func (o *ModconfigStepError) SetStep(v string)
- func (o *ModconfigStepError) SetStepExecutionId(v string)
- func (o ModconfigStepError) ToMap() (map[string]interface{}, error)
- type ModconfigStepForEach
- func (o *ModconfigStepForEach) GetForEachStep() bool
- func (o *ModconfigStepForEach) GetForEachStepOk() (*bool, bool)
- func (o *ModconfigStepForEach) GetKey() string
- func (o *ModconfigStepForEach) GetKeyOk() (*string, bool)
- func (o *ModconfigStepForEach) GetOutput() ModconfigOutput
- func (o *ModconfigStepForEach) GetOutputOk() (*ModconfigOutput, bool)
- func (o ModconfigStepForEach) GetResourceType() string
- func (o *ModconfigStepForEach) GetTotalCount() int32
- func (o *ModconfigStepForEach) GetTotalCountOk() (*int32, bool)
- func (o *ModconfigStepForEach) HasForEachStep() bool
- func (o *ModconfigStepForEach) HasOutput() bool
- func (o ModconfigStepForEach) MarshalJSON() ([]byte, error)
- func (o *ModconfigStepForEach) SetForEachStep(v bool)
- func (o *ModconfigStepForEach) SetKey(v string)
- func (o *ModconfigStepForEach) SetOutput(v ModconfigOutput)
- func (o *ModconfigStepForEach) SetTotalCount(v int32)
- func (o ModconfigStepForEach) ToMap() (map[string]interface{}, error)
- type ModconfigStepLoop
- func (o *ModconfigStepLoop) GetIndex() int32
- func (o *ModconfigStepLoop) GetIndexOk() (*int32, bool)
- func (o *ModconfigStepLoop) GetInput() map[string]interface{}
- func (o *ModconfigStepLoop) GetInputOk() (map[string]interface{}, bool)
- func (o *ModconfigStepLoop) GetLoopCompleted() bool
- func (o *ModconfigStepLoop) GetLoopCompletedOk() (*bool, bool)
- func (o ModconfigStepLoop) GetResourceType() string
- func (o *ModconfigStepLoop) HasInput() bool
- func (o *ModconfigStepLoop) HasLoopCompleted() bool
- func (o ModconfigStepLoop) MarshalJSON() ([]byte, error)
- func (o *ModconfigStepLoop) SetIndex(v int32)
- func (o *ModconfigStepLoop) SetInput(v map[string]interface{})
- func (o *ModconfigStepLoop) SetLoopCompleted(v bool)
- func (o ModconfigStepLoop) ToMap() (map[string]interface{}, error)
- type ModconfigStepRetry
- func (o *ModconfigStepRetry) GetCount() int32
- func (o *ModconfigStepRetry) GetCountOk() (*int32, bool)
- func (o *ModconfigStepRetry) GetInput() map[string]interface{}
- func (o *ModconfigStepRetry) GetInputOk() (map[string]interface{}, bool)
- func (o ModconfigStepRetry) GetResourceType() string
- func (o *ModconfigStepRetry) GetRetryCompleted() bool
- func (o *ModconfigStepRetry) GetRetryCompletedOk() (*bool, bool)
- func (o *ModconfigStepRetry) HasInput() bool
- func (o *ModconfigStepRetry) HasRetryCompleted() bool
- func (o ModconfigStepRetry) MarshalJSON() ([]byte, error)
- func (o *ModconfigStepRetry) SetCount(v int32)
- func (o *ModconfigStepRetry) SetInput(v map[string]interface{})
- func (o *ModconfigStepRetry) SetRetryCompleted(v bool)
- func (o ModconfigStepRetry) ToMap() (map[string]interface{}, error)
- type NextStepAction
- type NotifierApiGetRequest
- type NotifierApiListRequest
- type NotifierApiService
- func (a *NotifierApiService) Get(ctx context.Context, notifierName string) NotifierApiGetRequest
- func (a *NotifierApiService) GetExecute(r NotifierApiGetRequest) (*FpNotifier, *http.Response, error)
- func (a *NotifierApiService) List(ctx context.Context) NotifierApiListRequest
- func (a *NotifierApiService) ListExecute(r NotifierApiListRequest) (*ListNotifierResponse, *http.Response, error)
- type NullableBool
- type NullableCmdPipeline
- func (v NullableCmdPipeline) Get() *CmdPipeline
- func (v NullableCmdPipeline) IsSet() bool
- func (v NullableCmdPipeline) MarshalJSON() ([]byte, error)
- func (v *NullableCmdPipeline) Set(val *CmdPipeline)
- func (v *NullableCmdPipeline) UnmarshalJSON(src []byte) error
- func (v *NullableCmdPipeline) Unset()
- type NullableCmdTrigger
- type NullableErrorDetailModel
- func (v NullableErrorDetailModel) Get() *ErrorDetailModel
- func (v NullableErrorDetailModel) IsSet() bool
- func (v NullableErrorDetailModel) MarshalJSON() ([]byte, error)
- func (v *NullableErrorDetailModel) Set(val *ErrorDetailModel)
- func (v *NullableErrorDetailModel) UnmarshalJSON(src []byte) error
- func (v *NullableErrorDetailModel) Unset()
- type NullableErrorModel
- type NullableEventEventLogImpl
- func (v NullableEventEventLogImpl) Get() *EventEventLogImpl
- func (v NullableEventEventLogImpl) IsSet() bool
- func (v NullableEventEventLogImpl) MarshalJSON() ([]byte, error)
- func (v *NullableEventEventLogImpl) Set(val *EventEventLogImpl)
- func (v *NullableEventEventLogImpl) UnmarshalJSON(src []byte) error
- func (v *NullableEventEventLogImpl) Unset()
- type NullableExecutionExecution
- func (v NullableExecutionExecution) Get() *ExecutionExecution
- func (v NullableExecutionExecution) IsSet() bool
- func (v NullableExecutionExecution) MarshalJSON() ([]byte, error)
- func (v *NullableExecutionExecution) Set(val *ExecutionExecution)
- func (v *NullableExecutionExecution) UnmarshalJSON(src []byte) error
- func (v *NullableExecutionExecution) Unset()
- type NullableExecutionPipelineExecution
- func (v NullableExecutionPipelineExecution) Get() *ExecutionPipelineExecution
- func (v NullableExecutionPipelineExecution) IsSet() bool
- func (v NullableExecutionPipelineExecution) MarshalJSON() ([]byte, error)
- func (v *NullableExecutionPipelineExecution) Set(val *ExecutionPipelineExecution)
- func (v *NullableExecutionPipelineExecution) UnmarshalJSON(src []byte) error
- func (v *NullableExecutionPipelineExecution) Unset()
- type NullableExecutionSnapshot
- func (v NullableExecutionSnapshot) Get() *ExecutionSnapshot
- func (v NullableExecutionSnapshot) IsSet() bool
- func (v NullableExecutionSnapshot) MarshalJSON() ([]byte, error)
- func (v *NullableExecutionSnapshot) Set(val *ExecutionSnapshot)
- func (v *NullableExecutionSnapshot) UnmarshalJSON(src []byte) error
- func (v *NullableExecutionSnapshot) Unset()
- type NullableExecutionSnapshotLayout
- func (v NullableExecutionSnapshotLayout) Get() *ExecutionSnapshotLayout
- func (v NullableExecutionSnapshotLayout) IsSet() bool
- func (v NullableExecutionSnapshotLayout) MarshalJSON() ([]byte, error)
- func (v *NullableExecutionSnapshotLayout) Set(val *ExecutionSnapshotLayout)
- func (v *NullableExecutionSnapshotLayout) UnmarshalJSON(src []byte) error
- func (v *NullableExecutionSnapshotLayout) Unset()
- type NullableExecutionSnapshotPanel
- func (v NullableExecutionSnapshotPanel) Get() *ExecutionSnapshotPanel
- func (v NullableExecutionSnapshotPanel) IsSet() bool
- func (v NullableExecutionSnapshotPanel) MarshalJSON() ([]byte, error)
- func (v *NullableExecutionSnapshotPanel) Set(val *ExecutionSnapshotPanel)
- func (v *NullableExecutionSnapshotPanel) UnmarshalJSON(src []byte) error
- func (v *NullableExecutionSnapshotPanel) Unset()
- type NullableExecutionSnapshotPanelData
- func (v NullableExecutionSnapshotPanelData) Get() *ExecutionSnapshotPanelData
- func (v NullableExecutionSnapshotPanelData) IsSet() bool
- func (v NullableExecutionSnapshotPanelData) MarshalJSON() ([]byte, error)
- func (v *NullableExecutionSnapshotPanelData) Set(val *ExecutionSnapshotPanelData)
- func (v *NullableExecutionSnapshotPanelData) UnmarshalJSON(src []byte) error
- func (v *NullableExecutionSnapshotPanelData) Unset()
- type NullableExecutionSnapshotPanelDataColumn
- func (v NullableExecutionSnapshotPanelDataColumn) Get() *ExecutionSnapshotPanelDataColumn
- func (v NullableExecutionSnapshotPanelDataColumn) IsSet() bool
- func (v NullableExecutionSnapshotPanelDataColumn) MarshalJSON() ([]byte, error)
- func (v *NullableExecutionSnapshotPanelDataColumn) Set(val *ExecutionSnapshotPanelDataColumn)
- func (v *NullableExecutionSnapshotPanelDataColumn) UnmarshalJSON(src []byte) error
- func (v *NullableExecutionSnapshotPanelDataColumn) Unset()
- type NullableExecutionStepExecution
- func (v NullableExecutionStepExecution) Get() *ExecutionStepExecution
- func (v NullableExecutionStepExecution) IsSet() bool
- func (v NullableExecutionStepExecution) MarshalJSON() ([]byte, error)
- func (v *NullableExecutionStepExecution) Set(val *ExecutionStepExecution)
- func (v *NullableExecutionStepExecution) UnmarshalJSON(src []byte) error
- func (v *NullableExecutionStepExecution) Unset()
- type NullableExecutionStepExecutionOutput
- func (v NullableExecutionStepExecutionOutput) Get() *ExecutionStepExecutionOutput
- func (v NullableExecutionStepExecutionOutput) IsSet() bool
- func (v NullableExecutionStepExecutionOutput) MarshalJSON() ([]byte, error)
- func (v *NullableExecutionStepExecutionOutput) Set(val *ExecutionStepExecutionOutput)
- func (v *NullableExecutionStepExecutionOutput) UnmarshalJSON(src []byte) error
- func (v *NullableExecutionStepExecutionOutput) Unset()
- type NullableExecutionStepExecutionStepForEach
- func (v NullableExecutionStepExecutionStepForEach) Get() *ExecutionStepExecutionStepForEach
- func (v NullableExecutionStepExecutionStepForEach) IsSet() bool
- func (v NullableExecutionStepExecutionStepForEach) MarshalJSON() ([]byte, error)
- func (v *NullableExecutionStepExecutionStepForEach) Set(val *ExecutionStepExecutionStepForEach)
- func (v *NullableExecutionStepExecutionStepForEach) UnmarshalJSON(src []byte) error
- func (v *NullableExecutionStepExecutionStepForEach) Unset()
- type NullableExecutionStepStatus
- func (v NullableExecutionStepStatus) Get() *ExecutionStepStatus
- func (v NullableExecutionStepStatus) IsSet() bool
- func (v NullableExecutionStepStatus) MarshalJSON() ([]byte, error)
- func (v *NullableExecutionStepStatus) Set(val *ExecutionStepStatus)
- func (v *NullableExecutionStepStatus) UnmarshalJSON(src []byte) error
- func (v *NullableExecutionStepStatus) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableFlowpipeRequire
- func (v NullableFlowpipeRequire) Get() *FlowpipeRequire
- func (v NullableFlowpipeRequire) IsSet() bool
- func (v NullableFlowpipeRequire) MarshalJSON() ([]byte, error)
- func (v *NullableFlowpipeRequire) Set(val *FlowpipeRequire)
- func (v *NullableFlowpipeRequire) UnmarshalJSON(src []byte) error
- func (v *NullableFlowpipeRequire) Unset()
- type NullableFlowpipeResponseMetadata
- func (v NullableFlowpipeResponseMetadata) Get() *FlowpipeResponseMetadata
- func (v NullableFlowpipeResponseMetadata) IsSet() bool
- func (v NullableFlowpipeResponseMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableFlowpipeResponseMetadata) Set(val *FlowpipeResponseMetadata)
- func (v *NullableFlowpipeResponseMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableFlowpipeResponseMetadata) Unset()
- type NullableFlowpipeTriggerResponseMetadata
- func (v NullableFlowpipeTriggerResponseMetadata) Get() *FlowpipeTriggerResponseMetadata
- func (v NullableFlowpipeTriggerResponseMetadata) IsSet() bool
- func (v NullableFlowpipeTriggerResponseMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableFlowpipeTriggerResponseMetadata) Set(val *FlowpipeTriggerResponseMetadata)
- func (v *NullableFlowpipeTriggerResponseMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableFlowpipeTriggerResponseMetadata) Unset()
- type NullableFpIntegration
- func (v NullableFpIntegration) Get() *FpIntegration
- func (v NullableFpIntegration) IsSet() bool
- func (v NullableFpIntegration) MarshalJSON() ([]byte, error)
- func (v *NullableFpIntegration) Set(val *FpIntegration)
- func (v *NullableFpIntegration) UnmarshalJSON(src []byte) error
- func (v *NullableFpIntegration) Unset()
- type NullableFpNotifier
- type NullableFpNotify
- type NullableFpPipeline
- type NullableFpPipelineParam
- func (v NullableFpPipelineParam) Get() *FpPipelineParam
- func (v NullableFpPipelineParam) IsSet() bool
- func (v NullableFpPipelineParam) MarshalJSON() ([]byte, error)
- func (v *NullableFpPipelineParam) Set(val *FpPipelineParam)
- func (v *NullableFpPipelineParam) UnmarshalJSON(src []byte) error
- func (v *NullableFpPipelineParam) Unset()
- type NullableFpTrigger
- type NullableFpTriggerPipeline
- func (v NullableFpTriggerPipeline) Get() *FpTriggerPipeline
- func (v NullableFpTriggerPipeline) IsSet() bool
- func (v NullableFpTriggerPipeline) MarshalJSON() ([]byte, error)
- func (v *NullableFpTriggerPipeline) Set(val *FpTriggerPipeline)
- func (v *NullableFpTriggerPipeline) UnmarshalJSON(src []byte) error
- func (v *NullableFpTriggerPipeline) Unset()
- type NullableFpVariable
- type NullableFperrErrorDetailModel
- func (v NullableFperrErrorDetailModel) Get() *FperrErrorDetailModel
- func (v NullableFperrErrorDetailModel) IsSet() bool
- func (v NullableFperrErrorDetailModel) MarshalJSON() ([]byte, error)
- func (v *NullableFperrErrorDetailModel) Set(val *FperrErrorDetailModel)
- func (v *NullableFperrErrorDetailModel) UnmarshalJSON(src []byte) error
- func (v *NullableFperrErrorDetailModel) Unset()
- type NullableFperrErrorModel
- func (v NullableFperrErrorModel) Get() *FperrErrorModel
- func (v NullableFperrErrorModel) IsSet() bool
- func (v NullableFperrErrorModel) MarshalJSON() ([]byte, error)
- func (v *NullableFperrErrorModel) Set(val *FperrErrorModel)
- func (v *NullableFperrErrorModel) UnmarshalJSON(src []byte) error
- func (v *NullableFperrErrorModel) Unset()
- type NullableGetPipelineResponse
- func (v NullableGetPipelineResponse) Get() *GetPipelineResponse
- func (v NullableGetPipelineResponse) IsSet() bool
- func (v NullableGetPipelineResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetPipelineResponse) Set(val *GetPipelineResponse)
- func (v *NullableGetPipelineResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetPipelineResponse) Unset()
- type NullableHclPos
- type NullableHclRange
- type NullableHclRangeStart
- func (v NullableHclRangeStart) Get() *HclRangeStart
- func (v NullableHclRangeStart) IsSet() bool
- func (v NullableHclRangeStart) MarshalJSON() ([]byte, error)
- func (v *NullableHclRangeStart) Set(val *HclRangeStart)
- func (v *NullableHclRangeStart) UnmarshalJSON(src []byte) error
- func (v *NullableHclRangeStart) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableListIntegrationResponse
- func (v NullableListIntegrationResponse) Get() *ListIntegrationResponse
- func (v NullableListIntegrationResponse) IsSet() bool
- func (v NullableListIntegrationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListIntegrationResponse) Set(val *ListIntegrationResponse)
- func (v *NullableListIntegrationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListIntegrationResponse) Unset()
- type NullableListNotifierResponse
- func (v NullableListNotifierResponse) Get() *ListNotifierResponse
- func (v NullableListNotifierResponse) IsSet() bool
- func (v NullableListNotifierResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListNotifierResponse) Set(val *ListNotifierResponse)
- func (v *NullableListNotifierResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListNotifierResponse) Unset()
- type NullableListPipelineResponse
- func (v NullableListPipelineResponse) Get() *ListPipelineResponse
- func (v NullableListPipelineResponse) IsSet() bool
- func (v NullableListPipelineResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListPipelineResponse) Set(val *ListPipelineResponse)
- func (v *NullableListPipelineResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListPipelineResponse) Unset()
- type NullableListPipelineResponseItem
- func (v NullableListPipelineResponseItem) Get() *ListPipelineResponseItem
- func (v NullableListPipelineResponseItem) IsSet() bool
- func (v NullableListPipelineResponseItem) MarshalJSON() ([]byte, error)
- func (v *NullableListPipelineResponseItem) Set(val *ListPipelineResponseItem)
- func (v *NullableListPipelineResponseItem) UnmarshalJSON(src []byte) error
- func (v *NullableListPipelineResponseItem) Unset()
- type NullableListProcessLogJSONResponse
- func (v NullableListProcessLogJSONResponse) Get() *ListProcessLogJSONResponse
- func (v NullableListProcessLogJSONResponse) IsSet() bool
- func (v NullableListProcessLogJSONResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListProcessLogJSONResponse) Set(val *ListProcessLogJSONResponse)
- func (v *NullableListProcessLogJSONResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListProcessLogJSONResponse) Unset()
- type NullableListProcessResponse
- func (v NullableListProcessResponse) Get() *ListProcessResponse
- func (v NullableListProcessResponse) IsSet() bool
- func (v NullableListProcessResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListProcessResponse) Set(val *ListProcessResponse)
- func (v *NullableListProcessResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListProcessResponse) Unset()
- type NullableListTriggerResponse
- func (v NullableListTriggerResponse) Get() *ListTriggerResponse
- func (v NullableListTriggerResponse) IsSet() bool
- func (v NullableListTriggerResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListTriggerResponse) Set(val *ListTriggerResponse)
- func (v *NullableListTriggerResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListTriggerResponse) Unset()
- type NullableListVariableResponse
- func (v NullableListVariableResponse) Get() *ListVariableResponse
- func (v NullableListVariableResponse) IsSet() bool
- func (v NullableListVariableResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListVariableResponse) Set(val *ListVariableResponse)
- func (v *NullableListVariableResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListVariableResponse) Unset()
- type NullableMod
- type NullableModVersionConstraint
- func (v NullableModVersionConstraint) Get() *ModVersionConstraint
- func (v NullableModVersionConstraint) IsSet() bool
- func (v NullableModVersionConstraint) MarshalJSON() ([]byte, error)
- func (v *NullableModVersionConstraint) Set(val *ModVersionConstraint)
- func (v *NullableModVersionConstraint) UnmarshalJSON(src []byte) error
- func (v *NullableModVersionConstraint) Unset()
- type NullableModconfigNextStepAction
- func (v NullableModconfigNextStepAction) Get() *ModconfigNextStepAction
- func (v NullableModconfigNextStepAction) IsSet() bool
- func (v NullableModconfigNextStepAction) MarshalJSON() ([]byte, error)
- func (v *NullableModconfigNextStepAction) Set(val *ModconfigNextStepAction)
- func (v *NullableModconfigNextStepAction) UnmarshalJSON(src []byte) error
- func (v *NullableModconfigNextStepAction) Unset()
- type NullableModconfigOutput
- func (v NullableModconfigOutput) Get() *ModconfigOutput
- func (v NullableModconfigOutput) IsSet() bool
- func (v NullableModconfigOutput) MarshalJSON() ([]byte, error)
- func (v *NullableModconfigOutput) Set(val *ModconfigOutput)
- func (v *NullableModconfigOutput) UnmarshalJSON(src []byte) error
- func (v *NullableModconfigOutput) Unset()
- type NullableModconfigPipeline
- func (v NullableModconfigPipeline) Get() *ModconfigPipeline
- func (v NullableModconfigPipeline) IsSet() bool
- func (v NullableModconfigPipeline) MarshalJSON() ([]byte, error)
- func (v *NullableModconfigPipeline) Set(val *ModconfigPipeline)
- func (v *NullableModconfigPipeline) UnmarshalJSON(src []byte) error
- func (v *NullableModconfigPipeline) Unset()
- type NullableModconfigPipelineOutput
- func (v NullableModconfigPipelineOutput) Get() *ModconfigPipelineOutput
- func (v NullableModconfigPipelineOutput) IsSet() bool
- func (v NullableModconfigPipelineOutput) MarshalJSON() ([]byte, error)
- func (v *NullableModconfigPipelineOutput) Set(val *ModconfigPipelineOutput)
- func (v *NullableModconfigPipelineOutput) UnmarshalJSON(src []byte) error
- func (v *NullableModconfigPipelineOutput) Unset()
- type NullableModconfigPipelineParam
- func (v NullableModconfigPipelineParam) Get() *ModconfigPipelineParam
- func (v NullableModconfigPipelineParam) IsSet() bool
- func (v NullableModconfigPipelineParam) MarshalJSON() ([]byte, error)
- func (v *NullableModconfigPipelineParam) Set(val *ModconfigPipelineParam)
- func (v *NullableModconfigPipelineParam) UnmarshalJSON(src []byte) error
- func (v *NullableModconfigPipelineParam) Unset()
- type NullableModconfigStepError
- func (v NullableModconfigStepError) Get() *ModconfigStepError
- func (v NullableModconfigStepError) IsSet() bool
- func (v NullableModconfigStepError) MarshalJSON() ([]byte, error)
- func (v *NullableModconfigStepError) Set(val *ModconfigStepError)
- func (v *NullableModconfigStepError) UnmarshalJSON(src []byte) error
- func (v *NullableModconfigStepError) Unset()
- type NullableModconfigStepForEach
- func (v NullableModconfigStepForEach) Get() *ModconfigStepForEach
- func (v NullableModconfigStepForEach) IsSet() bool
- func (v NullableModconfigStepForEach) MarshalJSON() ([]byte, error)
- func (v *NullableModconfigStepForEach) Set(val *ModconfigStepForEach)
- func (v *NullableModconfigStepForEach) UnmarshalJSON(src []byte) error
- func (v *NullableModconfigStepForEach) Unset()
- type NullableModconfigStepLoop
- func (v NullableModconfigStepLoop) Get() *ModconfigStepLoop
- func (v NullableModconfigStepLoop) IsSet() bool
- func (v NullableModconfigStepLoop) MarshalJSON() ([]byte, error)
- func (v *NullableModconfigStepLoop) Set(val *ModconfigStepLoop)
- func (v *NullableModconfigStepLoop) UnmarshalJSON(src []byte) error
- func (v *NullableModconfigStepLoop) Unset()
- type NullableModconfigStepRetry
- func (v NullableModconfigStepRetry) Get() *ModconfigStepRetry
- func (v NullableModconfigStepRetry) IsSet() bool
- func (v NullableModconfigStepRetry) MarshalJSON() ([]byte, error)
- func (v *NullableModconfigStepRetry) Set(val *ModconfigStepRetry)
- func (v *NullableModconfigStepRetry) UnmarshalJSON(src []byte) error
- func (v *NullableModconfigStepRetry) Unset()
- type NullableNextStepAction
- func (v NullableNextStepAction) Get() *NextStepAction
- func (v NullableNextStepAction) IsSet() bool
- func (v NullableNextStepAction) MarshalJSON() ([]byte, error)
- func (v *NullableNextStepAction) Set(val *NextStepAction)
- func (v *NullableNextStepAction) UnmarshalJSON(src []byte) error
- func (v *NullableNextStepAction) Unset()
- type NullableOpenGraph
- type NullableOutput
- type NullablePcerrErrorDetailModel
- func (v NullablePcerrErrorDetailModel) Get() *PcerrErrorDetailModel
- func (v NullablePcerrErrorDetailModel) IsSet() bool
- func (v NullablePcerrErrorDetailModel) MarshalJSON() ([]byte, error)
- func (v *NullablePcerrErrorDetailModel) Set(val *PcerrErrorDetailModel)
- func (v *NullablePcerrErrorDetailModel) UnmarshalJSON(src []byte) error
- func (v *NullablePcerrErrorDetailModel) Unset()
- type NullablePcerrErrorModel
- func (v NullablePcerrErrorModel) Get() *PcerrErrorModel
- func (v NullablePcerrErrorModel) IsSet() bool
- func (v NullablePcerrErrorModel) MarshalJSON() ([]byte, error)
- func (v *NullablePcerrErrorModel) Set(val *PcerrErrorModel)
- func (v *NullablePcerrErrorModel) UnmarshalJSON(src []byte) error
- func (v *NullablePcerrErrorModel) Unset()
- type NullablePerrErrorDetailModel
- func (v NullablePerrErrorDetailModel) Get() *PerrErrorDetailModel
- func (v NullablePerrErrorDetailModel) IsSet() bool
- func (v NullablePerrErrorDetailModel) MarshalJSON() ([]byte, error)
- func (v *NullablePerrErrorDetailModel) Set(val *PerrErrorDetailModel)
- func (v *NullablePerrErrorDetailModel) UnmarshalJSON(src []byte) error
- func (v *NullablePerrErrorDetailModel) Unset()
- type NullablePerrErrorModel
- func (v NullablePerrErrorModel) Get() *PerrErrorModel
- func (v NullablePerrErrorModel) IsSet() bool
- func (v NullablePerrErrorModel) MarshalJSON() ([]byte, error)
- func (v *NullablePerrErrorModel) Set(val *PerrErrorModel)
- func (v *NullablePerrErrorModel) UnmarshalJSON(src []byte) error
- func (v *NullablePerrErrorModel) Unset()
- type NullablePipeline
- type NullablePipelineExecutionResponse
- func (v NullablePipelineExecutionResponse) Get() *PipelineExecutionResponse
- func (v NullablePipelineExecutionResponse) IsSet() bool
- func (v NullablePipelineExecutionResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineExecutionResponse) Set(val *PipelineExecutionResponse)
- func (v *NullablePipelineExecutionResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineExecutionResponse) Unset()
- type NullablePipelineOutput
- func (v NullablePipelineOutput) Get() *PipelineOutput
- func (v NullablePipelineOutput) IsSet() bool
- func (v NullablePipelineOutput) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineOutput) Set(val *PipelineOutput)
- func (v *NullablePipelineOutput) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineOutput) Unset()
- type NullablePipelineStep
- func (v NullablePipelineStep) Get() *PipelineStep
- func (v NullablePipelineStep) IsSet() bool
- func (v NullablePipelineStep) MarshalJSON() ([]byte, error)
- func (v *NullablePipelineStep) Set(val *PipelineStep)
- func (v *NullablePipelineStep) UnmarshalJSON(src []byte) error
- func (v *NullablePipelineStep) Unset()
- type NullableProcess
- type NullableProcessEventLog
- func (v NullableProcessEventLog) Get() *ProcessEventLog
- func (v NullableProcessEventLog) IsSet() bool
- func (v NullableProcessEventLog) MarshalJSON() ([]byte, error)
- func (v *NullableProcessEventLog) Set(val *ProcessEventLog)
- func (v *NullableProcessEventLog) UnmarshalJSON(src []byte) error
- func (v *NullableProcessEventLog) Unset()
- type NullableProcessOutputData
- func (v NullableProcessOutputData) Get() *ProcessOutputData
- func (v NullableProcessOutputData) IsSet() bool
- func (v NullableProcessOutputData) MarshalJSON() ([]byte, error)
- func (v *NullableProcessOutputData) Set(val *ProcessOutputData)
- func (v *NullableProcessOutputData) UnmarshalJSON(src []byte) error
- func (v *NullableProcessOutputData) Unset()
- type NullableRequire
- type NullableRunPipelineResponse
- func (v NullableRunPipelineResponse) Get() *RunPipelineResponse
- func (v NullableRunPipelineResponse) IsSet() bool
- func (v NullableRunPipelineResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRunPipelineResponse) Set(val *RunPipelineResponse)
- func (v *NullableRunPipelineResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRunPipelineResponse) Unset()
- type NullableStepError
- type NullableStepForEach
- func (v NullableStepForEach) Get() *StepForEach
- func (v NullableStepForEach) IsSet() bool
- func (v NullableStepForEach) MarshalJSON() ([]byte, error)
- func (v *NullableStepForEach) Set(val *StepForEach)
- func (v *NullableStepForEach) UnmarshalJSON(src []byte) error
- func (v *NullableStepForEach) Unset()
- type NullableString
- type NullableTime
- type NullableTrigger
- type NullableTriggerExecutionResponse
- func (v NullableTriggerExecutionResponse) Get() *TriggerExecutionResponse
- func (v NullableTriggerExecutionResponse) IsSet() bool
- func (v NullableTriggerExecutionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTriggerExecutionResponse) Set(val *TriggerExecutionResponse)
- func (v *NullableTriggerExecutionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTriggerExecutionResponse) Unset()
- type NullableVariable
- type OpenGraph
- func (o *OpenGraph) GetDescription() string
- func (o *OpenGraph) GetDescriptionOk() (*string, bool)
- func (o OpenGraph) GetResourceType() string
- func (o *OpenGraph) GetTitle() string
- func (o *OpenGraph) GetTitleOk() (*string, bool)
- func (o *OpenGraph) HasDescription() bool
- func (o *OpenGraph) HasTitle() bool
- func (o OpenGraph) MarshalJSON() ([]byte, error)
- func (o *OpenGraph) SetDescription(v string)
- func (o *OpenGraph) SetTitle(v string)
- func (o OpenGraph) ToMap() (map[string]interface{}, error)
- type Output
- func (o *Output) GetData() map[string]interface{}
- func (o *Output) GetDataOk() (map[string]interface{}, bool)
- func (o *Output) GetErrors() []StepError
- func (o *Output) GetErrorsOk() ([]StepError, bool)
- func (o Output) GetResourceType() string
- func (o *Output) GetStatus() string
- func (o *Output) GetStatusOk() (*string, bool)
- func (o *Output) HasData() bool
- func (o *Output) HasErrors() bool
- func (o *Output) HasStatus() bool
- func (o Output) MarshalJSON() ([]byte, error)
- func (o *Output) SetData(v map[string]interface{})
- func (o *Output) SetErrors(v []StepError)
- func (o *Output) SetStatus(v string)
- func (o Output) ToMap() (map[string]interface{}, error)
- type PcerrErrorDetailModel
- func (o *PcerrErrorDetailModel) GetLocation() string
- func (o *PcerrErrorDetailModel) GetLocationOk() (*string, bool)
- func (o *PcerrErrorDetailModel) GetMessage() string
- func (o *PcerrErrorDetailModel) GetMessageOk() (*string, bool)
- func (o PcerrErrorDetailModel) GetResourceType() string
- func (o *PcerrErrorDetailModel) HasLocation() bool
- func (o *PcerrErrorDetailModel) HasMessage() bool
- func (o PcerrErrorDetailModel) MarshalJSON() ([]byte, error)
- func (o *PcerrErrorDetailModel) SetLocation(v string)
- func (o *PcerrErrorDetailModel) SetMessage(v string)
- func (o PcerrErrorDetailModel) ToMap() (map[string]interface{}, error)
- type PcerrErrorModel
- func (o *PcerrErrorModel) GetDetail() string
- func (o *PcerrErrorModel) GetDetailOk() (*string, bool)
- func (o *PcerrErrorModel) GetInstance() string
- func (o *PcerrErrorModel) GetInstanceOk() (*string, bool)
- func (o PcerrErrorModel) GetResourceType() string
- func (o *PcerrErrorModel) GetRetryable() bool
- func (o *PcerrErrorModel) GetRetryableOk() (*bool, bool)
- func (o *PcerrErrorModel) GetStatus() int32
- func (o *PcerrErrorModel) GetStatusOk() (*int32, bool)
- func (o *PcerrErrorModel) GetTitle() string
- func (o *PcerrErrorModel) GetTitleOk() (*string, bool)
- func (o *PcerrErrorModel) GetType() string
- func (o *PcerrErrorModel) GetTypeOk() (*string, bool)
- func (o *PcerrErrorModel) GetValidationErrors() []PcerrErrorDetailModel
- func (o *PcerrErrorModel) GetValidationErrorsOk() ([]PcerrErrorDetailModel, bool)
- func (o *PcerrErrorModel) HasDetail() bool
- func (o *PcerrErrorModel) HasRetryable() bool
- func (o *PcerrErrorModel) HasValidationErrors() bool
- func (o PcerrErrorModel) MarshalJSON() ([]byte, error)
- func (o *PcerrErrorModel) SetDetail(v string)
- func (o *PcerrErrorModel) SetInstance(v string)
- func (o *PcerrErrorModel) SetRetryable(v bool)
- func (o *PcerrErrorModel) SetStatus(v int32)
- func (o *PcerrErrorModel) SetTitle(v string)
- func (o *PcerrErrorModel) SetType(v string)
- func (o *PcerrErrorModel) SetValidationErrors(v []PcerrErrorDetailModel)
- func (o PcerrErrorModel) ToMap() (map[string]interface{}, error)
- type PerrErrorDetailModel
- func (o *PerrErrorDetailModel) GetLocation() string
- func (o *PerrErrorDetailModel) GetLocationOk() (*string, bool)
- func (o *PerrErrorDetailModel) GetMessage() string
- func (o *PerrErrorDetailModel) GetMessageOk() (*string, bool)
- func (o PerrErrorDetailModel) GetResourceType() string
- func (o *PerrErrorDetailModel) HasLocation() bool
- func (o *PerrErrorDetailModel) HasMessage() bool
- func (o PerrErrorDetailModel) MarshalJSON() ([]byte, error)
- func (o *PerrErrorDetailModel) SetLocation(v string)
- func (o *PerrErrorDetailModel) SetMessage(v string)
- func (o PerrErrorDetailModel) ToMap() (map[string]interface{}, error)
- type PerrErrorModel
- func (o *PerrErrorModel) GetDetail() string
- func (o *PerrErrorModel) GetDetailOk() (*string, bool)
- func (o *PerrErrorModel) GetInstance() string
- func (o *PerrErrorModel) GetInstanceOk() (*string, bool)
- func (o PerrErrorModel) GetResourceType() string
- func (o *PerrErrorModel) GetStatus() int32
- func (o *PerrErrorModel) GetStatusOk() (*int32, bool)
- func (o *PerrErrorModel) GetTitle() string
- func (o *PerrErrorModel) GetTitleOk() (*string, bool)
- func (o *PerrErrorModel) GetType() string
- func (o *PerrErrorModel) GetTypeOk() (*string, bool)
- func (o *PerrErrorModel) GetValidationErrors() []PerrErrorDetailModel
- func (o *PerrErrorModel) GetValidationErrorsOk() ([]PerrErrorDetailModel, bool)
- func (o *PerrErrorModel) HasValidationErrors() bool
- func (o PerrErrorModel) MarshalJSON() ([]byte, error)
- func (o *PerrErrorModel) SetDetail(v string)
- func (o *PerrErrorModel) SetInstance(v string)
- func (o *PerrErrorModel) SetStatus(v int32)
- func (o *PerrErrorModel) SetTitle(v string)
- func (o *PerrErrorModel) SetType(v string)
- func (o *PerrErrorModel) SetValidationErrors(v []PerrErrorDetailModel)
- func (o PerrErrorModel) ToMap() (map[string]interface{}, error)
- type Pipeline
- func (o *Pipeline) GetDescription() string
- func (o *Pipeline) GetDescriptionOk() (*string, bool)
- func (o *Pipeline) GetName() string
- func (o *Pipeline) GetNameOk() (*string, bool)
- func (o *Pipeline) GetOutputs() []PipelineOutput
- func (o *Pipeline) GetOutputsOk() ([]PipelineOutput, bool)
- func (o Pipeline) GetResourceType() string
- func (o *Pipeline) GetSteps() []map[string]interface{}
- func (o *Pipeline) GetStepsOk() ([]map[string]interface{}, bool)
- func (o *Pipeline) HasDescription() bool
- func (o *Pipeline) HasName() bool
- func (o *Pipeline) HasOutputs() bool
- func (o *Pipeline) HasSteps() bool
- func (o Pipeline) MarshalJSON() ([]byte, error)
- func (o *Pipeline) SetDescription(v string)
- func (o *Pipeline) SetName(v string)
- func (o *Pipeline) SetOutputs(v []PipelineOutput)
- func (o *Pipeline) SetSteps(v []map[string]interface{})
- func (o Pipeline) ToMap() (map[string]interface{}, error)
- type PipelineApiCommandRequest
- type PipelineApiGetRequest
- type PipelineApiListRequest
- type PipelineApiService
- func (a *PipelineApiService) Command(ctx context.Context, pipelineName string) PipelineApiCommandRequest
- func (a *PipelineApiService) CommandExecute(r PipelineApiCommandRequest) (*PipelineExecutionResponse, *http.Response, error)
- func (a *PipelineApiService) Get(ctx context.Context, pipelineName string) PipelineApiGetRequest
- func (a *PipelineApiService) GetExecute(r PipelineApiGetRequest) (*FpPipeline, *http.Response, error)
- func (a *PipelineApiService) List(ctx context.Context) PipelineApiListRequest
- func (a *PipelineApiService) ListExecute(r PipelineApiListRequest) (*ListPipelineResponse, *http.Response, error)
- type PipelineExecutionResponse
- func (o *PipelineExecutionResponse) GetErrors() []ModconfigStepError
- func (o *PipelineExecutionResponse) GetErrorsOk() ([]ModconfigStepError, bool)
- func (o *PipelineExecutionResponse) GetFlowpipe() FlowpipeResponseMetadata
- func (o *PipelineExecutionResponse) GetFlowpipeOk() (*FlowpipeResponseMetadata, bool)
- func (o PipelineExecutionResponse) GetResourceType() string
- func (o *PipelineExecutionResponse) GetResults() map[string]interface{}
- func (o *PipelineExecutionResponse) GetResultsOk() (map[string]interface{}, bool)
- func (o *PipelineExecutionResponse) HasErrors() bool
- func (o *PipelineExecutionResponse) HasFlowpipe() bool
- func (o *PipelineExecutionResponse) HasResults() bool
- func (o PipelineExecutionResponse) MarshalJSON() ([]byte, error)
- func (o *PipelineExecutionResponse) SetErrors(v []ModconfigStepError)
- func (o *PipelineExecutionResponse) SetFlowpipe(v FlowpipeResponseMetadata)
- func (o *PipelineExecutionResponse) SetResults(v map[string]interface{})
- func (o PipelineExecutionResponse) ToMap() (map[string]interface{}, error)
- type PipelineOutput
- func (o *PipelineOutput) GetDependsOn() []string
- func (o *PipelineOutput) GetDependsOnOk() ([]string, bool)
- func (o *PipelineOutput) GetName() string
- func (o *PipelineOutput) GetNameOk() (*string, bool)
- func (o *PipelineOutput) GetResolved() bool
- func (o *PipelineOutput) GetResolvedOk() (*bool, bool)
- func (o PipelineOutput) GetResourceType() string
- func (o *PipelineOutput) GetSensitive() bool
- func (o *PipelineOutput) GetSensitiveOk() (*bool, bool)
- func (o *PipelineOutput) GetValue() map[string]interface{}
- func (o *PipelineOutput) GetValueOk() (map[string]interface{}, bool)
- func (o *PipelineOutput) HasDependsOn() bool
- func (o *PipelineOutput) HasName() bool
- func (o *PipelineOutput) HasResolved() bool
- func (o *PipelineOutput) HasSensitive() bool
- func (o *PipelineOutput) HasValue() bool
- func (o PipelineOutput) MarshalJSON() ([]byte, error)
- func (o *PipelineOutput) SetDependsOn(v []string)
- func (o *PipelineOutput) SetName(v string)
- func (o *PipelineOutput) SetResolved(v bool)
- func (o *PipelineOutput) SetSensitive(v bool)
- func (o *PipelineOutput) SetValue(v map[string]interface{})
- func (o PipelineOutput) ToMap() (map[string]interface{}, error)
- type PipelineStep
- func (o *PipelineStep) GetDependsOn() []string
- func (o *PipelineStep) GetDependsOnOk() ([]string, bool)
- func (o *PipelineStep) GetFor() string
- func (o *PipelineStep) GetForOk() (*string, bool)
- func (o *PipelineStep) GetInputTemplate() string
- func (o *PipelineStep) GetInputTemplateOk() (*string, bool)
- func (o *PipelineStep) GetName() string
- func (o *PipelineStep) GetNameOk() (*string, bool)
- func (o PipelineStep) GetResourceType() string
- func (o *PipelineStep) GetType() string
- func (o *PipelineStep) GetTypeOk() (*string, bool)
- func (o *PipelineStep) HasDependsOn() bool
- func (o *PipelineStep) HasFor() bool
- func (o *PipelineStep) HasInputTemplate() bool
- func (o *PipelineStep) HasName() bool
- func (o *PipelineStep) HasType() bool
- func (o PipelineStep) MarshalJSON() ([]byte, error)
- func (o *PipelineStep) SetDependsOn(v []string)
- func (o *PipelineStep) SetFor(v string)
- func (o *PipelineStep) SetInputTemplate(v string)
- func (o *PipelineStep) SetName(v string)
- func (o *PipelineStep) SetType(v string)
- func (o PipelineStep) ToMap() (map[string]interface{}, error)
- type Process
- func (o *Process) GetCreatedAt() string
- func (o *Process) GetCreatedAtOk() (*string, bool)
- func (o *Process) GetExecutionId() string
- func (o *Process) GetExecutionIdOk() (*string, bool)
- func (o *Process) GetPipeline() string
- func (o *Process) GetPipelineOk() (*string, bool)
- func (o Process) GetResourceType() string
- func (o *Process) GetStatus() string
- func (o *Process) GetStatusOk() (*string, bool)
- func (o *Process) HasCreatedAt() bool
- func (o *Process) HasExecutionId() bool
- func (o *Process) HasPipeline() bool
- func (o *Process) HasStatus() bool
- func (o Process) MarshalJSON() ([]byte, error)
- func (o *Process) SetCreatedAt(v string)
- func (o *Process) SetExecutionId(v string)
- func (o *Process) SetPipeline(v string)
- func (o *Process) SetStatus(v string)
- func (o Process) ToMap() (map[string]interface{}, error)
- type ProcessApiGetExecutionRequest
- type ProcessApiGetLogRequest
- type ProcessApiGetRequest
- type ProcessApiListRequest
- type ProcessApiService
- func (a *ProcessApiService) Get(ctx context.Context, processId string) ProcessApiGetRequest
- func (a *ProcessApiService) GetExecute(r ProcessApiGetRequest) (*Process, *http.Response, error)
- func (a *ProcessApiService) GetExecution(ctx context.Context, processId string) ProcessApiGetExecutionRequest
- func (a *ProcessApiService) GetExecutionExecute(r ProcessApiGetExecutionRequest) (*ExecutionExecution, *http.Response, error)
- func (a *ProcessApiService) GetLog(ctx context.Context, processId string) ProcessApiGetLogRequest
- func (a *ProcessApiService) GetLogExecute(r ProcessApiGetLogRequest) (*ListProcessLogJSONResponse, *http.Response, error)
- func (a *ProcessApiService) List(ctx context.Context) ProcessApiListRequest
- func (a *ProcessApiService) ListExecute(r ProcessApiListRequest) (*ListProcessResponse, *http.Response, error)
- type ProcessEventLog
- func (o *ProcessEventLog) GetEventType() string
- func (o *ProcessEventLog) GetEventTypeOk() (*string, bool)
- func (o *ProcessEventLog) GetPayload() string
- func (o *ProcessEventLog) GetPayloadOk() (*string, bool)
- func (o ProcessEventLog) GetResourceType() string
- func (o *ProcessEventLog) GetTs() string
- func (o *ProcessEventLog) GetTsOk() (*string, bool)
- func (o *ProcessEventLog) HasEventType() bool
- func (o *ProcessEventLog) HasPayload() bool
- func (o *ProcessEventLog) HasTs() bool
- func (o ProcessEventLog) MarshalJSON() ([]byte, error)
- func (o *ProcessEventLog) SetEventType(v string)
- func (o *ProcessEventLog) SetPayload(v string)
- func (o *ProcessEventLog) SetTs(v string)
- func (o ProcessEventLog) ToMap() (map[string]interface{}, error)
- type ProcessOutputData
- func (o *ProcessOutputData) GetOutput() map[string]interface{}
- func (o *ProcessOutputData) GetOutputOk() (map[string]interface{}, bool)
- func (o *ProcessOutputData) GetProcessId() string
- func (o *ProcessOutputData) GetProcessIdOk() (*string, bool)
- func (o ProcessOutputData) GetResourceType() string
- func (o *ProcessOutputData) HasOutput() bool
- func (o *ProcessOutputData) HasProcessId() bool
- func (o ProcessOutputData) MarshalJSON() ([]byte, error)
- func (o *ProcessOutputData) SetOutput(v map[string]interface{})
- func (o *ProcessOutputData) SetProcessId(v string)
- func (o ProcessOutputData) ToMap() (map[string]interface{}, error)
- type Require
- func (o *Require) GetFlowpipe() FlowpipeRequire
- func (o *Require) GetFlowpipeOk() (*FlowpipeRequire, bool)
- func (o *Require) GetMods() []ModVersionConstraint
- func (o *Require) GetModsOk() ([]ModVersionConstraint, bool)
- func (o Require) GetResourceType() string
- func (o *Require) HasFlowpipe() bool
- func (o *Require) HasMods() bool
- func (o Require) MarshalJSON() ([]byte, error)
- func (o *Require) SetFlowpipe(v FlowpipeRequire)
- func (o *Require) SetMods(v []ModVersionConstraint)
- func (o Require) ToMap() (map[string]interface{}, error)
- type RunPipelineResponse
- func (o *RunPipelineResponse) GetExecutionId() string
- func (o *RunPipelineResponse) GetExecutionIdOk() (*string, bool)
- func (o *RunPipelineResponse) GetParentStepExecutionId() string
- func (o *RunPipelineResponse) GetParentStepExecutionIdOk() (*string, bool)
- func (o *RunPipelineResponse) GetPipelineExecutionId() string
- func (o *RunPipelineResponse) GetPipelineExecutionIdOk() (*string, bool)
- func (o RunPipelineResponse) GetResourceType() string
- func (o *RunPipelineResponse) HasExecutionId() bool
- func (o *RunPipelineResponse) HasParentStepExecutionId() bool
- func (o *RunPipelineResponse) HasPipelineExecutionId() bool
- func (o RunPipelineResponse) MarshalJSON() ([]byte, error)
- func (o *RunPipelineResponse) SetExecutionId(v string)
- func (o *RunPipelineResponse) SetParentStepExecutionId(v string)
- func (o *RunPipelineResponse) SetPipelineExecutionId(v string)
- func (o RunPipelineResponse) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type StepError
- func (o *StepError) GetErrorCode() int32
- func (o *StepError) GetErrorCodeOk() (*int32, bool)
- func (o *StepError) GetMessage() string
- func (o *StepError) GetMessageOk() (*string, bool)
- func (o *StepError) GetPipeline() string
- func (o *StepError) GetPipelineExecutionId() string
- func (o *StepError) GetPipelineExecutionIdOk() (*string, bool)
- func (o *StepError) GetPipelineOk() (*string, bool)
- func (o StepError) GetResourceType() string
- func (o *StepError) GetStep() string
- func (o *StepError) GetStepExecutionId() string
- func (o *StepError) GetStepExecutionIdOk() (*string, bool)
- func (o *StepError) GetStepOk() (*string, bool)
- func (o *StepError) HasErrorCode() bool
- func (o *StepError) HasMessage() bool
- func (o *StepError) HasPipeline() bool
- func (o *StepError) HasPipelineExecutionId() bool
- func (o *StepError) HasStep() bool
- func (o *StepError) HasStepExecutionId() bool
- func (o StepError) MarshalJSON() ([]byte, error)
- func (o *StepError) SetErrorCode(v int32)
- func (o *StepError) SetMessage(v string)
- func (o *StepError) SetPipeline(v string)
- func (o *StepError) SetPipelineExecutionId(v string)
- func (o *StepError) SetStep(v string)
- func (o *StepError) SetStepExecutionId(v string)
- func (o StepError) ToMap() (map[string]interface{}, error)
- type StepForEach
- func (o *StepForEach) GetForEachOutput() Output
- func (o *StepForEach) GetForEachOutputOk() (*Output, bool)
- func (o *StepForEach) GetForEachTotalCount() int32
- func (o *StepForEach) GetForEachTotalCountOk() (*int32, bool)
- func (o *StepForEach) GetIndex() int32
- func (o *StepForEach) GetIndexOk() (*int32, bool)
- func (o StepForEach) GetResourceType() string
- func (o *StepForEach) HasForEachOutput() bool
- func (o StepForEach) MarshalJSON() ([]byte, error)
- func (o *StepForEach) SetForEachOutput(v Output)
- func (o *StepForEach) SetForEachTotalCount(v int32)
- func (o *StepForEach) SetIndex(v int32)
- func (o StepForEach) ToMap() (map[string]interface{}, error)
- type Trigger
- func (o *Trigger) GetArgs() map[string]interface{}
- func (o *Trigger) GetArgsOk() (map[string]interface{}, bool)
- func (o *Trigger) GetDescription() string
- func (o *Trigger) GetDescriptionOk() (*string, bool)
- func (o *Trigger) GetName() string
- func (o *Trigger) GetNameOk() (*string, bool)
- func (o Trigger) GetResourceType() string
- func (o *Trigger) HasArgs() bool
- func (o *Trigger) HasDescription() bool
- func (o *Trigger) HasName() bool
- func (o Trigger) MarshalJSON() ([]byte, error)
- func (o *Trigger) SetArgs(v map[string]interface{})
- func (o *Trigger) SetDescription(v string)
- func (o *Trigger) SetName(v string)
- func (o Trigger) ToMap() (map[string]interface{}, error)
- type TriggerApiCommandRequest
- type TriggerApiGetRequest
- type TriggerApiListRequest
- type TriggerApiService
- func (a *TriggerApiService) Command(ctx context.Context, triggerName string) TriggerApiCommandRequest
- func (a *TriggerApiService) CommandExecute(r TriggerApiCommandRequest) (*TriggerExecutionResponse, *http.Response, error)
- func (a *TriggerApiService) Get(ctx context.Context, triggerName string) TriggerApiGetRequest
- func (a *TriggerApiService) GetExecute(r TriggerApiGetRequest) (*FpTrigger, *http.Response, error)
- func (a *TriggerApiService) List(ctx context.Context) TriggerApiListRequest
- func (a *TriggerApiService) ListExecute(r TriggerApiListRequest) (*ListTriggerResponse, *http.Response, error)
- type TriggerExecutionResponse
- func (o *TriggerExecutionResponse) GetFlowpipe() FlowpipeTriggerResponseMetadata
- func (o *TriggerExecutionResponse) GetFlowpipeOk() (*FlowpipeTriggerResponseMetadata, bool)
- func (o TriggerExecutionResponse) GetResourceType() string
- func (o *TriggerExecutionResponse) GetResults() map[string]interface{}
- func (o *TriggerExecutionResponse) GetResultsOk() (map[string]interface{}, bool)
- func (o *TriggerExecutionResponse) HasFlowpipe() bool
- func (o *TriggerExecutionResponse) HasResults() bool
- func (o TriggerExecutionResponse) MarshalJSON() ([]byte, error)
- func (o *TriggerExecutionResponse) SetFlowpipe(v FlowpipeTriggerResponseMetadata)
- func (o *TriggerExecutionResponse) SetResults(v map[string]interface{})
- func (o TriggerExecutionResponse) ToMap() (map[string]interface{}, error)
- type Variable
- func (o *Variable) GetDefault() map[string]interface{}
- func (o *Variable) GetDefaultOk() (map[string]interface{}, bool)
- func (o *Variable) GetDescription() string
- func (o *Variable) GetDescriptionOk() (*string, bool)
- func (o *Variable) GetName() string
- func (o *Variable) GetNameOk() (*string, bool)
- func (o Variable) GetResourceType() string
- func (o *Variable) GetType() string
- func (o *Variable) GetTypeOk() (*string, bool)
- func (o *Variable) GetValue() map[string]interface{}
- func (o *Variable) GetValueOk() (map[string]interface{}, bool)
- func (o *Variable) HasDefault() bool
- func (o *Variable) HasDescription() bool
- func (o *Variable) HasName() bool
- func (o *Variable) HasType() bool
- func (o *Variable) HasValue() bool
- func (o Variable) MarshalJSON() ([]byte, error)
- func (o *Variable) SetDefault(v map[string]interface{})
- func (o *Variable) SetDescription(v string)
- func (o *Variable) SetName(v string)
- func (o *Variable) SetType(v string)
- func (o *Variable) SetValue(v map[string]interface{})
- func (o Variable) ToMap() (map[string]interface{}, error)
- type VariableApiGetRequest
- type VariableApiListRequest
- type VariableApiService
- func (a *VariableApiService) Get(ctx context.Context, variableName string) VariableApiGetRequest
- func (a *VariableApiService) GetExecute(r VariableApiGetRequest) (*FpVariable, *http.Response, error)
- func (a *VariableApiService) List(ctx context.Context) VariableApiListRequest
- func (a *VariableApiService) ListExecute(r VariableApiListRequest) (*ListVariableResponse, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
var ( // 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") )
var AllowedModconfigNextStepActionEnumValues = []ModconfigNextStepAction{
"start",
"inaccessible",
"skip",
}
All allowed values of ModconfigNextStepAction enum
var AllowedNextStepActionEnumValues = []NextStepAction{
"start",
"inaccessible",
"skip",
}
All allowed values of NextStepAction enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { IntegrationApi *IntegrationApiService ModApi *ModApiService NotifierApi *NotifierApiService PipelineApi *PipelineApiService ProcessApi *ProcessApiService TriggerApi *TriggerApiService VariableApi *VariableApiService // contains filtered or unexported fields }
APIClient manages communication with the Flowpipe API v0.1.0 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 ¶
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 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 CmdPipeline ¶
type CmdPipeline struct { Args map[string]interface{} `json:"args,omitempty"` ArgsString *map[string]string `json:"args_string,omitempty"` Command string `json:"command"` // Sepcify execution id, if not specified, a new execution id will be created ExecutionId *string `json:"execution_id,omitempty"` ExecutionMode *string `json:"execution_mode,omitempty"` WaitRetry *int32 `json:"wait_retry,omitempty"` }
CmdPipeline struct for CmdPipeline
func NewCmdPipeline ¶
func NewCmdPipeline(command string) *CmdPipeline
NewCmdPipeline instantiates a new CmdPipeline 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 NewCmdPipelineWithDefaults ¶
func NewCmdPipelineWithDefaults() *CmdPipeline
NewCmdPipelineWithDefaults instantiates a new CmdPipeline 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 (*CmdPipeline) GetArgs ¶
func (o *CmdPipeline) GetArgs() map[string]interface{}
GetArgs returns the Args field value if set, zero value otherwise.
func (*CmdPipeline) GetArgsOk ¶
func (o *CmdPipeline) GetArgsOk() (map[string]interface{}, bool)
GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CmdPipeline) GetArgsString ¶
func (o *CmdPipeline) GetArgsString() map[string]string
GetArgsString returns the ArgsString field value if set, zero value otherwise.
func (*CmdPipeline) GetArgsStringOk ¶
func (o *CmdPipeline) GetArgsStringOk() (*map[string]string, bool)
GetArgsStringOk returns a tuple with the ArgsString field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CmdPipeline) GetCommand ¶
func (o *CmdPipeline) GetCommand() string
GetCommand returns the Command field value
func (*CmdPipeline) GetCommandOk ¶
func (o *CmdPipeline) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field value and a boolean to check if the value has been set.
func (*CmdPipeline) GetExecutionId ¶ added in v0.5.0
func (o *CmdPipeline) GetExecutionId() string
GetExecutionId returns the ExecutionId field value if set, zero value otherwise.
func (*CmdPipeline) GetExecutionIdOk ¶ added in v0.5.0
func (o *CmdPipeline) 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 (*CmdPipeline) GetExecutionMode ¶
func (o *CmdPipeline) GetExecutionMode() string
GetExecutionMode returns the ExecutionMode field value if set, zero value otherwise.
func (*CmdPipeline) GetExecutionModeOk ¶
func (o *CmdPipeline) GetExecutionModeOk() (*string, bool)
GetExecutionModeOk returns a tuple with the ExecutionMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (CmdPipeline) GetResourceType ¶
func (o CmdPipeline) GetResourceType() string
func (*CmdPipeline) GetWaitRetry ¶
func (o *CmdPipeline) GetWaitRetry() int32
GetWaitRetry returns the WaitRetry field value if set, zero value otherwise.
func (*CmdPipeline) GetWaitRetryOk ¶
func (o *CmdPipeline) GetWaitRetryOk() (*int32, bool)
GetWaitRetryOk returns a tuple with the WaitRetry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CmdPipeline) HasArgs ¶
func (o *CmdPipeline) HasArgs() bool
HasArgs returns a boolean if a field has been set.
func (*CmdPipeline) HasArgsString ¶
func (o *CmdPipeline) HasArgsString() bool
HasArgsString returns a boolean if a field has been set.
func (*CmdPipeline) HasExecutionId ¶ added in v0.5.0
func (o *CmdPipeline) HasExecutionId() bool
HasExecutionId returns a boolean if a field has been set.
func (*CmdPipeline) HasExecutionMode ¶
func (o *CmdPipeline) HasExecutionMode() bool
HasExecutionMode returns a boolean if a field has been set.
func (*CmdPipeline) HasWaitRetry ¶
func (o *CmdPipeline) HasWaitRetry() bool
HasWaitRetry returns a boolean if a field has been set.
func (CmdPipeline) MarshalJSON ¶
func (o CmdPipeline) MarshalJSON() ([]byte, error)
func (*CmdPipeline) SetArgs ¶
func (o *CmdPipeline) SetArgs(v map[string]interface{})
SetArgs gets a reference to the given map[string]interface{} and assigns it to the Args field.
func (*CmdPipeline) SetArgsString ¶
func (o *CmdPipeline) SetArgsString(v map[string]string)
SetArgsString gets a reference to the given map[string]string and assigns it to the ArgsString field.
func (*CmdPipeline) SetCommand ¶
func (o *CmdPipeline) SetCommand(v string)
SetCommand sets field value
func (*CmdPipeline) SetExecutionId ¶ added in v0.5.0
func (o *CmdPipeline) SetExecutionId(v string)
SetExecutionId gets a reference to the given string and assigns it to the ExecutionId field.
func (*CmdPipeline) SetExecutionMode ¶
func (o *CmdPipeline) SetExecutionMode(v string)
SetExecutionMode gets a reference to the given string and assigns it to the ExecutionMode field.
func (*CmdPipeline) SetWaitRetry ¶
func (o *CmdPipeline) SetWaitRetry(v int32)
SetWaitRetry gets a reference to the given int32 and assigns it to the WaitRetry field.
func (CmdPipeline) ToMap ¶
func (o CmdPipeline) ToMap() (map[string]interface{}, error)
type CmdTrigger ¶ added in v0.5.0
type CmdTrigger struct { Args map[string]interface{} `json:"args,omitempty"` ArgsString *map[string]string `json:"args_string,omitempty"` Command string `json:"command"` // Sepcify execution id, if not specified, a new execution id will be created ExecutionId *string `json:"execution_id,omitempty"` ExecutionMode *string `json:"execution_mode,omitempty"` WaitRetry *int32 `json:"wait_retry,omitempty"` }
CmdTrigger struct for CmdTrigger
func NewCmdTrigger ¶ added in v0.5.0
func NewCmdTrigger(command string) *CmdTrigger
NewCmdTrigger instantiates a new CmdTrigger 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 NewCmdTriggerWithDefaults ¶ added in v0.5.0
func NewCmdTriggerWithDefaults() *CmdTrigger
NewCmdTriggerWithDefaults instantiates a new CmdTrigger 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 (*CmdTrigger) GetArgs ¶ added in v0.5.0
func (o *CmdTrigger) GetArgs() map[string]interface{}
GetArgs returns the Args field value if set, zero value otherwise.
func (*CmdTrigger) GetArgsOk ¶ added in v0.5.0
func (o *CmdTrigger) GetArgsOk() (map[string]interface{}, bool)
GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CmdTrigger) GetArgsString ¶ added in v0.5.0
func (o *CmdTrigger) GetArgsString() map[string]string
GetArgsString returns the ArgsString field value if set, zero value otherwise.
func (*CmdTrigger) GetArgsStringOk ¶ added in v0.5.0
func (o *CmdTrigger) GetArgsStringOk() (*map[string]string, bool)
GetArgsStringOk returns a tuple with the ArgsString field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CmdTrigger) GetCommand ¶ added in v0.5.0
func (o *CmdTrigger) GetCommand() string
GetCommand returns the Command field value
func (*CmdTrigger) GetCommandOk ¶ added in v0.5.0
func (o *CmdTrigger) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field value and a boolean to check if the value has been set.
func (*CmdTrigger) GetExecutionId ¶ added in v0.5.0
func (o *CmdTrigger) GetExecutionId() string
GetExecutionId returns the ExecutionId field value if set, zero value otherwise.
func (*CmdTrigger) GetExecutionIdOk ¶ added in v0.5.0
func (o *CmdTrigger) 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 (*CmdTrigger) GetExecutionMode ¶ added in v0.5.0
func (o *CmdTrigger) GetExecutionMode() string
GetExecutionMode returns the ExecutionMode field value if set, zero value otherwise.
func (*CmdTrigger) GetExecutionModeOk ¶ added in v0.5.0
func (o *CmdTrigger) GetExecutionModeOk() (*string, bool)
GetExecutionModeOk returns a tuple with the ExecutionMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (CmdTrigger) GetResourceType ¶ added in v0.5.0
func (o CmdTrigger) GetResourceType() string
func (*CmdTrigger) GetWaitRetry ¶ added in v0.5.0
func (o *CmdTrigger) GetWaitRetry() int32
GetWaitRetry returns the WaitRetry field value if set, zero value otherwise.
func (*CmdTrigger) GetWaitRetryOk ¶ added in v0.5.0
func (o *CmdTrigger) GetWaitRetryOk() (*int32, bool)
GetWaitRetryOk returns a tuple with the WaitRetry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CmdTrigger) HasArgs ¶ added in v0.5.0
func (o *CmdTrigger) HasArgs() bool
HasArgs returns a boolean if a field has been set.
func (*CmdTrigger) HasArgsString ¶ added in v0.5.0
func (o *CmdTrigger) HasArgsString() bool
HasArgsString returns a boolean if a field has been set.
func (*CmdTrigger) HasExecutionId ¶ added in v0.5.0
func (o *CmdTrigger) HasExecutionId() bool
HasExecutionId returns a boolean if a field has been set.
func (*CmdTrigger) HasExecutionMode ¶ added in v0.5.0
func (o *CmdTrigger) HasExecutionMode() bool
HasExecutionMode returns a boolean if a field has been set.
func (*CmdTrigger) HasWaitRetry ¶ added in v0.5.0
func (o *CmdTrigger) HasWaitRetry() bool
HasWaitRetry returns a boolean if a field has been set.
func (CmdTrigger) MarshalJSON ¶ added in v0.5.0
func (o CmdTrigger) MarshalJSON() ([]byte, error)
func (*CmdTrigger) SetArgs ¶ added in v0.5.0
func (o *CmdTrigger) SetArgs(v map[string]interface{})
SetArgs gets a reference to the given map[string]interface{} and assigns it to the Args field.
func (*CmdTrigger) SetArgsString ¶ added in v0.5.0
func (o *CmdTrigger) SetArgsString(v map[string]string)
SetArgsString gets a reference to the given map[string]string and assigns it to the ArgsString field.
func (*CmdTrigger) SetCommand ¶ added in v0.5.0
func (o *CmdTrigger) SetCommand(v string)
SetCommand sets field value
func (*CmdTrigger) SetExecutionId ¶ added in v0.5.0
func (o *CmdTrigger) SetExecutionId(v string)
SetExecutionId gets a reference to the given string and assigns it to the ExecutionId field.
func (*CmdTrigger) SetExecutionMode ¶ added in v0.5.0
func (o *CmdTrigger) SetExecutionMode(v string)
SetExecutionMode gets a reference to the given string and assigns it to the ExecutionMode field.
func (*CmdTrigger) SetWaitRetry ¶ added in v0.5.0
func (o *CmdTrigger) SetWaitRetry(v int32)
SetWaitRetry gets a reference to the given int32 and assigns it to the WaitRetry field.
func (CmdTrigger) ToMap ¶ added in v0.5.0
func (o CmdTrigger) 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) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type ErrorDetailModel ¶
type ErrorDetailModel struct { Location *string `json:"location,omitempty"` Message *string `json:"message,omitempty"` }
ErrorDetailModel struct for ErrorDetailModel
func NewErrorDetailModel ¶
func NewErrorDetailModel() *ErrorDetailModel
NewErrorDetailModel instantiates a new ErrorDetailModel 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 NewErrorDetailModelWithDefaults ¶
func NewErrorDetailModelWithDefaults() *ErrorDetailModel
NewErrorDetailModelWithDefaults instantiates a new ErrorDetailModel 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 (*ErrorDetailModel) GetLocation ¶
func (o *ErrorDetailModel) GetLocation() string
GetLocation returns the Location field value if set, zero value otherwise.
func (*ErrorDetailModel) GetLocationOk ¶
func (o *ErrorDetailModel) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetailModel) GetMessage ¶
func (o *ErrorDetailModel) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ErrorDetailModel) GetMessageOk ¶
func (o *ErrorDetailModel) 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 (ErrorDetailModel) GetResourceType ¶
func (o ErrorDetailModel) GetResourceType() string
func (*ErrorDetailModel) HasLocation ¶
func (o *ErrorDetailModel) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (*ErrorDetailModel) HasMessage ¶
func (o *ErrorDetailModel) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (ErrorDetailModel) MarshalJSON ¶
func (o ErrorDetailModel) MarshalJSON() ([]byte, error)
func (*ErrorDetailModel) SetLocation ¶
func (o *ErrorDetailModel) SetLocation(v string)
SetLocation gets a reference to the given string and assigns it to the Location field.
func (*ErrorDetailModel) SetMessage ¶
func (o *ErrorDetailModel) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (ErrorDetailModel) ToMap ¶
func (o ErrorDetailModel) ToMap() (map[string]interface{}, error)
type ErrorModel ¶
type ErrorModel struct { Detail *string `json:"detail,omitempty"` Instance string `json:"instance"` // All errors are fatal unless specified Retryable *bool `json:"retryable,omitempty"` Status int32 `json:"status"` Title string `json:"title"` Type string `json:"type"` ValidationErrors []ErrorDetailModel `json:"validation_errors,omitempty"` }
ErrorModel struct for ErrorModel
func NewErrorModel ¶
func NewErrorModel(instance string, status int32, title string, type_ string) *ErrorModel
NewErrorModel instantiates a new ErrorModel 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 NewErrorModelWithDefaults ¶
func NewErrorModelWithDefaults() *ErrorModel
NewErrorModelWithDefaults instantiates a new ErrorModel 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 (*ErrorModel) GetDetail ¶
func (o *ErrorModel) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ErrorModel) GetDetailOk ¶
func (o *ErrorModel) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorModel) GetInstance ¶
func (o *ErrorModel) GetInstance() string
GetInstance returns the Instance field value
func (*ErrorModel) GetInstanceOk ¶
func (o *ErrorModel) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value and a boolean to check if the value has been set.
func (ErrorModel) GetResourceType ¶
func (o ErrorModel) GetResourceType() string
func (*ErrorModel) GetRetryable ¶
func (o *ErrorModel) GetRetryable() bool
GetRetryable returns the Retryable field value if set, zero value otherwise.
func (*ErrorModel) GetRetryableOk ¶
func (o *ErrorModel) GetRetryableOk() (*bool, bool)
GetRetryableOk returns a tuple with the Retryable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorModel) GetStatus ¶
func (o *ErrorModel) GetStatus() int32
GetStatus returns the Status field value
func (*ErrorModel) GetStatusOk ¶
func (o *ErrorModel) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*ErrorModel) GetTitle ¶
func (o *ErrorModel) GetTitle() string
GetTitle returns the Title field value
func (*ErrorModel) GetTitleOk ¶
func (o *ErrorModel) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*ErrorModel) GetType ¶
func (o *ErrorModel) GetType() string
GetType returns the Type field value
func (*ErrorModel) GetTypeOk ¶
func (o *ErrorModel) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ErrorModel) GetValidationErrors ¶
func (o *ErrorModel) GetValidationErrors() []ErrorDetailModel
GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.
func (*ErrorModel) GetValidationErrorsOk ¶
func (o *ErrorModel) GetValidationErrorsOk() ([]ErrorDetailModel, bool)
GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorModel) HasDetail ¶
func (o *ErrorModel) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*ErrorModel) HasRetryable ¶
func (o *ErrorModel) HasRetryable() bool
HasRetryable returns a boolean if a field has been set.
func (*ErrorModel) HasValidationErrors ¶
func (o *ErrorModel) HasValidationErrors() bool
HasValidationErrors returns a boolean if a field has been set.
func (ErrorModel) MarshalJSON ¶
func (o ErrorModel) MarshalJSON() ([]byte, error)
func (*ErrorModel) SetDetail ¶
func (o *ErrorModel) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*ErrorModel) SetInstance ¶
func (o *ErrorModel) SetInstance(v string)
SetInstance sets field value
func (*ErrorModel) SetRetryable ¶
func (o *ErrorModel) SetRetryable(v bool)
SetRetryable gets a reference to the given bool and assigns it to the Retryable field.
func (*ErrorModel) SetValidationErrors ¶
func (o *ErrorModel) SetValidationErrors(v []ErrorDetailModel)
SetValidationErrors gets a reference to the given []ErrorDetailModel and assigns it to the ValidationErrors field.
func (ErrorModel) ToMap ¶
func (o ErrorModel) ToMap() (map[string]interface{}, error)
type EventEventLogImpl ¶ added in v0.5.0
type EventEventLogImpl struct { CreatedAt *string `json:"created_at,omitempty"` Detail map[string]interface{} `json:"detail,omitempty"` Id *string `json:"id,omitempty"` Level *string `json:"level,omitempty"` Message *string `json:"message,omitempty"` ProcessId *string `json:"process_id,omitempty"` StructVersion *string `json:"struct_version,omitempty"` }
EventEventLogImpl struct for EventEventLogImpl
func NewEventEventLogImpl ¶ added in v0.5.0
func NewEventEventLogImpl() *EventEventLogImpl
NewEventEventLogImpl instantiates a new EventEventLogImpl 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 NewEventEventLogImplWithDefaults ¶ added in v0.5.0
func NewEventEventLogImplWithDefaults() *EventEventLogImpl
NewEventEventLogImplWithDefaults instantiates a new EventEventLogImpl 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 (*EventEventLogImpl) GetCreatedAt ¶ added in v0.5.0
func (o *EventEventLogImpl) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*EventEventLogImpl) GetCreatedAtOk ¶ added in v0.5.0
func (o *EventEventLogImpl) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventEventLogImpl) GetDetail ¶ added in v0.5.0
func (o *EventEventLogImpl) GetDetail() map[string]interface{}
GetDetail returns the Detail field value if set, zero value otherwise.
func (*EventEventLogImpl) GetDetailOk ¶ added in v0.5.0
func (o *EventEventLogImpl) GetDetailOk() (map[string]interface{}, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventEventLogImpl) GetId ¶ added in v0.5.0
func (o *EventEventLogImpl) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*EventEventLogImpl) GetIdOk ¶ added in v0.5.0
func (o *EventEventLogImpl) 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 (*EventEventLogImpl) GetLevel ¶ added in v0.5.0
func (o *EventEventLogImpl) GetLevel() string
GetLevel returns the Level field value if set, zero value otherwise.
func (*EventEventLogImpl) GetLevelOk ¶ added in v0.5.0
func (o *EventEventLogImpl) GetLevelOk() (*string, bool)
GetLevelOk returns a tuple with the Level field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventEventLogImpl) GetMessage ¶ added in v0.5.0
func (o *EventEventLogImpl) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*EventEventLogImpl) GetMessageOk ¶ added in v0.5.0
func (o *EventEventLogImpl) 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 (*EventEventLogImpl) GetProcessId ¶ added in v0.5.0
func (o *EventEventLogImpl) GetProcessId() string
GetProcessId returns the ProcessId field value if set, zero value otherwise.
func (*EventEventLogImpl) GetProcessIdOk ¶ added in v0.5.0
func (o *EventEventLogImpl) GetProcessIdOk() (*string, bool)
GetProcessIdOk returns a tuple with the ProcessId field value if set, nil otherwise and a boolean to check if the value has been set.
func (EventEventLogImpl) GetResourceType ¶ added in v0.5.0
func (o EventEventLogImpl) GetResourceType() string
func (*EventEventLogImpl) GetStructVersion ¶ added in v0.5.0
func (o *EventEventLogImpl) GetStructVersion() string
GetStructVersion returns the StructVersion field value if set, zero value otherwise.
func (*EventEventLogImpl) GetStructVersionOk ¶ added in v0.5.0
func (o *EventEventLogImpl) GetStructVersionOk() (*string, bool)
GetStructVersionOk returns a tuple with the StructVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventEventLogImpl) HasCreatedAt ¶ added in v0.5.0
func (o *EventEventLogImpl) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*EventEventLogImpl) HasDetail ¶ added in v0.5.0
func (o *EventEventLogImpl) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*EventEventLogImpl) HasId ¶ added in v0.5.0
func (o *EventEventLogImpl) HasId() bool
HasId returns a boolean if a field has been set.
func (*EventEventLogImpl) HasLevel ¶ added in v0.5.0
func (o *EventEventLogImpl) HasLevel() bool
HasLevel returns a boolean if a field has been set.
func (*EventEventLogImpl) HasMessage ¶ added in v0.5.0
func (o *EventEventLogImpl) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*EventEventLogImpl) HasProcessId ¶ added in v0.5.0
func (o *EventEventLogImpl) HasProcessId() bool
HasProcessId returns a boolean if a field has been set.
func (*EventEventLogImpl) HasStructVersion ¶ added in v0.5.0
func (o *EventEventLogImpl) HasStructVersion() bool
HasStructVersion returns a boolean if a field has been set.
func (EventEventLogImpl) MarshalJSON ¶ added in v0.5.0
func (o EventEventLogImpl) MarshalJSON() ([]byte, error)
func (*EventEventLogImpl) SetCreatedAt ¶ added in v0.5.0
func (o *EventEventLogImpl) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*EventEventLogImpl) SetDetail ¶ added in v0.5.0
func (o *EventEventLogImpl) SetDetail(v map[string]interface{})
SetDetail gets a reference to the given map[string]interface{} and assigns it to the Detail field.
func (*EventEventLogImpl) SetId ¶ added in v0.5.0
func (o *EventEventLogImpl) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*EventEventLogImpl) SetLevel ¶ added in v0.5.0
func (o *EventEventLogImpl) SetLevel(v string)
SetLevel gets a reference to the given string and assigns it to the Level field.
func (*EventEventLogImpl) SetMessage ¶ added in v0.5.0
func (o *EventEventLogImpl) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*EventEventLogImpl) SetProcessId ¶ added in v0.5.0
func (o *EventEventLogImpl) SetProcessId(v string)
SetProcessId gets a reference to the given string and assigns it to the ProcessId field.
func (*EventEventLogImpl) SetStructVersion ¶ added in v0.5.0
func (o *EventEventLogImpl) SetStructVersion(v string)
SetStructVersion gets a reference to the given string and assigns it to the StructVersion field.
func (EventEventLogImpl) ToMap ¶ added in v0.5.0
func (o EventEventLogImpl) ToMap() (map[string]interface{}, error)
type ExecutionExecution ¶
type ExecutionExecution struct { // Unique identifier for this execution. Id *string `json:"id,omitempty"` // Pipelines triggered by the execution. Even if the pipelines are nested, we maintain a flat list of all pipelines for easy lookup and querying. PipelineExecutions *map[string]ExecutionPipelineExecution `json:"pipeline_executions,omitempty"` }
ExecutionExecution struct for ExecutionExecution
func NewExecutionExecution ¶
func NewExecutionExecution() *ExecutionExecution
NewExecutionExecution instantiates a new ExecutionExecution 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 NewExecutionExecutionWithDefaults ¶
func NewExecutionExecutionWithDefaults() *ExecutionExecution
NewExecutionExecutionWithDefaults instantiates a new ExecutionExecution 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 (*ExecutionExecution) GetId ¶
func (o *ExecutionExecution) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ExecutionExecution) GetIdOk ¶
func (o *ExecutionExecution) 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 (*ExecutionExecution) GetPipelineExecutions ¶
func (o *ExecutionExecution) GetPipelineExecutions() map[string]ExecutionPipelineExecution
GetPipelineExecutions returns the PipelineExecutions field value if set, zero value otherwise.
func (*ExecutionExecution) GetPipelineExecutionsOk ¶
func (o *ExecutionExecution) GetPipelineExecutionsOk() (*map[string]ExecutionPipelineExecution, bool)
GetPipelineExecutionsOk returns a tuple with the PipelineExecutions field value if set, nil otherwise and a boolean to check if the value has been set.
func (ExecutionExecution) GetResourceType ¶
func (o ExecutionExecution) GetResourceType() string
func (*ExecutionExecution) HasId ¶
func (o *ExecutionExecution) HasId() bool
HasId returns a boolean if a field has been set.
func (*ExecutionExecution) HasPipelineExecutions ¶
func (o *ExecutionExecution) HasPipelineExecutions() bool
HasPipelineExecutions returns a boolean if a field has been set.
func (ExecutionExecution) MarshalJSON ¶
func (o ExecutionExecution) MarshalJSON() ([]byte, error)
func (*ExecutionExecution) SetId ¶
func (o *ExecutionExecution) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ExecutionExecution) SetPipelineExecutions ¶
func (o *ExecutionExecution) SetPipelineExecutions(v map[string]ExecutionPipelineExecution)
SetPipelineExecutions gets a reference to the given map[string]ExecutionPipelineExecution and assigns it to the PipelineExecutions field.
func (ExecutionExecution) ToMap ¶
func (o ExecutionExecution) ToMap() (map[string]interface{}, error)
type ExecutionPipelineExecution ¶
type ExecutionPipelineExecution struct { Args map[string]interface{} `json:"args,omitempty"` EndTime *string `json:"end_time,omitempty"` // All errors from the step execution + any errors that can be added to the pipeline execution manually Errors []ModconfigStepError `json:"errors,omitempty"` // Unique identifier for this pipeline execution Id *string `json:"id,omitempty"` // The name of the pipeline Name *string `json:"name,omitempty"` ParentExecutionId *string `json:"parent_execution_id,omitempty"` // If this is a child pipeline, then track it's parent ParentStepExecutionId *string `json:"parent_step_execution_id,omitempty"` // The output of the pipeline PipelineOutput map[string]interface{} `json:"pipeline_output,omitempty"` StartTime *string `json:"start_time,omitempty"` // The status of the pipeline execution: queued, planned, started, completed, failed Status *string `json:"status,omitempty"` // Status of each step on a per-step index basis. Used to determine if dependencies have been met etc. Note that each step may have multiple executions, the status of which are not tracked here. dependencies have been met, etc. The Step Status used to be per-step, however the addition of for_each means that we now need to expand this tracking to include the \"index\" of the step for_each have 2 type of results: list or map, however in Flowpipe they are both treated as a map, the list is simply a map that the key happens to be a string of \"0\", \"1\", \"2\" The data structure of StepStatus is as follow: { \"echo.echo\": { \"0\": { xyz }, \"1\": { xyz } }, \"http.one\": { \"foo\": { zzz }, \"bar\": { yyy } } } echo.echo has a for_each which is a list, so the key is the index of the list http.one has a for_each which is a map, so the key is the key of the map LOOP Loop will be recorded in StepStatus.StepExecution, it's an array * StepStatus *map[string]map[string]ExecutionStepStatus `json:"step_status,omitempty"` }
ExecutionPipelineExecution struct for ExecutionPipelineExecution
func NewExecutionPipelineExecution ¶
func NewExecutionPipelineExecution() *ExecutionPipelineExecution
NewExecutionPipelineExecution instantiates a new ExecutionPipelineExecution 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 NewExecutionPipelineExecutionWithDefaults ¶
func NewExecutionPipelineExecutionWithDefaults() *ExecutionPipelineExecution
NewExecutionPipelineExecutionWithDefaults instantiates a new ExecutionPipelineExecution 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 (*ExecutionPipelineExecution) GetArgs ¶
func (o *ExecutionPipelineExecution) GetArgs() map[string]interface{}
GetArgs returns the Args field value if set, zero value otherwise.
func (*ExecutionPipelineExecution) GetArgsOk ¶
func (o *ExecutionPipelineExecution) GetArgsOk() (map[string]interface{}, bool)
GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionPipelineExecution) GetEndTime ¶
func (o *ExecutionPipelineExecution) GetEndTime() string
GetEndTime returns the EndTime field value if set, zero value otherwise.
func (*ExecutionPipelineExecution) GetEndTimeOk ¶
func (o *ExecutionPipelineExecution) GetEndTimeOk() (*string, bool)
GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionPipelineExecution) GetErrors ¶
func (o *ExecutionPipelineExecution) GetErrors() []ModconfigStepError
GetErrors returns the Errors field value if set, zero value otherwise.
func (*ExecutionPipelineExecution) GetErrorsOk ¶
func (o *ExecutionPipelineExecution) GetErrorsOk() ([]ModconfigStepError, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionPipelineExecution) GetId ¶
func (o *ExecutionPipelineExecution) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ExecutionPipelineExecution) GetIdOk ¶
func (o *ExecutionPipelineExecution) 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 (*ExecutionPipelineExecution) GetName ¶
func (o *ExecutionPipelineExecution) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ExecutionPipelineExecution) GetNameOk ¶
func (o *ExecutionPipelineExecution) 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 (*ExecutionPipelineExecution) GetParentExecutionId ¶
func (o *ExecutionPipelineExecution) GetParentExecutionId() string
GetParentExecutionId returns the ParentExecutionId field value if set, zero value otherwise.
func (*ExecutionPipelineExecution) GetParentExecutionIdOk ¶
func (o *ExecutionPipelineExecution) GetParentExecutionIdOk() (*string, bool)
GetParentExecutionIdOk returns a tuple with the ParentExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionPipelineExecution) GetParentStepExecutionId ¶
func (o *ExecutionPipelineExecution) GetParentStepExecutionId() string
GetParentStepExecutionId returns the ParentStepExecutionId field value if set, zero value otherwise.
func (*ExecutionPipelineExecution) GetParentStepExecutionIdOk ¶
func (o *ExecutionPipelineExecution) GetParentStepExecutionIdOk() (*string, bool)
GetParentStepExecutionIdOk returns a tuple with the ParentStepExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionPipelineExecution) GetPipelineOutput ¶
func (o *ExecutionPipelineExecution) GetPipelineOutput() map[string]interface{}
GetPipelineOutput returns the PipelineOutput field value if set, zero value otherwise.
func (*ExecutionPipelineExecution) GetPipelineOutputOk ¶
func (o *ExecutionPipelineExecution) GetPipelineOutputOk() (map[string]interface{}, bool)
GetPipelineOutputOk returns a tuple with the PipelineOutput field value if set, nil otherwise and a boolean to check if the value has been set.
func (ExecutionPipelineExecution) GetResourceType ¶
func (o ExecutionPipelineExecution) GetResourceType() string
func (*ExecutionPipelineExecution) GetStartTime ¶
func (o *ExecutionPipelineExecution) GetStartTime() string
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*ExecutionPipelineExecution) GetStartTimeOk ¶
func (o *ExecutionPipelineExecution) GetStartTimeOk() (*string, bool)
GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionPipelineExecution) GetStatus ¶
func (o *ExecutionPipelineExecution) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ExecutionPipelineExecution) GetStatusOk ¶
func (o *ExecutionPipelineExecution) 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 (*ExecutionPipelineExecution) GetStepStatus ¶
func (o *ExecutionPipelineExecution) GetStepStatus() map[string]map[string]ExecutionStepStatus
GetStepStatus returns the StepStatus field value if set, zero value otherwise.
func (*ExecutionPipelineExecution) GetStepStatusOk ¶
func (o *ExecutionPipelineExecution) GetStepStatusOk() (*map[string]map[string]ExecutionStepStatus, bool)
GetStepStatusOk returns a tuple with the StepStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionPipelineExecution) HasArgs ¶
func (o *ExecutionPipelineExecution) HasArgs() bool
HasArgs returns a boolean if a field has been set.
func (*ExecutionPipelineExecution) HasEndTime ¶
func (o *ExecutionPipelineExecution) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (*ExecutionPipelineExecution) HasErrors ¶
func (o *ExecutionPipelineExecution) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (*ExecutionPipelineExecution) HasId ¶
func (o *ExecutionPipelineExecution) HasId() bool
HasId returns a boolean if a field has been set.
func (*ExecutionPipelineExecution) HasName ¶
func (o *ExecutionPipelineExecution) HasName() bool
HasName returns a boolean if a field has been set.
func (*ExecutionPipelineExecution) HasParentExecutionId ¶
func (o *ExecutionPipelineExecution) HasParentExecutionId() bool
HasParentExecutionId returns a boolean if a field has been set.
func (*ExecutionPipelineExecution) HasParentStepExecutionId ¶
func (o *ExecutionPipelineExecution) HasParentStepExecutionId() bool
HasParentStepExecutionId returns a boolean if a field has been set.
func (*ExecutionPipelineExecution) HasPipelineOutput ¶
func (o *ExecutionPipelineExecution) HasPipelineOutput() bool
HasPipelineOutput returns a boolean if a field has been set.
func (*ExecutionPipelineExecution) HasStartTime ¶
func (o *ExecutionPipelineExecution) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (*ExecutionPipelineExecution) HasStatus ¶
func (o *ExecutionPipelineExecution) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ExecutionPipelineExecution) HasStepStatus ¶
func (o *ExecutionPipelineExecution) HasStepStatus() bool
HasStepStatus returns a boolean if a field has been set.
func (ExecutionPipelineExecution) MarshalJSON ¶
func (o ExecutionPipelineExecution) MarshalJSON() ([]byte, error)
func (*ExecutionPipelineExecution) SetArgs ¶
func (o *ExecutionPipelineExecution) SetArgs(v map[string]interface{})
SetArgs gets a reference to the given map[string]interface{} and assigns it to the Args field.
func (*ExecutionPipelineExecution) SetEndTime ¶
func (o *ExecutionPipelineExecution) SetEndTime(v string)
SetEndTime gets a reference to the given string and assigns it to the EndTime field.
func (*ExecutionPipelineExecution) SetErrors ¶
func (o *ExecutionPipelineExecution) SetErrors(v []ModconfigStepError)
SetErrors gets a reference to the given []ModconfigStepError and assigns it to the Errors field.
func (*ExecutionPipelineExecution) SetId ¶
func (o *ExecutionPipelineExecution) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ExecutionPipelineExecution) SetName ¶
func (o *ExecutionPipelineExecution) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ExecutionPipelineExecution) SetParentExecutionId ¶
func (o *ExecutionPipelineExecution) SetParentExecutionId(v string)
SetParentExecutionId gets a reference to the given string and assigns it to the ParentExecutionId field.
func (*ExecutionPipelineExecution) SetParentStepExecutionId ¶
func (o *ExecutionPipelineExecution) SetParentStepExecutionId(v string)
SetParentStepExecutionId gets a reference to the given string and assigns it to the ParentStepExecutionId field.
func (*ExecutionPipelineExecution) SetPipelineOutput ¶
func (o *ExecutionPipelineExecution) SetPipelineOutput(v map[string]interface{})
SetPipelineOutput gets a reference to the given map[string]interface{} and assigns it to the PipelineOutput field.
func (*ExecutionPipelineExecution) SetStartTime ¶
func (o *ExecutionPipelineExecution) SetStartTime(v string)
SetStartTime gets a reference to the given string and assigns it to the StartTime field.
func (*ExecutionPipelineExecution) SetStatus ¶
func (o *ExecutionPipelineExecution) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*ExecutionPipelineExecution) SetStepStatus ¶
func (o *ExecutionPipelineExecution) SetStepStatus(v map[string]map[string]ExecutionStepStatus)
SetStepStatus gets a reference to the given map[string]map[string]ExecutionStepStatus and assigns it to the StepStatus field.
func (ExecutionPipelineExecution) ToMap ¶
func (o ExecutionPipelineExecution) ToMap() (map[string]interface{}, error)
type ExecutionSnapshot ¶
type ExecutionSnapshot struct { EndTime *string `json:"end_time,omitempty"` Layout *ExecutionSnapshotLayout `json:"layout,omitempty"` Panels *map[string]ExecutionSnapshotPanel `json:"panels,omitempty"` SchemaVersion *string `json:"schema_version,omitempty"` StartTime *string `json:"start_time,omitempty"` }
ExecutionSnapshot struct for ExecutionSnapshot
func NewExecutionSnapshot ¶
func NewExecutionSnapshot() *ExecutionSnapshot
NewExecutionSnapshot instantiates a new ExecutionSnapshot 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 NewExecutionSnapshotWithDefaults ¶
func NewExecutionSnapshotWithDefaults() *ExecutionSnapshot
NewExecutionSnapshotWithDefaults instantiates a new ExecutionSnapshot 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 (*ExecutionSnapshot) GetEndTime ¶
func (o *ExecutionSnapshot) GetEndTime() string
GetEndTime returns the EndTime field value if set, zero value otherwise.
func (*ExecutionSnapshot) GetEndTimeOk ¶
func (o *ExecutionSnapshot) GetEndTimeOk() (*string, bool)
GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionSnapshot) GetLayout ¶
func (o *ExecutionSnapshot) GetLayout() ExecutionSnapshotLayout
GetLayout returns the Layout field value if set, zero value otherwise.
func (*ExecutionSnapshot) GetLayoutOk ¶
func (o *ExecutionSnapshot) GetLayoutOk() (*ExecutionSnapshotLayout, bool)
GetLayoutOk returns a tuple with the Layout field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionSnapshot) GetPanels ¶
func (o *ExecutionSnapshot) GetPanels() map[string]ExecutionSnapshotPanel
GetPanels returns the Panels field value if set, zero value otherwise.
func (*ExecutionSnapshot) GetPanelsOk ¶
func (o *ExecutionSnapshot) GetPanelsOk() (*map[string]ExecutionSnapshotPanel, bool)
GetPanelsOk returns a tuple with the Panels field value if set, nil otherwise and a boolean to check if the value has been set.
func (ExecutionSnapshot) GetResourceType ¶
func (o ExecutionSnapshot) GetResourceType() string
func (*ExecutionSnapshot) GetSchemaVersion ¶
func (o *ExecutionSnapshot) GetSchemaVersion() string
GetSchemaVersion returns the SchemaVersion field value if set, zero value otherwise.
func (*ExecutionSnapshot) GetSchemaVersionOk ¶
func (o *ExecutionSnapshot) GetSchemaVersionOk() (*string, bool)
GetSchemaVersionOk returns a tuple with the SchemaVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionSnapshot) GetStartTime ¶
func (o *ExecutionSnapshot) GetStartTime() string
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*ExecutionSnapshot) GetStartTimeOk ¶
func (o *ExecutionSnapshot) GetStartTimeOk() (*string, bool)
GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionSnapshot) HasEndTime ¶
func (o *ExecutionSnapshot) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (*ExecutionSnapshot) HasLayout ¶
func (o *ExecutionSnapshot) HasLayout() bool
HasLayout returns a boolean if a field has been set.
func (*ExecutionSnapshot) HasPanels ¶
func (o *ExecutionSnapshot) HasPanels() bool
HasPanels returns a boolean if a field has been set.
func (*ExecutionSnapshot) HasSchemaVersion ¶
func (o *ExecutionSnapshot) HasSchemaVersion() bool
HasSchemaVersion returns a boolean if a field has been set.
func (*ExecutionSnapshot) HasStartTime ¶
func (o *ExecutionSnapshot) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (ExecutionSnapshot) MarshalJSON ¶
func (o ExecutionSnapshot) MarshalJSON() ([]byte, error)
func (*ExecutionSnapshot) SetEndTime ¶
func (o *ExecutionSnapshot) SetEndTime(v string)
SetEndTime gets a reference to the given string and assigns it to the EndTime field.
func (*ExecutionSnapshot) SetLayout ¶
func (o *ExecutionSnapshot) SetLayout(v ExecutionSnapshotLayout)
SetLayout gets a reference to the given ExecutionSnapshotLayout and assigns it to the Layout field.
func (*ExecutionSnapshot) SetPanels ¶
func (o *ExecutionSnapshot) SetPanels(v map[string]ExecutionSnapshotPanel)
SetPanels gets a reference to the given map[string]ExecutionSnapshotPanel and assigns it to the Panels field.
func (*ExecutionSnapshot) SetSchemaVersion ¶
func (o *ExecutionSnapshot) SetSchemaVersion(v string)
SetSchemaVersion gets a reference to the given string and assigns it to the SchemaVersion field.
func (*ExecutionSnapshot) SetStartTime ¶
func (o *ExecutionSnapshot) SetStartTime(v string)
SetStartTime gets a reference to the given string and assigns it to the StartTime field.
func (ExecutionSnapshot) ToMap ¶
func (o ExecutionSnapshot) ToMap() (map[string]interface{}, error)
type ExecutionSnapshotLayout ¶
type ExecutionSnapshotLayout struct { Children []ExecutionSnapshotLayout `json:"children,omitempty"` Name *string `json:"name,omitempty"` PanelType *string `json:"panel_type,omitempty"` }
ExecutionSnapshotLayout struct for ExecutionSnapshotLayout
func NewExecutionSnapshotLayout ¶
func NewExecutionSnapshotLayout() *ExecutionSnapshotLayout
NewExecutionSnapshotLayout instantiates a new ExecutionSnapshotLayout 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 NewExecutionSnapshotLayoutWithDefaults ¶
func NewExecutionSnapshotLayoutWithDefaults() *ExecutionSnapshotLayout
NewExecutionSnapshotLayoutWithDefaults instantiates a new ExecutionSnapshotLayout 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 (*ExecutionSnapshotLayout) GetChildren ¶
func (o *ExecutionSnapshotLayout) GetChildren() []ExecutionSnapshotLayout
GetChildren returns the Children field value if set, zero value otherwise.
func (*ExecutionSnapshotLayout) GetChildrenOk ¶
func (o *ExecutionSnapshotLayout) GetChildrenOk() ([]ExecutionSnapshotLayout, 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 (*ExecutionSnapshotLayout) GetName ¶
func (o *ExecutionSnapshotLayout) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ExecutionSnapshotLayout) GetNameOk ¶
func (o *ExecutionSnapshotLayout) 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 (*ExecutionSnapshotLayout) GetPanelType ¶
func (o *ExecutionSnapshotLayout) GetPanelType() string
GetPanelType returns the PanelType field value if set, zero value otherwise.
func (*ExecutionSnapshotLayout) GetPanelTypeOk ¶
func (o *ExecutionSnapshotLayout) GetPanelTypeOk() (*string, bool)
GetPanelTypeOk returns a tuple with the PanelType field value if set, nil otherwise and a boolean to check if the value has been set.
func (ExecutionSnapshotLayout) GetResourceType ¶
func (o ExecutionSnapshotLayout) GetResourceType() string
func (*ExecutionSnapshotLayout) HasChildren ¶
func (o *ExecutionSnapshotLayout) HasChildren() bool
HasChildren returns a boolean if a field has been set.
func (*ExecutionSnapshotLayout) HasName ¶
func (o *ExecutionSnapshotLayout) HasName() bool
HasName returns a boolean if a field has been set.
func (*ExecutionSnapshotLayout) HasPanelType ¶
func (o *ExecutionSnapshotLayout) HasPanelType() bool
HasPanelType returns a boolean if a field has been set.
func (ExecutionSnapshotLayout) MarshalJSON ¶
func (o ExecutionSnapshotLayout) MarshalJSON() ([]byte, error)
func (*ExecutionSnapshotLayout) SetChildren ¶
func (o *ExecutionSnapshotLayout) SetChildren(v []ExecutionSnapshotLayout)
SetChildren gets a reference to the given []ExecutionSnapshotLayout and assigns it to the Children field.
func (*ExecutionSnapshotLayout) SetName ¶
func (o *ExecutionSnapshotLayout) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ExecutionSnapshotLayout) SetPanelType ¶
func (o *ExecutionSnapshotLayout) SetPanelType(v string)
SetPanelType gets a reference to the given string and assigns it to the PanelType field.
func (ExecutionSnapshotLayout) ToMap ¶
func (o ExecutionSnapshotLayout) ToMap() (map[string]interface{}, error)
type ExecutionSnapshotPanel ¶
type ExecutionSnapshotPanel struct { Dashboard *string `json:"dashboard,omitempty"` Data *ExecutionSnapshotPanelData `json:"data,omitempty"` DisplayType *string `json:"display_type,omitempty"` Name *string `json:"name,omitempty"` PanelType *string `json:"panel_type,omitempty"` Properties map[string]interface{} `json:"properties,omitempty"` Status *string `json:"status,omitempty"` Title *string `json:"title,omitempty"` Width *int32 `json:"width,omitempty"` }
ExecutionSnapshotPanel struct for ExecutionSnapshotPanel
func NewExecutionSnapshotPanel ¶
func NewExecutionSnapshotPanel() *ExecutionSnapshotPanel
NewExecutionSnapshotPanel instantiates a new ExecutionSnapshotPanel 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 NewExecutionSnapshotPanelWithDefaults ¶
func NewExecutionSnapshotPanelWithDefaults() *ExecutionSnapshotPanel
NewExecutionSnapshotPanelWithDefaults instantiates a new ExecutionSnapshotPanel 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 (*ExecutionSnapshotPanel) GetDashboard ¶
func (o *ExecutionSnapshotPanel) GetDashboard() string
GetDashboard returns the Dashboard field value if set, zero value otherwise.
func (*ExecutionSnapshotPanel) GetDashboardOk ¶
func (o *ExecutionSnapshotPanel) GetDashboardOk() (*string, bool)
GetDashboardOk returns a tuple with the Dashboard field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionSnapshotPanel) GetData ¶
func (o *ExecutionSnapshotPanel) GetData() ExecutionSnapshotPanelData
GetData returns the Data field value if set, zero value otherwise.
func (*ExecutionSnapshotPanel) GetDataOk ¶
func (o *ExecutionSnapshotPanel) GetDataOk() (*ExecutionSnapshotPanelData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionSnapshotPanel) GetDisplayType ¶
func (o *ExecutionSnapshotPanel) GetDisplayType() string
GetDisplayType returns the DisplayType field value if set, zero value otherwise.
func (*ExecutionSnapshotPanel) GetDisplayTypeOk ¶
func (o *ExecutionSnapshotPanel) GetDisplayTypeOk() (*string, bool)
GetDisplayTypeOk returns a tuple with the DisplayType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionSnapshotPanel) GetName ¶
func (o *ExecutionSnapshotPanel) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ExecutionSnapshotPanel) GetNameOk ¶
func (o *ExecutionSnapshotPanel) 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 (*ExecutionSnapshotPanel) GetPanelType ¶
func (o *ExecutionSnapshotPanel) GetPanelType() string
GetPanelType returns the PanelType field value if set, zero value otherwise.
func (*ExecutionSnapshotPanel) GetPanelTypeOk ¶
func (o *ExecutionSnapshotPanel) GetPanelTypeOk() (*string, bool)
GetPanelTypeOk returns a tuple with the PanelType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionSnapshotPanel) GetProperties ¶
func (o *ExecutionSnapshotPanel) GetProperties() map[string]interface{}
GetProperties returns the Properties field value if set, zero value otherwise.
func (*ExecutionSnapshotPanel) GetPropertiesOk ¶
func (o *ExecutionSnapshotPanel) GetPropertiesOk() (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 (ExecutionSnapshotPanel) GetResourceType ¶
func (o ExecutionSnapshotPanel) GetResourceType() string
func (*ExecutionSnapshotPanel) GetStatus ¶
func (o *ExecutionSnapshotPanel) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ExecutionSnapshotPanel) GetStatusOk ¶
func (o *ExecutionSnapshotPanel) 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 (*ExecutionSnapshotPanel) GetTitle ¶
func (o *ExecutionSnapshotPanel) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ExecutionSnapshotPanel) GetTitleOk ¶
func (o *ExecutionSnapshotPanel) 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 (*ExecutionSnapshotPanel) GetWidth ¶
func (o *ExecutionSnapshotPanel) GetWidth() int32
GetWidth returns the Width field value if set, zero value otherwise.
func (*ExecutionSnapshotPanel) GetWidthOk ¶
func (o *ExecutionSnapshotPanel) GetWidthOk() (*int32, bool)
GetWidthOk returns a tuple with the Width field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionSnapshotPanel) HasDashboard ¶
func (o *ExecutionSnapshotPanel) HasDashboard() bool
HasDashboard returns a boolean if a field has been set.
func (*ExecutionSnapshotPanel) HasData ¶
func (o *ExecutionSnapshotPanel) HasData() bool
HasData returns a boolean if a field has been set.
func (*ExecutionSnapshotPanel) HasDisplayType ¶
func (o *ExecutionSnapshotPanel) HasDisplayType() bool
HasDisplayType returns a boolean if a field has been set.
func (*ExecutionSnapshotPanel) HasName ¶
func (o *ExecutionSnapshotPanel) HasName() bool
HasName returns a boolean if a field has been set.
func (*ExecutionSnapshotPanel) HasPanelType ¶
func (o *ExecutionSnapshotPanel) HasPanelType() bool
HasPanelType returns a boolean if a field has been set.
func (*ExecutionSnapshotPanel) HasProperties ¶
func (o *ExecutionSnapshotPanel) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*ExecutionSnapshotPanel) HasStatus ¶
func (o *ExecutionSnapshotPanel) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ExecutionSnapshotPanel) HasTitle ¶
func (o *ExecutionSnapshotPanel) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ExecutionSnapshotPanel) HasWidth ¶
func (o *ExecutionSnapshotPanel) HasWidth() bool
HasWidth returns a boolean if a field has been set.
func (ExecutionSnapshotPanel) MarshalJSON ¶
func (o ExecutionSnapshotPanel) MarshalJSON() ([]byte, error)
func (*ExecutionSnapshotPanel) SetDashboard ¶
func (o *ExecutionSnapshotPanel) SetDashboard(v string)
SetDashboard gets a reference to the given string and assigns it to the Dashboard field.
func (*ExecutionSnapshotPanel) SetData ¶
func (o *ExecutionSnapshotPanel) SetData(v ExecutionSnapshotPanelData)
SetData gets a reference to the given ExecutionSnapshotPanelData and assigns it to the Data field.
func (*ExecutionSnapshotPanel) SetDisplayType ¶
func (o *ExecutionSnapshotPanel) SetDisplayType(v string)
SetDisplayType gets a reference to the given string and assigns it to the DisplayType field.
func (*ExecutionSnapshotPanel) SetName ¶
func (o *ExecutionSnapshotPanel) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ExecutionSnapshotPanel) SetPanelType ¶
func (o *ExecutionSnapshotPanel) SetPanelType(v string)
SetPanelType gets a reference to the given string and assigns it to the PanelType field.
func (*ExecutionSnapshotPanel) SetProperties ¶
func (o *ExecutionSnapshotPanel) SetProperties(v map[string]interface{})
SetProperties gets a reference to the given map[string]interface{} and assigns it to the Properties field.
func (*ExecutionSnapshotPanel) SetStatus ¶
func (o *ExecutionSnapshotPanel) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*ExecutionSnapshotPanel) SetTitle ¶
func (o *ExecutionSnapshotPanel) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ExecutionSnapshotPanel) SetWidth ¶
func (o *ExecutionSnapshotPanel) SetWidth(v int32)
SetWidth gets a reference to the given int32 and assigns it to the Width field.
func (ExecutionSnapshotPanel) ToMap ¶
func (o ExecutionSnapshotPanel) ToMap() (map[string]interface{}, error)
type ExecutionSnapshotPanelData ¶
type ExecutionSnapshotPanelData struct { Columns []ExecutionSnapshotPanelDataColumn `json:"columns,omitempty"` Rows []map[string]interface{} `json:"rows,omitempty"` }
ExecutionSnapshotPanelData struct for ExecutionSnapshotPanelData
func NewExecutionSnapshotPanelData ¶
func NewExecutionSnapshotPanelData() *ExecutionSnapshotPanelData
NewExecutionSnapshotPanelData instantiates a new ExecutionSnapshotPanelData 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 NewExecutionSnapshotPanelDataWithDefaults ¶
func NewExecutionSnapshotPanelDataWithDefaults() *ExecutionSnapshotPanelData
NewExecutionSnapshotPanelDataWithDefaults instantiates a new ExecutionSnapshotPanelData 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 (*ExecutionSnapshotPanelData) GetColumns ¶
func (o *ExecutionSnapshotPanelData) GetColumns() []ExecutionSnapshotPanelDataColumn
GetColumns returns the Columns field value if set, zero value otherwise.
func (*ExecutionSnapshotPanelData) GetColumnsOk ¶
func (o *ExecutionSnapshotPanelData) GetColumnsOk() ([]ExecutionSnapshotPanelDataColumn, bool)
GetColumnsOk returns a tuple with the Columns field value if set, nil otherwise and a boolean to check if the value has been set.
func (ExecutionSnapshotPanelData) GetResourceType ¶
func (o ExecutionSnapshotPanelData) GetResourceType() string
func (*ExecutionSnapshotPanelData) GetRows ¶
func (o *ExecutionSnapshotPanelData) GetRows() []map[string]interface{}
GetRows returns the Rows field value if set, zero value otherwise.
func (*ExecutionSnapshotPanelData) GetRowsOk ¶
func (o *ExecutionSnapshotPanelData) GetRowsOk() ([]map[string]interface{}, bool)
GetRowsOk returns a tuple with the Rows field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionSnapshotPanelData) HasColumns ¶
func (o *ExecutionSnapshotPanelData) HasColumns() bool
HasColumns returns a boolean if a field has been set.
func (*ExecutionSnapshotPanelData) HasRows ¶
func (o *ExecutionSnapshotPanelData) HasRows() bool
HasRows returns a boolean if a field has been set.
func (ExecutionSnapshotPanelData) MarshalJSON ¶
func (o ExecutionSnapshotPanelData) MarshalJSON() ([]byte, error)
func (*ExecutionSnapshotPanelData) SetColumns ¶
func (o *ExecutionSnapshotPanelData) SetColumns(v []ExecutionSnapshotPanelDataColumn)
SetColumns gets a reference to the given []ExecutionSnapshotPanelDataColumn and assigns it to the Columns field.
func (*ExecutionSnapshotPanelData) SetRows ¶
func (o *ExecutionSnapshotPanelData) SetRows(v []map[string]interface{})
SetRows gets a reference to the given []map[string]interface{} and assigns it to the Rows field.
func (ExecutionSnapshotPanelData) ToMap ¶
func (o ExecutionSnapshotPanelData) ToMap() (map[string]interface{}, error)
type ExecutionSnapshotPanelDataColumn ¶
type ExecutionSnapshotPanelDataColumn struct { DataType *string `json:"data_type,omitempty"` Name *string `json:"name,omitempty"` }
ExecutionSnapshotPanelDataColumn struct for ExecutionSnapshotPanelDataColumn
func NewExecutionSnapshotPanelDataColumn ¶
func NewExecutionSnapshotPanelDataColumn() *ExecutionSnapshotPanelDataColumn
NewExecutionSnapshotPanelDataColumn instantiates a new ExecutionSnapshotPanelDataColumn 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 NewExecutionSnapshotPanelDataColumnWithDefaults ¶
func NewExecutionSnapshotPanelDataColumnWithDefaults() *ExecutionSnapshotPanelDataColumn
NewExecutionSnapshotPanelDataColumnWithDefaults instantiates a new ExecutionSnapshotPanelDataColumn 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 (*ExecutionSnapshotPanelDataColumn) GetDataType ¶
func (o *ExecutionSnapshotPanelDataColumn) GetDataType() string
GetDataType returns the DataType field value if set, zero value otherwise.
func (*ExecutionSnapshotPanelDataColumn) GetDataTypeOk ¶
func (o *ExecutionSnapshotPanelDataColumn) GetDataTypeOk() (*string, bool)
GetDataTypeOk returns a tuple with the DataType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionSnapshotPanelDataColumn) GetName ¶
func (o *ExecutionSnapshotPanelDataColumn) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ExecutionSnapshotPanelDataColumn) GetNameOk ¶
func (o *ExecutionSnapshotPanelDataColumn) 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 (ExecutionSnapshotPanelDataColumn) GetResourceType ¶
func (o ExecutionSnapshotPanelDataColumn) GetResourceType() string
func (*ExecutionSnapshotPanelDataColumn) HasDataType ¶
func (o *ExecutionSnapshotPanelDataColumn) HasDataType() bool
HasDataType returns a boolean if a field has been set.
func (*ExecutionSnapshotPanelDataColumn) HasName ¶
func (o *ExecutionSnapshotPanelDataColumn) HasName() bool
HasName returns a boolean if a field has been set.
func (ExecutionSnapshotPanelDataColumn) MarshalJSON ¶
func (o ExecutionSnapshotPanelDataColumn) MarshalJSON() ([]byte, error)
func (*ExecutionSnapshotPanelDataColumn) SetDataType ¶
func (o *ExecutionSnapshotPanelDataColumn) SetDataType(v string)
SetDataType gets a reference to the given string and assigns it to the DataType field.
func (*ExecutionSnapshotPanelDataColumn) SetName ¶
func (o *ExecutionSnapshotPanelDataColumn) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (ExecutionSnapshotPanelDataColumn) ToMap ¶
func (o ExecutionSnapshotPanelDataColumn) ToMap() (map[string]interface{}, error)
type ExecutionStepExecution ¶
type ExecutionStepExecution struct { EndTime *string `json:"end_time,omitempty"` Id *string `json:"id,omitempty"` Input map[string]interface{} `json:"input,omitempty"` // The name of the step in the pipeline definition Name *string `json:"name,omitempty"` NextStepAction *ModconfigNextStepAction `json:"next_step_action,omitempty"` Output *ExecutionStepExecutionOutput `json:"output,omitempty"` // Unique identifier for this step execution PipelineExecutionId *string `json:"pipeline_execution_id,omitempty"` StartTime *string `json:"start_time,omitempty"` // The status of the step execution: \"started\", \"finished\", \"failed\", \"skipped\" Status *string `json:"status,omitempty"` StepForEach *ExecutionStepExecutionStepForEach `json:"step_for_each,omitempty"` StepLoop *ModconfigStepLoop `json:"step_loop,omitempty"` // The output from the Step's output block: output \"foo\" { value = <xxx> } StepOutput map[string]interface{} `json:"step_output,omitempty"` StepRetry *ModconfigStepRetry `json:"step_retry,omitempty"` }
ExecutionStepExecution struct for ExecutionStepExecution
func NewExecutionStepExecution ¶
func NewExecutionStepExecution() *ExecutionStepExecution
NewExecutionStepExecution instantiates a new ExecutionStepExecution 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 NewExecutionStepExecutionWithDefaults ¶
func NewExecutionStepExecutionWithDefaults() *ExecutionStepExecution
NewExecutionStepExecutionWithDefaults instantiates a new ExecutionStepExecution 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 (*ExecutionStepExecution) GetEndTime ¶
func (o *ExecutionStepExecution) GetEndTime() string
GetEndTime returns the EndTime field value if set, zero value otherwise.
func (*ExecutionStepExecution) GetEndTimeOk ¶
func (o *ExecutionStepExecution) GetEndTimeOk() (*string, bool)
GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepExecution) GetId ¶
func (o *ExecutionStepExecution) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ExecutionStepExecution) GetIdOk ¶
func (o *ExecutionStepExecution) 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 (*ExecutionStepExecution) GetInput ¶
func (o *ExecutionStepExecution) GetInput() map[string]interface{}
GetInput returns the Input field value if set, zero value otherwise.
func (*ExecutionStepExecution) GetInputOk ¶
func (o *ExecutionStepExecution) GetInputOk() (map[string]interface{}, bool)
GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepExecution) GetName ¶
func (o *ExecutionStepExecution) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ExecutionStepExecution) GetNameOk ¶
func (o *ExecutionStepExecution) 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 (*ExecutionStepExecution) GetNextStepAction ¶
func (o *ExecutionStepExecution) GetNextStepAction() ModconfigNextStepAction
GetNextStepAction returns the NextStepAction field value if set, zero value otherwise.
func (*ExecutionStepExecution) GetNextStepActionOk ¶
func (o *ExecutionStepExecution) GetNextStepActionOk() (*ModconfigNextStepAction, bool)
GetNextStepActionOk returns a tuple with the NextStepAction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepExecution) GetOutput ¶
func (o *ExecutionStepExecution) GetOutput() ExecutionStepExecutionOutput
GetOutput returns the Output field value if set, zero value otherwise.
func (*ExecutionStepExecution) GetOutputOk ¶
func (o *ExecutionStepExecution) GetOutputOk() (*ExecutionStepExecutionOutput, bool)
GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepExecution) GetPipelineExecutionId ¶
func (o *ExecutionStepExecution) GetPipelineExecutionId() string
GetPipelineExecutionId returns the PipelineExecutionId field value if set, zero value otherwise.
func (*ExecutionStepExecution) GetPipelineExecutionIdOk ¶
func (o *ExecutionStepExecution) GetPipelineExecutionIdOk() (*string, bool)
GetPipelineExecutionIdOk returns a tuple with the PipelineExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (ExecutionStepExecution) GetResourceType ¶
func (o ExecutionStepExecution) GetResourceType() string
func (*ExecutionStepExecution) GetStartTime ¶
func (o *ExecutionStepExecution) GetStartTime() string
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*ExecutionStepExecution) GetStartTimeOk ¶
func (o *ExecutionStepExecution) GetStartTimeOk() (*string, bool)
GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepExecution) GetStatus ¶
func (o *ExecutionStepExecution) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ExecutionStepExecution) GetStatusOk ¶
func (o *ExecutionStepExecution) 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 (*ExecutionStepExecution) GetStepForEach ¶
func (o *ExecutionStepExecution) GetStepForEach() ExecutionStepExecutionStepForEach
GetStepForEach returns the StepForEach field value if set, zero value otherwise.
func (*ExecutionStepExecution) GetStepForEachOk ¶
func (o *ExecutionStepExecution) GetStepForEachOk() (*ExecutionStepExecutionStepForEach, bool)
GetStepForEachOk returns a tuple with the StepForEach field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepExecution) GetStepLoop ¶
func (o *ExecutionStepExecution) GetStepLoop() ModconfigStepLoop
GetStepLoop returns the StepLoop field value if set, zero value otherwise.
func (*ExecutionStepExecution) GetStepLoopOk ¶
func (o *ExecutionStepExecution) GetStepLoopOk() (*ModconfigStepLoop, bool)
GetStepLoopOk returns a tuple with the StepLoop field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepExecution) GetStepOutput ¶
func (o *ExecutionStepExecution) GetStepOutput() map[string]interface{}
GetStepOutput returns the StepOutput field value if set, zero value otherwise.
func (*ExecutionStepExecution) GetStepOutputOk ¶
func (o *ExecutionStepExecution) GetStepOutputOk() (map[string]interface{}, bool)
GetStepOutputOk returns a tuple with the StepOutput field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepExecution) GetStepRetry ¶
func (o *ExecutionStepExecution) GetStepRetry() ModconfigStepRetry
GetStepRetry returns the StepRetry field value if set, zero value otherwise.
func (*ExecutionStepExecution) GetStepRetryOk ¶
func (o *ExecutionStepExecution) GetStepRetryOk() (*ModconfigStepRetry, bool)
GetStepRetryOk returns a tuple with the StepRetry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepExecution) HasEndTime ¶
func (o *ExecutionStepExecution) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (*ExecutionStepExecution) HasId ¶
func (o *ExecutionStepExecution) HasId() bool
HasId returns a boolean if a field has been set.
func (*ExecutionStepExecution) HasInput ¶
func (o *ExecutionStepExecution) HasInput() bool
HasInput returns a boolean if a field has been set.
func (*ExecutionStepExecution) HasName ¶
func (o *ExecutionStepExecution) HasName() bool
HasName returns a boolean if a field has been set.
func (*ExecutionStepExecution) HasNextStepAction ¶
func (o *ExecutionStepExecution) HasNextStepAction() bool
HasNextStepAction returns a boolean if a field has been set.
func (*ExecutionStepExecution) HasOutput ¶
func (o *ExecutionStepExecution) HasOutput() bool
HasOutput returns a boolean if a field has been set.
func (*ExecutionStepExecution) HasPipelineExecutionId ¶
func (o *ExecutionStepExecution) HasPipelineExecutionId() bool
HasPipelineExecutionId returns a boolean if a field has been set.
func (*ExecutionStepExecution) HasStartTime ¶
func (o *ExecutionStepExecution) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (*ExecutionStepExecution) HasStatus ¶
func (o *ExecutionStepExecution) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ExecutionStepExecution) HasStepForEach ¶
func (o *ExecutionStepExecution) HasStepForEach() bool
HasStepForEach returns a boolean if a field has been set.
func (*ExecutionStepExecution) HasStepLoop ¶
func (o *ExecutionStepExecution) HasStepLoop() bool
HasStepLoop returns a boolean if a field has been set.
func (*ExecutionStepExecution) HasStepOutput ¶
func (o *ExecutionStepExecution) HasStepOutput() bool
HasStepOutput returns a boolean if a field has been set.
func (*ExecutionStepExecution) HasStepRetry ¶
func (o *ExecutionStepExecution) HasStepRetry() bool
HasStepRetry returns a boolean if a field has been set.
func (ExecutionStepExecution) MarshalJSON ¶
func (o ExecutionStepExecution) MarshalJSON() ([]byte, error)
func (*ExecutionStepExecution) SetEndTime ¶
func (o *ExecutionStepExecution) SetEndTime(v string)
SetEndTime gets a reference to the given string and assigns it to the EndTime field.
func (*ExecutionStepExecution) SetId ¶
func (o *ExecutionStepExecution) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ExecutionStepExecution) SetInput ¶
func (o *ExecutionStepExecution) SetInput(v map[string]interface{})
SetInput gets a reference to the given map[string]interface{} and assigns it to the Input field.
func (*ExecutionStepExecution) SetName ¶
func (o *ExecutionStepExecution) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ExecutionStepExecution) SetNextStepAction ¶
func (o *ExecutionStepExecution) SetNextStepAction(v ModconfigNextStepAction)
SetNextStepAction gets a reference to the given ModconfigNextStepAction and assigns it to the NextStepAction field.
func (*ExecutionStepExecution) SetOutput ¶
func (o *ExecutionStepExecution) SetOutput(v ExecutionStepExecutionOutput)
SetOutput gets a reference to the given ExecutionStepExecutionOutput and assigns it to the Output field.
func (*ExecutionStepExecution) SetPipelineExecutionId ¶
func (o *ExecutionStepExecution) SetPipelineExecutionId(v string)
SetPipelineExecutionId gets a reference to the given string and assigns it to the PipelineExecutionId field.
func (*ExecutionStepExecution) SetStartTime ¶
func (o *ExecutionStepExecution) SetStartTime(v string)
SetStartTime gets a reference to the given string and assigns it to the StartTime field.
func (*ExecutionStepExecution) SetStatus ¶
func (o *ExecutionStepExecution) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*ExecutionStepExecution) SetStepForEach ¶
func (o *ExecutionStepExecution) SetStepForEach(v ExecutionStepExecutionStepForEach)
SetStepForEach gets a reference to the given ExecutionStepExecutionStepForEach and assigns it to the StepForEach field.
func (*ExecutionStepExecution) SetStepLoop ¶
func (o *ExecutionStepExecution) SetStepLoop(v ModconfigStepLoop)
SetStepLoop gets a reference to the given ModconfigStepLoop and assigns it to the StepLoop field.
func (*ExecutionStepExecution) SetStepOutput ¶
func (o *ExecutionStepExecution) SetStepOutput(v map[string]interface{})
SetStepOutput gets a reference to the given map[string]interface{} and assigns it to the StepOutput field.
func (*ExecutionStepExecution) SetStepRetry ¶
func (o *ExecutionStepExecution) SetStepRetry(v ModconfigStepRetry)
SetStepRetry gets a reference to the given ModconfigStepRetry and assigns it to the StepRetry field.
func (ExecutionStepExecution) ToMap ¶
func (o ExecutionStepExecution) ToMap() (map[string]interface{}, error)
type ExecutionStepExecutionOutput ¶
type ExecutionStepExecutionOutput struct { Data map[string]interface{} `json:"data,omitempty"` Errors []ModconfigStepError `json:"errors,omitempty"` FailureMode *string `json:"failure_mode,omitempty"` // Flowpipe metadata, contains started_at, finished_at Flowpipe map[string]interface{} `json:"flowpipe,omitempty"` Status *string `json:"status,omitempty"` }
ExecutionStepExecutionOutput Native/primitive output of the step
func NewExecutionStepExecutionOutput ¶
func NewExecutionStepExecutionOutput() *ExecutionStepExecutionOutput
NewExecutionStepExecutionOutput instantiates a new ExecutionStepExecutionOutput 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 NewExecutionStepExecutionOutputWithDefaults ¶
func NewExecutionStepExecutionOutputWithDefaults() *ExecutionStepExecutionOutput
NewExecutionStepExecutionOutputWithDefaults instantiates a new ExecutionStepExecutionOutput 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 (*ExecutionStepExecutionOutput) GetData ¶
func (o *ExecutionStepExecutionOutput) GetData() map[string]interface{}
GetData returns the Data field value if set, zero value otherwise.
func (*ExecutionStepExecutionOutput) GetDataOk ¶
func (o *ExecutionStepExecutionOutput) GetDataOk() (map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepExecutionOutput) GetErrors ¶
func (o *ExecutionStepExecutionOutput) GetErrors() []ModconfigStepError
GetErrors returns the Errors field value if set, zero value otherwise.
func (*ExecutionStepExecutionOutput) GetErrorsOk ¶
func (o *ExecutionStepExecutionOutput) GetErrorsOk() ([]ModconfigStepError, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepExecutionOutput) GetFailureMode ¶
func (o *ExecutionStepExecutionOutput) GetFailureMode() string
GetFailureMode returns the FailureMode field value if set, zero value otherwise.
func (*ExecutionStepExecutionOutput) GetFailureModeOk ¶
func (o *ExecutionStepExecutionOutput) GetFailureModeOk() (*string, bool)
GetFailureModeOk returns a tuple with the FailureMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepExecutionOutput) GetFlowpipe ¶ added in v0.4.0
func (o *ExecutionStepExecutionOutput) GetFlowpipe() map[string]interface{}
GetFlowpipe returns the Flowpipe field value if set, zero value otherwise.
func (*ExecutionStepExecutionOutput) GetFlowpipeOk ¶ added in v0.4.0
func (o *ExecutionStepExecutionOutput) GetFlowpipeOk() (map[string]interface{}, bool)
GetFlowpipeOk returns a tuple with the Flowpipe field value if set, nil otherwise and a boolean to check if the value has been set.
func (ExecutionStepExecutionOutput) GetResourceType ¶
func (o ExecutionStepExecutionOutput) GetResourceType() string
func (*ExecutionStepExecutionOutput) GetStatus ¶
func (o *ExecutionStepExecutionOutput) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ExecutionStepExecutionOutput) GetStatusOk ¶
func (o *ExecutionStepExecutionOutput) 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 (*ExecutionStepExecutionOutput) HasData ¶
func (o *ExecutionStepExecutionOutput) HasData() bool
HasData returns a boolean if a field has been set.
func (*ExecutionStepExecutionOutput) HasErrors ¶
func (o *ExecutionStepExecutionOutput) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (*ExecutionStepExecutionOutput) HasFailureMode ¶
func (o *ExecutionStepExecutionOutput) HasFailureMode() bool
HasFailureMode returns a boolean if a field has been set.
func (*ExecutionStepExecutionOutput) HasFlowpipe ¶ added in v0.4.0
func (o *ExecutionStepExecutionOutput) HasFlowpipe() bool
HasFlowpipe returns a boolean if a field has been set.
func (*ExecutionStepExecutionOutput) HasStatus ¶
func (o *ExecutionStepExecutionOutput) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (ExecutionStepExecutionOutput) MarshalJSON ¶
func (o ExecutionStepExecutionOutput) MarshalJSON() ([]byte, error)
func (*ExecutionStepExecutionOutput) SetData ¶
func (o *ExecutionStepExecutionOutput) SetData(v map[string]interface{})
SetData gets a reference to the given map[string]interface{} and assigns it to the Data field.
func (*ExecutionStepExecutionOutput) SetErrors ¶
func (o *ExecutionStepExecutionOutput) SetErrors(v []ModconfigStepError)
SetErrors gets a reference to the given []ModconfigStepError and assigns it to the Errors field.
func (*ExecutionStepExecutionOutput) SetFailureMode ¶
func (o *ExecutionStepExecutionOutput) SetFailureMode(v string)
SetFailureMode gets a reference to the given string and assigns it to the FailureMode field.
func (*ExecutionStepExecutionOutput) SetFlowpipe ¶ added in v0.4.0
func (o *ExecutionStepExecutionOutput) SetFlowpipe(v map[string]interface{})
SetFlowpipe gets a reference to the given map[string]interface{} and assigns it to the Flowpipe field.
func (*ExecutionStepExecutionOutput) SetStatus ¶
func (o *ExecutionStepExecutionOutput) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (ExecutionStepExecutionOutput) ToMap ¶
func (o ExecutionStepExecutionOutput) ToMap() (map[string]interface{}, error)
type ExecutionStepExecutionStepForEach ¶
type ExecutionStepExecutionStepForEach struct { ForEachStep *bool `json:"for_each_step,omitempty"` Key string `json:"key"` Output *ModconfigOutput `json:"output,omitempty"` TotalCount int32 `json:"total_count"` }
ExecutionStepExecutionStepForEach for_each controls
func NewExecutionStepExecutionStepForEach ¶
func NewExecutionStepExecutionStepForEach(key string, totalCount int32) *ExecutionStepExecutionStepForEach
NewExecutionStepExecutionStepForEach instantiates a new ExecutionStepExecutionStepForEach 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 NewExecutionStepExecutionStepForEachWithDefaults ¶
func NewExecutionStepExecutionStepForEachWithDefaults() *ExecutionStepExecutionStepForEach
NewExecutionStepExecutionStepForEachWithDefaults instantiates a new ExecutionStepExecutionStepForEach 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 (*ExecutionStepExecutionStepForEach) GetForEachStep ¶
func (o *ExecutionStepExecutionStepForEach) GetForEachStep() bool
GetForEachStep returns the ForEachStep field value if set, zero value otherwise.
func (*ExecutionStepExecutionStepForEach) GetForEachStepOk ¶
func (o *ExecutionStepExecutionStepForEach) GetForEachStepOk() (*bool, bool)
GetForEachStepOk returns a tuple with the ForEachStep field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepExecutionStepForEach) GetKey ¶
func (o *ExecutionStepExecutionStepForEach) GetKey() string
GetKey returns the Key field value
func (*ExecutionStepExecutionStepForEach) GetKeyOk ¶
func (o *ExecutionStepExecutionStepForEach) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ExecutionStepExecutionStepForEach) GetOutput ¶
func (o *ExecutionStepExecutionStepForEach) GetOutput() ModconfigOutput
GetOutput returns the Output field value if set, zero value otherwise.
func (*ExecutionStepExecutionStepForEach) GetOutputOk ¶
func (o *ExecutionStepExecutionStepForEach) GetOutputOk() (*ModconfigOutput, bool)
GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.
func (ExecutionStepExecutionStepForEach) GetResourceType ¶
func (o ExecutionStepExecutionStepForEach) GetResourceType() string
func (*ExecutionStepExecutionStepForEach) GetTotalCount ¶
func (o *ExecutionStepExecutionStepForEach) GetTotalCount() int32
GetTotalCount returns the TotalCount field value
func (*ExecutionStepExecutionStepForEach) GetTotalCountOk ¶
func (o *ExecutionStepExecutionStepForEach) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (*ExecutionStepExecutionStepForEach) HasForEachStep ¶
func (o *ExecutionStepExecutionStepForEach) HasForEachStep() bool
HasForEachStep returns a boolean if a field has been set.
func (*ExecutionStepExecutionStepForEach) HasOutput ¶
func (o *ExecutionStepExecutionStepForEach) HasOutput() bool
HasOutput returns a boolean if a field has been set.
func (ExecutionStepExecutionStepForEach) MarshalJSON ¶
func (o ExecutionStepExecutionStepForEach) MarshalJSON() ([]byte, error)
func (*ExecutionStepExecutionStepForEach) SetForEachStep ¶
func (o *ExecutionStepExecutionStepForEach) SetForEachStep(v bool)
SetForEachStep gets a reference to the given bool and assigns it to the ForEachStep field.
func (*ExecutionStepExecutionStepForEach) SetKey ¶
func (o *ExecutionStepExecutionStepForEach) SetKey(v string)
SetKey sets field value
func (*ExecutionStepExecutionStepForEach) SetOutput ¶
func (o *ExecutionStepExecutionStepForEach) SetOutput(v ModconfigOutput)
SetOutput gets a reference to the given ModconfigOutput and assigns it to the Output field.
func (*ExecutionStepExecutionStepForEach) SetTotalCount ¶
func (o *ExecutionStepExecutionStepForEach) SetTotalCount(v int32)
SetTotalCount sets field value
func (ExecutionStepExecutionStepForEach) ToMap ¶
func (o ExecutionStepExecutionStepForEach) ToMap() (map[string]interface{}, error)
type ExecutionStepStatus ¶
type ExecutionStepStatus struct { // Indicates that a step is in retry loop so we don't mark it as failed ErrorHold *bool `json:"error_hold,omitempty"` // Step executions that are failed. Failed *map[string]bool `json:"failed,omitempty"` // Step executions that are finished. Finished *map[string]bool `json:"finished,omitempty"` // When the step is initializing it doesn't yet have any executions. We track it as initializing until the first execution is queued. Initializing *bool `json:"initializing,omitempty"` // Both LoopHold and ErrorHold must be resolved **before** the \"finish\" event is called, i.e. it needs to be calculated at the end of \"step start command\" and \"step pipeline finish\" command. It can't be calculated at the \"finish\" event because it's already too late. If the planner see that it has an finish event without either a LoopHold or ErrorHold, it will mark the step as completed or failed Indicates that step is in a loop so we don't mark it as finished LoopHold *bool `json:"loop_hold,omitempty"` OverralState *string `json:"overral_state,omitempty"` // Step executions that are queued. Queued *map[string]bool `json:"queued,omitempty"` // Step executions that are started. Started *map[string]bool `json:"started,omitempty"` // There's the step execution in execution, this is the same but in a list for a given step status The element in this slice should point to the same element in the StepExecutions map (in PipelineExecution) StepExecutions []ExecutionStepExecution `json:"step_executions,omitempty"` }
ExecutionStepStatus struct for ExecutionStepStatus
func NewExecutionStepStatus ¶
func NewExecutionStepStatus() *ExecutionStepStatus
NewExecutionStepStatus instantiates a new ExecutionStepStatus 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 NewExecutionStepStatusWithDefaults ¶
func NewExecutionStepStatusWithDefaults() *ExecutionStepStatus
NewExecutionStepStatusWithDefaults instantiates a new ExecutionStepStatus 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 (*ExecutionStepStatus) GetErrorHold ¶
func (o *ExecutionStepStatus) GetErrorHold() bool
GetErrorHold returns the ErrorHold field value if set, zero value otherwise.
func (*ExecutionStepStatus) GetErrorHoldOk ¶
func (o *ExecutionStepStatus) GetErrorHoldOk() (*bool, bool)
GetErrorHoldOk returns a tuple with the ErrorHold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepStatus) GetFailed ¶
func (o *ExecutionStepStatus) GetFailed() map[string]bool
GetFailed returns the Failed field value if set, zero value otherwise.
func (*ExecutionStepStatus) GetFailedOk ¶
func (o *ExecutionStepStatus) GetFailedOk() (*map[string]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 (*ExecutionStepStatus) GetFinished ¶
func (o *ExecutionStepStatus) GetFinished() map[string]bool
GetFinished returns the Finished field value if set, zero value otherwise.
func (*ExecutionStepStatus) GetFinishedOk ¶
func (o *ExecutionStepStatus) GetFinishedOk() (*map[string]bool, bool)
GetFinishedOk returns a tuple with the Finished field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepStatus) GetInitializing ¶
func (o *ExecutionStepStatus) GetInitializing() bool
GetInitializing returns the Initializing field value if set, zero value otherwise.
func (*ExecutionStepStatus) GetInitializingOk ¶
func (o *ExecutionStepStatus) GetInitializingOk() (*bool, bool)
GetInitializingOk returns a tuple with the Initializing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepStatus) GetLoopHold ¶
func (o *ExecutionStepStatus) GetLoopHold() bool
GetLoopHold returns the LoopHold field value if set, zero value otherwise.
func (*ExecutionStepStatus) GetLoopHoldOk ¶
func (o *ExecutionStepStatus) GetLoopHoldOk() (*bool, bool)
GetLoopHoldOk returns a tuple with the LoopHold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepStatus) GetOverralState ¶
func (o *ExecutionStepStatus) GetOverralState() string
GetOverralState returns the OverralState field value if set, zero value otherwise.
func (*ExecutionStepStatus) GetOverralStateOk ¶
func (o *ExecutionStepStatus) GetOverralStateOk() (*string, bool)
GetOverralStateOk returns a tuple with the OverralState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepStatus) GetQueued ¶
func (o *ExecutionStepStatus) GetQueued() map[string]bool
GetQueued returns the Queued field value if set, zero value otherwise.
func (*ExecutionStepStatus) GetQueuedOk ¶
func (o *ExecutionStepStatus) GetQueuedOk() (*map[string]bool, bool)
GetQueuedOk returns a tuple with the Queued field value if set, nil otherwise and a boolean to check if the value has been set.
func (ExecutionStepStatus) GetResourceType ¶
func (o ExecutionStepStatus) GetResourceType() string
func (*ExecutionStepStatus) GetStarted ¶
func (o *ExecutionStepStatus) GetStarted() map[string]bool
GetStarted returns the Started field value if set, zero value otherwise.
func (*ExecutionStepStatus) GetStartedOk ¶
func (o *ExecutionStepStatus) GetStartedOk() (*map[string]bool, bool)
GetStartedOk returns a tuple with the Started field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepStatus) GetStepExecutions ¶
func (o *ExecutionStepStatus) GetStepExecutions() []ExecutionStepExecution
GetStepExecutions returns the StepExecutions field value if set, zero value otherwise.
func (*ExecutionStepStatus) GetStepExecutionsOk ¶
func (o *ExecutionStepStatus) GetStepExecutionsOk() ([]ExecutionStepExecution, bool)
GetStepExecutionsOk returns a tuple with the StepExecutions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecutionStepStatus) HasErrorHold ¶
func (o *ExecutionStepStatus) HasErrorHold() bool
HasErrorHold returns a boolean if a field has been set.
func (*ExecutionStepStatus) HasFailed ¶
func (o *ExecutionStepStatus) HasFailed() bool
HasFailed returns a boolean if a field has been set.
func (*ExecutionStepStatus) HasFinished ¶
func (o *ExecutionStepStatus) HasFinished() bool
HasFinished returns a boolean if a field has been set.
func (*ExecutionStepStatus) HasInitializing ¶
func (o *ExecutionStepStatus) HasInitializing() bool
HasInitializing returns a boolean if a field has been set.
func (*ExecutionStepStatus) HasLoopHold ¶
func (o *ExecutionStepStatus) HasLoopHold() bool
HasLoopHold returns a boolean if a field has been set.
func (*ExecutionStepStatus) HasOverralState ¶
func (o *ExecutionStepStatus) HasOverralState() bool
HasOverralState returns a boolean if a field has been set.
func (*ExecutionStepStatus) HasQueued ¶
func (o *ExecutionStepStatus) HasQueued() bool
HasQueued returns a boolean if a field has been set.
func (*ExecutionStepStatus) HasStarted ¶
func (o *ExecutionStepStatus) HasStarted() bool
HasStarted returns a boolean if a field has been set.
func (*ExecutionStepStatus) HasStepExecutions ¶
func (o *ExecutionStepStatus) HasStepExecutions() bool
HasStepExecutions returns a boolean if a field has been set.
func (ExecutionStepStatus) MarshalJSON ¶
func (o ExecutionStepStatus) MarshalJSON() ([]byte, error)
func (*ExecutionStepStatus) SetErrorHold ¶
func (o *ExecutionStepStatus) SetErrorHold(v bool)
SetErrorHold gets a reference to the given bool and assigns it to the ErrorHold field.
func (*ExecutionStepStatus) SetFailed ¶
func (o *ExecutionStepStatus) SetFailed(v map[string]bool)
SetFailed gets a reference to the given map[string]bool and assigns it to the Failed field.
func (*ExecutionStepStatus) SetFinished ¶
func (o *ExecutionStepStatus) SetFinished(v map[string]bool)
SetFinished gets a reference to the given map[string]bool and assigns it to the Finished field.
func (*ExecutionStepStatus) SetInitializing ¶
func (o *ExecutionStepStatus) SetInitializing(v bool)
SetInitializing gets a reference to the given bool and assigns it to the Initializing field.
func (*ExecutionStepStatus) SetLoopHold ¶
func (o *ExecutionStepStatus) SetLoopHold(v bool)
SetLoopHold gets a reference to the given bool and assigns it to the LoopHold field.
func (*ExecutionStepStatus) SetOverralState ¶
func (o *ExecutionStepStatus) SetOverralState(v string)
SetOverralState gets a reference to the given string and assigns it to the OverralState field.
func (*ExecutionStepStatus) SetQueued ¶
func (o *ExecutionStepStatus) SetQueued(v map[string]bool)
SetQueued gets a reference to the given map[string]bool and assigns it to the Queued field.
func (*ExecutionStepStatus) SetStarted ¶
func (o *ExecutionStepStatus) SetStarted(v map[string]bool)
SetStarted gets a reference to the given map[string]bool and assigns it to the Started field.
func (*ExecutionStepStatus) SetStepExecutions ¶
func (o *ExecutionStepStatus) SetStepExecutions(v []ExecutionStepExecution)
SetStepExecutions gets a reference to the given []ExecutionStepExecution and assigns it to the StepExecutions field.
func (ExecutionStepStatus) ToMap ¶
func (o ExecutionStepStatus) ToMap() (map[string]interface{}, error)
type FlowpipeAPIResource ¶
type FlowpipeAPIResource interface {
GetResourceType() string
}
type FlowpipeRequire ¶
type FlowpipeRequire struct {
MinVersion *string `json:"min_version,omitempty"`
}
FlowpipeRequire struct for FlowpipeRequire
func NewFlowpipeRequire ¶
func NewFlowpipeRequire() *FlowpipeRequire
NewFlowpipeRequire instantiates a new FlowpipeRequire 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 NewFlowpipeRequireWithDefaults ¶
func NewFlowpipeRequireWithDefaults() *FlowpipeRequire
NewFlowpipeRequireWithDefaults instantiates a new FlowpipeRequire 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 (*FlowpipeRequire) GetMinVersion ¶
func (o *FlowpipeRequire) GetMinVersion() string
GetMinVersion returns the MinVersion field value if set, zero value otherwise.
func (*FlowpipeRequire) GetMinVersionOk ¶
func (o *FlowpipeRequire) GetMinVersionOk() (*string, bool)
GetMinVersionOk returns a tuple with the MinVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (FlowpipeRequire) GetResourceType ¶
func (o FlowpipeRequire) GetResourceType() string
func (*FlowpipeRequire) HasMinVersion ¶
func (o *FlowpipeRequire) HasMinVersion() bool
HasMinVersion returns a boolean if a field has been set.
func (FlowpipeRequire) MarshalJSON ¶
func (o FlowpipeRequire) MarshalJSON() ([]byte, error)
func (*FlowpipeRequire) SetMinVersion ¶
func (o *FlowpipeRequire) SetMinVersion(v string)
SetMinVersion gets a reference to the given string and assigns it to the MinVersion field.
func (FlowpipeRequire) ToMap ¶
func (o FlowpipeRequire) ToMap() (map[string]interface{}, error)
type FlowpipeResponseMetadata ¶ added in v0.5.0
type FlowpipeResponseMetadata struct { ExecutionId *string `json:"execution_id,omitempty"` IsStale *bool `json:"is_stale,omitempty"` LastLoaded *string `json:"last_loaded,omitempty"` Pipeline *string `json:"pipeline,omitempty"` PipelineExecutionId *string `json:"pipeline_execution_id,omitempty"` Status *string `json:"status,omitempty"` Type *string `json:"type,omitempty"` }
FlowpipeResponseMetadata struct for FlowpipeResponseMetadata
func NewFlowpipeResponseMetadata ¶ added in v0.5.0
func NewFlowpipeResponseMetadata() *FlowpipeResponseMetadata
NewFlowpipeResponseMetadata instantiates a new FlowpipeResponseMetadata 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 NewFlowpipeResponseMetadataWithDefaults ¶ added in v0.5.0
func NewFlowpipeResponseMetadataWithDefaults() *FlowpipeResponseMetadata
NewFlowpipeResponseMetadataWithDefaults instantiates a new FlowpipeResponseMetadata 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 (*FlowpipeResponseMetadata) GetExecutionId ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) GetExecutionId() string
GetExecutionId returns the ExecutionId field value if set, zero value otherwise.
func (*FlowpipeResponseMetadata) GetExecutionIdOk ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) 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 (*FlowpipeResponseMetadata) GetIsStale ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) GetIsStale() bool
GetIsStale returns the IsStale field value if set, zero value otherwise.
func (*FlowpipeResponseMetadata) GetIsStaleOk ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) GetIsStaleOk() (*bool, bool)
GetIsStaleOk returns a tuple with the IsStale field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FlowpipeResponseMetadata) GetLastLoaded ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) GetLastLoaded() string
GetLastLoaded returns the LastLoaded field value if set, zero value otherwise.
func (*FlowpipeResponseMetadata) GetLastLoadedOk ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) GetLastLoadedOk() (*string, bool)
GetLastLoadedOk returns a tuple with the LastLoaded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FlowpipeResponseMetadata) GetPipeline ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) GetPipeline() string
GetPipeline returns the Pipeline field value if set, zero value otherwise.
func (*FlowpipeResponseMetadata) GetPipelineExecutionId ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) GetPipelineExecutionId() string
GetPipelineExecutionId returns the PipelineExecutionId field value if set, zero value otherwise.
func (*FlowpipeResponseMetadata) GetPipelineExecutionIdOk ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) GetPipelineExecutionIdOk() (*string, bool)
GetPipelineExecutionIdOk returns a tuple with the PipelineExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FlowpipeResponseMetadata) GetPipelineOk ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) GetPipelineOk() (*string, bool)
GetPipelineOk returns a tuple with the Pipeline field value if set, nil otherwise and a boolean to check if the value has been set.
func (FlowpipeResponseMetadata) GetResourceType ¶ added in v0.5.0
func (o FlowpipeResponseMetadata) GetResourceType() string
func (*FlowpipeResponseMetadata) GetStatus ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*FlowpipeResponseMetadata) GetStatusOk ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) 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 (*FlowpipeResponseMetadata) GetType ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*FlowpipeResponseMetadata) GetTypeOk ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) 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 (*FlowpipeResponseMetadata) HasExecutionId ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) HasExecutionId() bool
HasExecutionId returns a boolean if a field has been set.
func (*FlowpipeResponseMetadata) HasIsStale ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) HasIsStale() bool
HasIsStale returns a boolean if a field has been set.
func (*FlowpipeResponseMetadata) HasLastLoaded ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) HasLastLoaded() bool
HasLastLoaded returns a boolean if a field has been set.
func (*FlowpipeResponseMetadata) HasPipeline ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) HasPipeline() bool
HasPipeline returns a boolean if a field has been set.
func (*FlowpipeResponseMetadata) HasPipelineExecutionId ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) HasPipelineExecutionId() bool
HasPipelineExecutionId returns a boolean if a field has been set.
func (*FlowpipeResponseMetadata) HasStatus ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*FlowpipeResponseMetadata) HasType ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) HasType() bool
HasType returns a boolean if a field has been set.
func (FlowpipeResponseMetadata) MarshalJSON ¶ added in v0.5.0
func (o FlowpipeResponseMetadata) MarshalJSON() ([]byte, error)
func (*FlowpipeResponseMetadata) SetExecutionId ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) SetExecutionId(v string)
SetExecutionId gets a reference to the given string and assigns it to the ExecutionId field.
func (*FlowpipeResponseMetadata) SetIsStale ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) SetIsStale(v bool)
SetIsStale gets a reference to the given bool and assigns it to the IsStale field.
func (*FlowpipeResponseMetadata) SetLastLoaded ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) SetLastLoaded(v string)
SetLastLoaded gets a reference to the given string and assigns it to the LastLoaded field.
func (*FlowpipeResponseMetadata) SetPipeline ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) SetPipeline(v string)
SetPipeline gets a reference to the given string and assigns it to the Pipeline field.
func (*FlowpipeResponseMetadata) SetPipelineExecutionId ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) SetPipelineExecutionId(v string)
SetPipelineExecutionId gets a reference to the given string and assigns it to the PipelineExecutionId field.
func (*FlowpipeResponseMetadata) SetStatus ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*FlowpipeResponseMetadata) SetType ¶ added in v0.5.0
func (o *FlowpipeResponseMetadata) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (FlowpipeResponseMetadata) ToMap ¶ added in v0.5.0
func (o FlowpipeResponseMetadata) ToMap() (map[string]interface{}, error)
type FlowpipeTriggerResponseMetadata ¶ added in v0.5.0
type FlowpipeTriggerResponseMetadata struct { IsStale *bool `json:"is_stale,omitempty"` LastLoaded *string `json:"last_loaded,omitempty"` Name *string `json:"name,omitempty"` ProcessId *string `json:"process_id,omitempty"` Type *string `json:"type,omitempty"` }
FlowpipeTriggerResponseMetadata struct for FlowpipeTriggerResponseMetadata
func NewFlowpipeTriggerResponseMetadata ¶ added in v0.5.0
func NewFlowpipeTriggerResponseMetadata() *FlowpipeTriggerResponseMetadata
NewFlowpipeTriggerResponseMetadata instantiates a new FlowpipeTriggerResponseMetadata 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 NewFlowpipeTriggerResponseMetadataWithDefaults ¶ added in v0.5.0
func NewFlowpipeTriggerResponseMetadataWithDefaults() *FlowpipeTriggerResponseMetadata
NewFlowpipeTriggerResponseMetadataWithDefaults instantiates a new FlowpipeTriggerResponseMetadata 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 (*FlowpipeTriggerResponseMetadata) GetIsStale ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) GetIsStale() bool
GetIsStale returns the IsStale field value if set, zero value otherwise.
func (*FlowpipeTriggerResponseMetadata) GetIsStaleOk ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) GetIsStaleOk() (*bool, bool)
GetIsStaleOk returns a tuple with the IsStale field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FlowpipeTriggerResponseMetadata) GetLastLoaded ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) GetLastLoaded() string
GetLastLoaded returns the LastLoaded field value if set, zero value otherwise.
func (*FlowpipeTriggerResponseMetadata) GetLastLoadedOk ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) GetLastLoadedOk() (*string, bool)
GetLastLoadedOk returns a tuple with the LastLoaded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FlowpipeTriggerResponseMetadata) GetName ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*FlowpipeTriggerResponseMetadata) GetNameOk ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) 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 (*FlowpipeTriggerResponseMetadata) GetProcessId ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) GetProcessId() string
GetProcessId returns the ProcessId field value if set, zero value otherwise.
func (*FlowpipeTriggerResponseMetadata) GetProcessIdOk ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) GetProcessIdOk() (*string, bool)
GetProcessIdOk returns a tuple with the ProcessId field value if set, nil otherwise and a boolean to check if the value has been set.
func (FlowpipeTriggerResponseMetadata) GetResourceType ¶ added in v0.5.0
func (o FlowpipeTriggerResponseMetadata) GetResourceType() string
func (*FlowpipeTriggerResponseMetadata) GetType ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*FlowpipeTriggerResponseMetadata) GetTypeOk ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) 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 (*FlowpipeTriggerResponseMetadata) HasIsStale ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) HasIsStale() bool
HasIsStale returns a boolean if a field has been set.
func (*FlowpipeTriggerResponseMetadata) HasLastLoaded ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) HasLastLoaded() bool
HasLastLoaded returns a boolean if a field has been set.
func (*FlowpipeTriggerResponseMetadata) HasName ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) HasName() bool
HasName returns a boolean if a field has been set.
func (*FlowpipeTriggerResponseMetadata) HasProcessId ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) HasProcessId() bool
HasProcessId returns a boolean if a field has been set.
func (*FlowpipeTriggerResponseMetadata) HasType ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) HasType() bool
HasType returns a boolean if a field has been set.
func (FlowpipeTriggerResponseMetadata) MarshalJSON ¶ added in v0.5.0
func (o FlowpipeTriggerResponseMetadata) MarshalJSON() ([]byte, error)
func (*FlowpipeTriggerResponseMetadata) SetIsStale ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) SetIsStale(v bool)
SetIsStale gets a reference to the given bool and assigns it to the IsStale field.
func (*FlowpipeTriggerResponseMetadata) SetLastLoaded ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) SetLastLoaded(v string)
SetLastLoaded gets a reference to the given string and assigns it to the LastLoaded field.
func (*FlowpipeTriggerResponseMetadata) SetName ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*FlowpipeTriggerResponseMetadata) SetProcessId ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) SetProcessId(v string)
SetProcessId gets a reference to the given string and assigns it to the ProcessId field.
func (*FlowpipeTriggerResponseMetadata) SetType ¶ added in v0.5.0
func (o *FlowpipeTriggerResponseMetadata) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (FlowpipeTriggerResponseMetadata) ToMap ¶ added in v0.5.0
func (o FlowpipeTriggerResponseMetadata) ToMap() (map[string]interface{}, error)
type FpIntegration ¶ added in v0.3.0
type FpIntegration struct { Bcc []string `json:"bcc,omitempty"` Cc []string `json:"cc,omitempty"` Channel *string `json:"channel,omitempty"` Description *string `json:"description,omitempty"` EndLineNumber *int32 `json:"end_line_number,omitempty"` FileName *string `json:"file_name,omitempty"` From *string `json:"from,omitempty"` Name *string `json:"name,omitempty"` SigningSecret *string `json:"signing_secret,omitempty"` // email SmtpHost *string `json:"smtp_host,omitempty"` SmtpPassword *string `json:"smtp_password,omitempty"` SmtpPort *int32 `json:"smtp_port,omitempty"` SmtpTls *string `json:"smtp_tls,omitempty"` SmtpUsername *string `json:"smtp_username,omitempty"` SmtpsPort *int32 `json:"smtps_port,omitempty"` StartLineNumber *int32 `json:"start_line_number,omitempty"` Subject *string `json:"subject,omitempty"` Title *string `json:"title,omitempty"` To []string `json:"to,omitempty"` // slack Token *string `json:"token,omitempty"` Type *string `json:"type,omitempty"` Url *string `json:"url,omitempty"` // slack & msteams WebhookUrl *string `json:"webhook_url,omitempty"` }
FpIntegration struct for FpIntegration
func NewFpIntegration ¶ added in v0.3.0
func NewFpIntegration() *FpIntegration
NewFpIntegration instantiates a new FpIntegration 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 NewFpIntegrationWithDefaults ¶ added in v0.3.0
func NewFpIntegrationWithDefaults() *FpIntegration
NewFpIntegrationWithDefaults instantiates a new FpIntegration 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 (*FpIntegration) GetBcc ¶ added in v0.3.0
func (o *FpIntegration) GetBcc() []string
GetBcc returns the Bcc field value if set, zero value otherwise.
func (*FpIntegration) GetBccOk ¶ added in v0.3.0
func (o *FpIntegration) GetBccOk() ([]string, bool)
GetBccOk returns a tuple with the Bcc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpIntegration) GetCc ¶ added in v0.3.0
func (o *FpIntegration) GetCc() []string
GetCc returns the Cc field value if set, zero value otherwise.
func (*FpIntegration) GetCcOk ¶ added in v0.3.0
func (o *FpIntegration) GetCcOk() ([]string, bool)
GetCcOk returns a tuple with the Cc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpIntegration) GetChannel ¶ added in v0.3.0
func (o *FpIntegration) GetChannel() string
GetChannel returns the Channel field value if set, zero value otherwise.
func (*FpIntegration) GetChannelOk ¶ added in v0.3.0
func (o *FpIntegration) GetChannelOk() (*string, bool)
GetChannelOk returns a tuple with the Channel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpIntegration) GetDescription ¶ added in v0.3.0
func (o *FpIntegration) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*FpIntegration) GetDescriptionOk ¶ added in v0.3.0
func (o *FpIntegration) 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 (*FpIntegration) GetEndLineNumber ¶ added in v0.3.0
func (o *FpIntegration) GetEndLineNumber() int32
GetEndLineNumber returns the EndLineNumber field value if set, zero value otherwise.
func (*FpIntegration) GetEndLineNumberOk ¶ added in v0.3.0
func (o *FpIntegration) GetEndLineNumberOk() (*int32, bool)
GetEndLineNumberOk returns a tuple with the EndLineNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpIntegration) GetFileName ¶ added in v0.3.0
func (o *FpIntegration) GetFileName() string
GetFileName returns the FileName field value if set, zero value otherwise.
func (*FpIntegration) GetFileNameOk ¶ added in v0.3.0
func (o *FpIntegration) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpIntegration) GetFrom ¶ added in v0.3.0
func (o *FpIntegration) GetFrom() string
GetFrom returns the From field value if set, zero value otherwise.
func (*FpIntegration) GetFromOk ¶ added in v0.3.0
func (o *FpIntegration) GetFromOk() (*string, 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 (*FpIntegration) GetName ¶ added in v0.3.0
func (o *FpIntegration) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*FpIntegration) GetNameOk ¶ added in v0.3.0
func (o *FpIntegration) 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 (FpIntegration) GetResourceType ¶ added in v0.3.0
func (o FpIntegration) GetResourceType() string
func (*FpIntegration) GetSigningSecret ¶ added in v0.3.0
func (o *FpIntegration) GetSigningSecret() string
GetSigningSecret returns the SigningSecret field value if set, zero value otherwise.
func (*FpIntegration) GetSigningSecretOk ¶ added in v0.3.0
func (o *FpIntegration) GetSigningSecretOk() (*string, bool)
GetSigningSecretOk returns a tuple with the SigningSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpIntegration) GetSmtpHost ¶ added in v0.3.0
func (o *FpIntegration) GetSmtpHost() string
GetSmtpHost returns the SmtpHost field value if set, zero value otherwise.
func (*FpIntegration) GetSmtpHostOk ¶ added in v0.3.0
func (o *FpIntegration) GetSmtpHostOk() (*string, bool)
GetSmtpHostOk returns a tuple with the SmtpHost field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpIntegration) GetSmtpPassword ¶ added in v0.3.0
func (o *FpIntegration) GetSmtpPassword() string
GetSmtpPassword returns the SmtpPassword field value if set, zero value otherwise.
func (*FpIntegration) GetSmtpPasswordOk ¶ added in v0.3.0
func (o *FpIntegration) GetSmtpPasswordOk() (*string, bool)
GetSmtpPasswordOk returns a tuple with the SmtpPassword field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpIntegration) GetSmtpPort ¶ added in v0.3.0
func (o *FpIntegration) GetSmtpPort() int32
GetSmtpPort returns the SmtpPort field value if set, zero value otherwise.
func (*FpIntegration) GetSmtpPortOk ¶ added in v0.3.0
func (o *FpIntegration) GetSmtpPortOk() (*int32, bool)
GetSmtpPortOk returns a tuple with the SmtpPort field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpIntegration) GetSmtpTls ¶ added in v0.3.0
func (o *FpIntegration) GetSmtpTls() string
GetSmtpTls returns the SmtpTls field value if set, zero value otherwise.
func (*FpIntegration) GetSmtpTlsOk ¶ added in v0.3.0
func (o *FpIntegration) GetSmtpTlsOk() (*string, bool)
GetSmtpTlsOk returns a tuple with the SmtpTls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpIntegration) GetSmtpUsername ¶ added in v0.3.0
func (o *FpIntegration) GetSmtpUsername() string
GetSmtpUsername returns the SmtpUsername field value if set, zero value otherwise.
func (*FpIntegration) GetSmtpUsernameOk ¶ added in v0.3.0
func (o *FpIntegration) GetSmtpUsernameOk() (*string, bool)
GetSmtpUsernameOk returns a tuple with the SmtpUsername field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpIntegration) GetSmtpsPort ¶ added in v0.3.0
func (o *FpIntegration) GetSmtpsPort() int32
GetSmtpsPort returns the SmtpsPort field value if set, zero value otherwise.
func (*FpIntegration) GetSmtpsPortOk ¶ added in v0.3.0
func (o *FpIntegration) GetSmtpsPortOk() (*int32, bool)
GetSmtpsPortOk returns a tuple with the SmtpsPort field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpIntegration) GetStartLineNumber ¶ added in v0.3.0
func (o *FpIntegration) GetStartLineNumber() int32
GetStartLineNumber returns the StartLineNumber field value if set, zero value otherwise.
func (*FpIntegration) GetStartLineNumberOk ¶ added in v0.3.0
func (o *FpIntegration) GetStartLineNumberOk() (*int32, bool)
GetStartLineNumberOk returns a tuple with the StartLineNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpIntegration) GetSubject ¶ added in v0.3.0
func (o *FpIntegration) GetSubject() string
GetSubject returns the Subject field value if set, zero value otherwise.
func (*FpIntegration) GetSubjectOk ¶ added in v0.3.0
func (o *FpIntegration) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpIntegration) GetTitle ¶ added in v0.3.0
func (o *FpIntegration) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*FpIntegration) GetTitleOk ¶ added in v0.3.0
func (o *FpIntegration) 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 (*FpIntegration) GetTo ¶ added in v0.3.0
func (o *FpIntegration) GetTo() []string
GetTo returns the To field value if set, zero value otherwise.
func (*FpIntegration) GetToOk ¶ added in v0.3.0
func (o *FpIntegration) GetToOk() ([]string, 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 (*FpIntegration) GetToken ¶ added in v0.3.0
func (o *FpIntegration) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*FpIntegration) GetTokenOk ¶ added in v0.3.0
func (o *FpIntegration) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpIntegration) GetType ¶ added in v0.3.0
func (o *FpIntegration) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*FpIntegration) GetTypeOk ¶ added in v0.3.0
func (o *FpIntegration) 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 (*FpIntegration) GetUrl ¶ added in v0.3.0
func (o *FpIntegration) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*FpIntegration) GetUrlOk ¶ added in v0.3.0
func (o *FpIntegration) 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 (*FpIntegration) GetWebhookUrl ¶ added in v0.3.0
func (o *FpIntegration) GetWebhookUrl() string
GetWebhookUrl returns the WebhookUrl field value if set, zero value otherwise.
func (*FpIntegration) GetWebhookUrlOk ¶ added in v0.3.0
func (o *FpIntegration) GetWebhookUrlOk() (*string, bool)
GetWebhookUrlOk returns a tuple with the WebhookUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpIntegration) HasBcc ¶ added in v0.3.0
func (o *FpIntegration) HasBcc() bool
HasBcc returns a boolean if a field has been set.
func (*FpIntegration) HasCc ¶ added in v0.3.0
func (o *FpIntegration) HasCc() bool
HasCc returns a boolean if a field has been set.
func (*FpIntegration) HasChannel ¶ added in v0.3.0
func (o *FpIntegration) HasChannel() bool
HasChannel returns a boolean if a field has been set.
func (*FpIntegration) HasDescription ¶ added in v0.3.0
func (o *FpIntegration) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*FpIntegration) HasEndLineNumber ¶ added in v0.3.0
func (o *FpIntegration) HasEndLineNumber() bool
HasEndLineNumber returns a boolean if a field has been set.
func (*FpIntegration) HasFileName ¶ added in v0.3.0
func (o *FpIntegration) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (*FpIntegration) HasFrom ¶ added in v0.3.0
func (o *FpIntegration) HasFrom() bool
HasFrom returns a boolean if a field has been set.
func (*FpIntegration) HasName ¶ added in v0.3.0
func (o *FpIntegration) HasName() bool
HasName returns a boolean if a field has been set.
func (*FpIntegration) HasSigningSecret ¶ added in v0.3.0
func (o *FpIntegration) HasSigningSecret() bool
HasSigningSecret returns a boolean if a field has been set.
func (*FpIntegration) HasSmtpHost ¶ added in v0.3.0
func (o *FpIntegration) HasSmtpHost() bool
HasSmtpHost returns a boolean if a field has been set.
func (*FpIntegration) HasSmtpPassword ¶ added in v0.3.0
func (o *FpIntegration) HasSmtpPassword() bool
HasSmtpPassword returns a boolean if a field has been set.
func (*FpIntegration) HasSmtpPort ¶ added in v0.3.0
func (o *FpIntegration) HasSmtpPort() bool
HasSmtpPort returns a boolean if a field has been set.
func (*FpIntegration) HasSmtpTls ¶ added in v0.3.0
func (o *FpIntegration) HasSmtpTls() bool
HasSmtpTls returns a boolean if a field has been set.
func (*FpIntegration) HasSmtpUsername ¶ added in v0.3.0
func (o *FpIntegration) HasSmtpUsername() bool
HasSmtpUsername returns a boolean if a field has been set.
func (*FpIntegration) HasSmtpsPort ¶ added in v0.3.0
func (o *FpIntegration) HasSmtpsPort() bool
HasSmtpsPort returns a boolean if a field has been set.
func (*FpIntegration) HasStartLineNumber ¶ added in v0.3.0
func (o *FpIntegration) HasStartLineNumber() bool
HasStartLineNumber returns a boolean if a field has been set.
func (*FpIntegration) HasSubject ¶ added in v0.3.0
func (o *FpIntegration) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (*FpIntegration) HasTitle ¶ added in v0.3.0
func (o *FpIntegration) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*FpIntegration) HasTo ¶ added in v0.3.0
func (o *FpIntegration) HasTo() bool
HasTo returns a boolean if a field has been set.
func (*FpIntegration) HasToken ¶ added in v0.3.0
func (o *FpIntegration) HasToken() bool
HasToken returns a boolean if a field has been set.
func (*FpIntegration) HasType ¶ added in v0.3.0
func (o *FpIntegration) HasType() bool
HasType returns a boolean if a field has been set.
func (*FpIntegration) HasUrl ¶ added in v0.3.0
func (o *FpIntegration) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (*FpIntegration) HasWebhookUrl ¶ added in v0.3.0
func (o *FpIntegration) HasWebhookUrl() bool
HasWebhookUrl returns a boolean if a field has been set.
func (FpIntegration) MarshalJSON ¶ added in v0.3.0
func (o FpIntegration) MarshalJSON() ([]byte, error)
func (*FpIntegration) SetBcc ¶ added in v0.3.0
func (o *FpIntegration) SetBcc(v []string)
SetBcc gets a reference to the given []string and assigns it to the Bcc field.
func (*FpIntegration) SetCc ¶ added in v0.3.0
func (o *FpIntegration) SetCc(v []string)
SetCc gets a reference to the given []string and assigns it to the Cc field.
func (*FpIntegration) SetChannel ¶ added in v0.3.0
func (o *FpIntegration) SetChannel(v string)
SetChannel gets a reference to the given string and assigns it to the Channel field.
func (*FpIntegration) SetDescription ¶ added in v0.3.0
func (o *FpIntegration) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*FpIntegration) SetEndLineNumber ¶ added in v0.3.0
func (o *FpIntegration) SetEndLineNumber(v int32)
SetEndLineNumber gets a reference to the given int32 and assigns it to the EndLineNumber field.
func (*FpIntegration) SetFileName ¶ added in v0.3.0
func (o *FpIntegration) SetFileName(v string)
SetFileName gets a reference to the given string and assigns it to the FileName field.
func (*FpIntegration) SetFrom ¶ added in v0.3.0
func (o *FpIntegration) SetFrom(v string)
SetFrom gets a reference to the given string and assigns it to the From field.
func (*FpIntegration) SetName ¶ added in v0.3.0
func (o *FpIntegration) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*FpIntegration) SetSigningSecret ¶ added in v0.3.0
func (o *FpIntegration) SetSigningSecret(v string)
SetSigningSecret gets a reference to the given string and assigns it to the SigningSecret field.
func (*FpIntegration) SetSmtpHost ¶ added in v0.3.0
func (o *FpIntegration) SetSmtpHost(v string)
SetSmtpHost gets a reference to the given string and assigns it to the SmtpHost field.
func (*FpIntegration) SetSmtpPassword ¶ added in v0.3.0
func (o *FpIntegration) SetSmtpPassword(v string)
SetSmtpPassword gets a reference to the given string and assigns it to the SmtpPassword field.
func (*FpIntegration) SetSmtpPort ¶ added in v0.3.0
func (o *FpIntegration) SetSmtpPort(v int32)
SetSmtpPort gets a reference to the given int32 and assigns it to the SmtpPort field.
func (*FpIntegration) SetSmtpTls ¶ added in v0.3.0
func (o *FpIntegration) SetSmtpTls(v string)
SetSmtpTls gets a reference to the given string and assigns it to the SmtpTls field.
func (*FpIntegration) SetSmtpUsername ¶ added in v0.3.0
func (o *FpIntegration) SetSmtpUsername(v string)
SetSmtpUsername gets a reference to the given string and assigns it to the SmtpUsername field.
func (*FpIntegration) SetSmtpsPort ¶ added in v0.3.0
func (o *FpIntegration) SetSmtpsPort(v int32)
SetSmtpsPort gets a reference to the given int32 and assigns it to the SmtpsPort field.
func (*FpIntegration) SetStartLineNumber ¶ added in v0.3.0
func (o *FpIntegration) SetStartLineNumber(v int32)
SetStartLineNumber gets a reference to the given int32 and assigns it to the StartLineNumber field.
func (*FpIntegration) SetSubject ¶ added in v0.3.0
func (o *FpIntegration) SetSubject(v string)
SetSubject gets a reference to the given string and assigns it to the Subject field.
func (*FpIntegration) SetTitle ¶ added in v0.3.0
func (o *FpIntegration) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*FpIntegration) SetTo ¶ added in v0.3.0
func (o *FpIntegration) SetTo(v []string)
SetTo gets a reference to the given []string and assigns it to the To field.
func (*FpIntegration) SetToken ¶ added in v0.3.0
func (o *FpIntegration) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (*FpIntegration) SetType ¶ added in v0.3.0
func (o *FpIntegration) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*FpIntegration) SetUrl ¶ added in v0.3.0
func (o *FpIntegration) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (*FpIntegration) SetWebhookUrl ¶ added in v0.3.0
func (o *FpIntegration) SetWebhookUrl(v string)
SetWebhookUrl gets a reference to the given string and assigns it to the WebhookUrl field.
func (FpIntegration) ToMap ¶ added in v0.3.0
func (o FpIntegration) ToMap() (map[string]interface{}, error)
type FpNotifier ¶ added in v0.3.0
type FpNotifier struct { Description *string `json:"description,omitempty"` EndLineNumber *int32 `json:"end_line_number,omitempty"` FileName *string `json:"file_name,omitempty"` Name *string `json:"name,omitempty"` Notifies []FpNotify `json:"notifies,omitempty"` StartLineNumber *int32 `json:"start_line_number,omitempty"` Title *string `json:"title,omitempty"` }
FpNotifier struct for FpNotifier
func NewFpNotifier ¶ added in v0.3.0
func NewFpNotifier() *FpNotifier
NewFpNotifier instantiates a new FpNotifier 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 NewFpNotifierWithDefaults ¶ added in v0.3.0
func NewFpNotifierWithDefaults() *FpNotifier
NewFpNotifierWithDefaults instantiates a new FpNotifier 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 (*FpNotifier) GetDescription ¶ added in v0.3.0
func (o *FpNotifier) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*FpNotifier) GetDescriptionOk ¶ added in v0.3.0
func (o *FpNotifier) 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 (*FpNotifier) GetEndLineNumber ¶ added in v0.3.0
func (o *FpNotifier) GetEndLineNumber() int32
GetEndLineNumber returns the EndLineNumber field value if set, zero value otherwise.
func (*FpNotifier) GetEndLineNumberOk ¶ added in v0.3.0
func (o *FpNotifier) GetEndLineNumberOk() (*int32, bool)
GetEndLineNumberOk returns a tuple with the EndLineNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpNotifier) GetFileName ¶ added in v0.3.0
func (o *FpNotifier) GetFileName() string
GetFileName returns the FileName field value if set, zero value otherwise.
func (*FpNotifier) GetFileNameOk ¶ added in v0.3.0
func (o *FpNotifier) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpNotifier) GetName ¶ added in v0.3.0
func (o *FpNotifier) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*FpNotifier) GetNameOk ¶ added in v0.3.0
func (o *FpNotifier) 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 (*FpNotifier) GetNotifies ¶ added in v0.3.0
func (o *FpNotifier) GetNotifies() []FpNotify
GetNotifies returns the Notifies field value if set, zero value otherwise.
func (*FpNotifier) GetNotifiesOk ¶ added in v0.3.0
func (o *FpNotifier) GetNotifiesOk() ([]FpNotify, bool)
GetNotifiesOk returns a tuple with the Notifies field value if set, nil otherwise and a boolean to check if the value has been set.
func (FpNotifier) GetResourceType ¶ added in v0.3.0
func (o FpNotifier) GetResourceType() string
func (*FpNotifier) GetStartLineNumber ¶ added in v0.3.0
func (o *FpNotifier) GetStartLineNumber() int32
GetStartLineNumber returns the StartLineNumber field value if set, zero value otherwise.
func (*FpNotifier) GetStartLineNumberOk ¶ added in v0.3.0
func (o *FpNotifier) GetStartLineNumberOk() (*int32, bool)
GetStartLineNumberOk returns a tuple with the StartLineNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpNotifier) GetTitle ¶ added in v0.3.0
func (o *FpNotifier) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*FpNotifier) GetTitleOk ¶ added in v0.3.0
func (o *FpNotifier) 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 (*FpNotifier) HasDescription ¶ added in v0.3.0
func (o *FpNotifier) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*FpNotifier) HasEndLineNumber ¶ added in v0.3.0
func (o *FpNotifier) HasEndLineNumber() bool
HasEndLineNumber returns a boolean if a field has been set.
func (*FpNotifier) HasFileName ¶ added in v0.3.0
func (o *FpNotifier) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (*FpNotifier) HasName ¶ added in v0.3.0
func (o *FpNotifier) HasName() bool
HasName returns a boolean if a field has been set.
func (*FpNotifier) HasNotifies ¶ added in v0.3.0
func (o *FpNotifier) HasNotifies() bool
HasNotifies returns a boolean if a field has been set.
func (*FpNotifier) HasStartLineNumber ¶ added in v0.3.0
func (o *FpNotifier) HasStartLineNumber() bool
HasStartLineNumber returns a boolean if a field has been set.
func (*FpNotifier) HasTitle ¶ added in v0.3.0
func (o *FpNotifier) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (FpNotifier) MarshalJSON ¶ added in v0.3.0
func (o FpNotifier) MarshalJSON() ([]byte, error)
func (*FpNotifier) SetDescription ¶ added in v0.3.0
func (o *FpNotifier) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*FpNotifier) SetEndLineNumber ¶ added in v0.3.0
func (o *FpNotifier) SetEndLineNumber(v int32)
SetEndLineNumber gets a reference to the given int32 and assigns it to the EndLineNumber field.
func (*FpNotifier) SetFileName ¶ added in v0.3.0
func (o *FpNotifier) SetFileName(v string)
SetFileName gets a reference to the given string and assigns it to the FileName field.
func (*FpNotifier) SetName ¶ added in v0.3.0
func (o *FpNotifier) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*FpNotifier) SetNotifies ¶ added in v0.3.0
func (o *FpNotifier) SetNotifies(v []FpNotify)
SetNotifies gets a reference to the given []FpNotify and assigns it to the Notifies field.
func (*FpNotifier) SetStartLineNumber ¶ added in v0.3.0
func (o *FpNotifier) SetStartLineNumber(v int32)
SetStartLineNumber gets a reference to the given int32 and assigns it to the StartLineNumber field.
func (*FpNotifier) SetTitle ¶ added in v0.3.0
func (o *FpNotifier) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (FpNotifier) ToMap ¶ added in v0.3.0
func (o FpNotifier) ToMap() (map[string]interface{}, error)
type FpNotify ¶ added in v0.3.0
type FpNotify struct { Bcc []string `json:"bcc,omitempty"` Cc []string `json:"cc,omitempty"` Channel *string `json:"channel,omitempty"` Description *string `json:"description,omitempty"` Integration *string `json:"integration,omitempty"` Subject *string `json:"subject,omitempty"` Title *string `json:"title,omitempty"` To []string `json:"to,omitempty"` }
FpNotify struct for FpNotify
func NewFpNotify ¶ added in v0.3.0
func NewFpNotify() *FpNotify
NewFpNotify instantiates a new FpNotify 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 NewFpNotifyWithDefaults ¶ added in v0.3.0
func NewFpNotifyWithDefaults() *FpNotify
NewFpNotifyWithDefaults instantiates a new FpNotify 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 (*FpNotify) GetBcc ¶ added in v0.3.0
GetBcc returns the Bcc field value if set, zero value otherwise.
func (*FpNotify) GetBccOk ¶ added in v0.3.0
GetBccOk returns a tuple with the Bcc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpNotify) GetCc ¶ added in v0.3.0
GetCc returns the Cc field value if set, zero value otherwise.
func (*FpNotify) GetCcOk ¶ added in v0.3.0
GetCcOk returns a tuple with the Cc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpNotify) GetChannel ¶ added in v0.3.0
GetChannel returns the Channel field value if set, zero value otherwise.
func (*FpNotify) GetChannelOk ¶ added in v0.3.0
GetChannelOk returns a tuple with the Channel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpNotify) GetDescription ¶ added in v0.3.0
GetDescription returns the Description field value if set, zero value otherwise.
func (*FpNotify) GetDescriptionOk ¶ added in v0.3.0
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 (*FpNotify) GetIntegration ¶ added in v0.3.0
GetIntegration returns the Integration field value if set, zero value otherwise.
func (*FpNotify) GetIntegrationOk ¶ added in v0.3.0
GetIntegrationOk returns a tuple with the Integration field value if set, nil otherwise and a boolean to check if the value has been set.
func (FpNotify) GetResourceType ¶ added in v0.3.0
func (*FpNotify) GetSubject ¶ added in v0.3.0
GetSubject returns the Subject field value if set, zero value otherwise.
func (*FpNotify) GetSubjectOk ¶ added in v0.3.0
GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpNotify) GetTitle ¶ added in v0.3.0
GetTitle returns the Title field value if set, zero value otherwise.
func (*FpNotify) GetTitleOk ¶ added in v0.3.0
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 (*FpNotify) GetTo ¶ added in v0.3.0
GetTo returns the To field value if set, zero value otherwise.
func (*FpNotify) GetToOk ¶ added in v0.3.0
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 (*FpNotify) HasChannel ¶ added in v0.3.0
HasChannel returns a boolean if a field has been set.
func (*FpNotify) HasDescription ¶ added in v0.3.0
HasDescription returns a boolean if a field has been set.
func (*FpNotify) HasIntegration ¶ added in v0.3.0
HasIntegration returns a boolean if a field has been set.
func (*FpNotify) HasSubject ¶ added in v0.3.0
HasSubject returns a boolean if a field has been set.
func (FpNotify) MarshalJSON ¶ added in v0.3.0
func (*FpNotify) SetBcc ¶ added in v0.3.0
SetBcc gets a reference to the given []string and assigns it to the Bcc field.
func (*FpNotify) SetCc ¶ added in v0.3.0
SetCc gets a reference to the given []string and assigns it to the Cc field.
func (*FpNotify) SetChannel ¶ added in v0.3.0
SetChannel gets a reference to the given string and assigns it to the Channel field.
func (*FpNotify) SetDescription ¶ added in v0.3.0
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*FpNotify) SetIntegration ¶ added in v0.3.0
SetIntegration gets a reference to the given string and assigns it to the Integration field.
func (*FpNotify) SetSubject ¶ added in v0.3.0
SetSubject gets a reference to the given string and assigns it to the Subject field.
func (*FpNotify) SetTitle ¶ added in v0.3.0
SetTitle gets a reference to the given string and assigns it to the Title field.
type FpPipeline ¶
type FpPipeline struct { Description *string `json:"description,omitempty"` Documentation *string `json:"documentation,omitempty"` EndLineNumber *int32 `json:"end_line_number,omitempty"` FileName *string `json:"file_name,omitempty"` Mod *string `json:"mod,omitempty"` Name *string `json:"name,omitempty"` Outputs []ModconfigPipelineOutput `json:"outputs,omitempty"` Params []FpPipelineParam `json:"params,omitempty"` RootMod *string `json:"root_mod,omitempty"` StartLineNumber *int32 `json:"start_line_number,omitempty"` Steps []map[string]interface{} `json:"steps,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Title *string `json:"title,omitempty"` }
FpPipeline struct for FpPipeline
func NewFpPipeline ¶
func NewFpPipeline() *FpPipeline
NewFpPipeline instantiates a new FpPipeline 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 NewFpPipelineWithDefaults ¶
func NewFpPipelineWithDefaults() *FpPipeline
NewFpPipelineWithDefaults instantiates a new FpPipeline 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 (*FpPipeline) GetDescription ¶
func (o *FpPipeline) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*FpPipeline) GetDescriptionOk ¶
func (o *FpPipeline) 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 (*FpPipeline) GetDocumentation ¶
func (o *FpPipeline) GetDocumentation() string
GetDocumentation returns the Documentation field value if set, zero value otherwise.
func (*FpPipeline) GetDocumentationOk ¶
func (o *FpPipeline) GetDocumentationOk() (*string, bool)
GetDocumentationOk returns a tuple with the Documentation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpPipeline) GetEndLineNumber ¶ added in v0.2.0
func (o *FpPipeline) GetEndLineNumber() int32
GetEndLineNumber returns the EndLineNumber field value if set, zero value otherwise.
func (*FpPipeline) GetEndLineNumberOk ¶ added in v0.2.0
func (o *FpPipeline) GetEndLineNumberOk() (*int32, bool)
GetEndLineNumberOk returns a tuple with the EndLineNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpPipeline) GetFileName ¶ added in v0.2.0
func (o *FpPipeline) GetFileName() string
GetFileName returns the FileName field value if set, zero value otherwise.
func (*FpPipeline) GetFileNameOk ¶ added in v0.2.0
func (o *FpPipeline) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpPipeline) GetMod ¶
func (o *FpPipeline) GetMod() string
GetMod returns the Mod field value if set, zero value otherwise.
func (*FpPipeline) GetModOk ¶
func (o *FpPipeline) GetModOk() (*string, bool)
GetModOk returns a tuple with the Mod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpPipeline) GetName ¶
func (o *FpPipeline) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*FpPipeline) GetNameOk ¶
func (o *FpPipeline) 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 (*FpPipeline) GetOutputs ¶
func (o *FpPipeline) GetOutputs() []ModconfigPipelineOutput
GetOutputs returns the Outputs field value if set, zero value otherwise.
func (*FpPipeline) GetOutputsOk ¶
func (o *FpPipeline) GetOutputsOk() ([]ModconfigPipelineOutput, bool)
GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpPipeline) GetParams ¶
func (o *FpPipeline) GetParams() []FpPipelineParam
GetParams returns the Params field value if set, zero value otherwise.
func (*FpPipeline) GetParamsOk ¶
func (o *FpPipeline) GetParamsOk() ([]FpPipelineParam, bool)
GetParamsOk returns a tuple with the Params field value if set, nil otherwise and a boolean to check if the value has been set.
func (FpPipeline) GetResourceType ¶
func (o FpPipeline) GetResourceType() string
func (*FpPipeline) GetRootMod ¶ added in v0.2.1
func (o *FpPipeline) GetRootMod() string
GetRootMod returns the RootMod field value if set, zero value otherwise.
func (*FpPipeline) GetRootModOk ¶ added in v0.2.1
func (o *FpPipeline) GetRootModOk() (*string, bool)
GetRootModOk returns a tuple with the RootMod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpPipeline) GetStartLineNumber ¶ added in v0.2.0
func (o *FpPipeline) GetStartLineNumber() int32
GetStartLineNumber returns the StartLineNumber field value if set, zero value otherwise.
func (*FpPipeline) GetStartLineNumberOk ¶ added in v0.2.0
func (o *FpPipeline) GetStartLineNumberOk() (*int32, bool)
GetStartLineNumberOk returns a tuple with the StartLineNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpPipeline) GetSteps ¶
func (o *FpPipeline) GetSteps() []map[string]interface{}
GetSteps returns the Steps field value if set, zero value otherwise.
func (*FpPipeline) GetStepsOk ¶
func (o *FpPipeline) GetStepsOk() ([]map[string]interface{}, bool)
GetStepsOk returns a tuple with the Steps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpPipeline) GetTags ¶
func (o *FpPipeline) GetTags() map[string]string
GetTags returns the Tags field value if set, zero value otherwise.
func (*FpPipeline) GetTagsOk ¶
func (o *FpPipeline) GetTagsOk() (*map[string]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 (*FpPipeline) GetTitle ¶
func (o *FpPipeline) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*FpPipeline) GetTitleOk ¶
func (o *FpPipeline) 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 (*FpPipeline) HasDescription ¶
func (o *FpPipeline) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*FpPipeline) HasDocumentation ¶
func (o *FpPipeline) HasDocumentation() bool
HasDocumentation returns a boolean if a field has been set.
func (*FpPipeline) HasEndLineNumber ¶ added in v0.2.0
func (o *FpPipeline) HasEndLineNumber() bool
HasEndLineNumber returns a boolean if a field has been set.
func (*FpPipeline) HasFileName ¶ added in v0.2.0
func (o *FpPipeline) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (*FpPipeline) HasMod ¶
func (o *FpPipeline) HasMod() bool
HasMod returns a boolean if a field has been set.
func (*FpPipeline) HasName ¶
func (o *FpPipeline) HasName() bool
HasName returns a boolean if a field has been set.
func (*FpPipeline) HasOutputs ¶
func (o *FpPipeline) HasOutputs() bool
HasOutputs returns a boolean if a field has been set.
func (*FpPipeline) HasParams ¶
func (o *FpPipeline) HasParams() bool
HasParams returns a boolean if a field has been set.
func (*FpPipeline) HasRootMod ¶ added in v0.2.1
func (o *FpPipeline) HasRootMod() bool
HasRootMod returns a boolean if a field has been set.
func (*FpPipeline) HasStartLineNumber ¶ added in v0.2.0
func (o *FpPipeline) HasStartLineNumber() bool
HasStartLineNumber returns a boolean if a field has been set.
func (*FpPipeline) HasSteps ¶
func (o *FpPipeline) HasSteps() bool
HasSteps returns a boolean if a field has been set.
func (*FpPipeline) HasTags ¶
func (o *FpPipeline) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*FpPipeline) HasTitle ¶
func (o *FpPipeline) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (FpPipeline) MarshalJSON ¶
func (o FpPipeline) MarshalJSON() ([]byte, error)
func (*FpPipeline) SetDescription ¶
func (o *FpPipeline) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*FpPipeline) SetDocumentation ¶
func (o *FpPipeline) SetDocumentation(v string)
SetDocumentation gets a reference to the given string and assigns it to the Documentation field.
func (*FpPipeline) SetEndLineNumber ¶ added in v0.2.0
func (o *FpPipeline) SetEndLineNumber(v int32)
SetEndLineNumber gets a reference to the given int32 and assigns it to the EndLineNumber field.
func (*FpPipeline) SetFileName ¶ added in v0.2.0
func (o *FpPipeline) SetFileName(v string)
SetFileName gets a reference to the given string and assigns it to the FileName field.
func (*FpPipeline) SetMod ¶
func (o *FpPipeline) SetMod(v string)
SetMod gets a reference to the given string and assigns it to the Mod field.
func (*FpPipeline) SetName ¶
func (o *FpPipeline) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*FpPipeline) SetOutputs ¶
func (o *FpPipeline) SetOutputs(v []ModconfigPipelineOutput)
SetOutputs gets a reference to the given []ModconfigPipelineOutput and assigns it to the Outputs field.
func (*FpPipeline) SetParams ¶
func (o *FpPipeline) SetParams(v []FpPipelineParam)
SetParams gets a reference to the given []FpPipelineParam and assigns it to the Params field.
func (*FpPipeline) SetRootMod ¶ added in v0.2.1
func (o *FpPipeline) SetRootMod(v string)
SetRootMod gets a reference to the given string and assigns it to the RootMod field.
func (*FpPipeline) SetStartLineNumber ¶ added in v0.2.0
func (o *FpPipeline) SetStartLineNumber(v int32)
SetStartLineNumber gets a reference to the given int32 and assigns it to the StartLineNumber field.
func (*FpPipeline) SetSteps ¶
func (o *FpPipeline) SetSteps(v []map[string]interface{})
SetSteps gets a reference to the given []map[string]interface{} and assigns it to the Steps field.
func (*FpPipeline) SetTags ¶
func (o *FpPipeline) SetTags(v map[string]string)
SetTags gets a reference to the given map[string]string and assigns it to the Tags field.
func (*FpPipeline) SetTitle ¶
func (o *FpPipeline) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (FpPipeline) ToMap ¶
func (o FpPipeline) ToMap() (map[string]interface{}, error)
type FpPipelineParam ¶
type FpPipelineParam struct { Default *interface{} `json:"default,omitempty"` Description *string `json:"description,omitempty"` Enum []interface{} `json:"enum,omitempty"` Name *string `json:"name,omitempty"` Optional *bool `json:"optional,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *interface{} `json:"type,omitempty"` TypeString *string `json:"type_string,omitempty"` }
FpPipelineParam struct for FpPipelineParam
func NewFpPipelineParam ¶
func NewFpPipelineParam() *FpPipelineParam
NewFpPipelineParam instantiates a new FpPipelineParam 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 NewFpPipelineParamWithDefaults ¶
func NewFpPipelineParamWithDefaults() *FpPipelineParam
NewFpPipelineParamWithDefaults instantiates a new FpPipelineParam 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 (*FpPipelineParam) GetDefault ¶
func (o *FpPipelineParam) GetDefault() interface{}
GetDefault returns the Default field value if set, zero value otherwise.
func (*FpPipelineParam) GetDefaultOk ¶
func (o *FpPipelineParam) GetDefaultOk() (*interface{}, bool)
GetDefaultOk returns a tuple with the Default field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpPipelineParam) GetDescription ¶
func (o *FpPipelineParam) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*FpPipelineParam) GetDescriptionOk ¶
func (o *FpPipelineParam) 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 (*FpPipelineParam) GetEnum ¶ added in v1.0.0
func (o *FpPipelineParam) GetEnum() []interface{}
GetEnum returns the Enum field value if set, zero value otherwise.
func (*FpPipelineParam) GetEnumOk ¶ added in v1.0.0
func (o *FpPipelineParam) GetEnumOk() ([]interface{}, bool)
GetEnumOk returns a tuple with the Enum field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpPipelineParam) GetName ¶
func (o *FpPipelineParam) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*FpPipelineParam) GetNameOk ¶
func (o *FpPipelineParam) 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 (*FpPipelineParam) GetOptional ¶
func (o *FpPipelineParam) GetOptional() bool
GetOptional returns the Optional field value if set, zero value otherwise.
func (*FpPipelineParam) GetOptionalOk ¶
func (o *FpPipelineParam) GetOptionalOk() (*bool, bool)
GetOptionalOk returns a tuple with the Optional field value if set, nil otherwise and a boolean to check if the value has been set.
func (FpPipelineParam) GetResourceType ¶
func (o FpPipelineParam) GetResourceType() string
func (*FpPipelineParam) GetTags ¶ added in v0.7.0
func (o *FpPipelineParam) GetTags() map[string]string
GetTags returns the Tags field value if set, zero value otherwise.
func (*FpPipelineParam) GetTagsOk ¶ added in v0.7.0
func (o *FpPipelineParam) GetTagsOk() (*map[string]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 (*FpPipelineParam) GetType ¶
func (o *FpPipelineParam) GetType() interface{}
GetType returns the Type field value if set, zero value otherwise.
func (*FpPipelineParam) GetTypeOk ¶
func (o *FpPipelineParam) GetTypeOk() (*interface{}, 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 (*FpPipelineParam) GetTypeString ¶ added in v0.5.0
func (o *FpPipelineParam) GetTypeString() string
GetTypeString returns the TypeString field value if set, zero value otherwise.
func (*FpPipelineParam) GetTypeStringOk ¶ added in v0.5.0
func (o *FpPipelineParam) GetTypeStringOk() (*string, bool)
GetTypeStringOk returns a tuple with the TypeString field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpPipelineParam) HasDefault ¶
func (o *FpPipelineParam) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (*FpPipelineParam) HasDescription ¶
func (o *FpPipelineParam) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*FpPipelineParam) HasEnum ¶ added in v1.0.0
func (o *FpPipelineParam) HasEnum() bool
HasEnum returns a boolean if a field has been set.
func (*FpPipelineParam) HasName ¶
func (o *FpPipelineParam) HasName() bool
HasName returns a boolean if a field has been set.
func (*FpPipelineParam) HasOptional ¶
func (o *FpPipelineParam) HasOptional() bool
HasOptional returns a boolean if a field has been set.
func (*FpPipelineParam) HasTags ¶ added in v0.7.0
func (o *FpPipelineParam) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*FpPipelineParam) HasType ¶
func (o *FpPipelineParam) HasType() bool
HasType returns a boolean if a field has been set.
func (*FpPipelineParam) HasTypeString ¶ added in v0.5.0
func (o *FpPipelineParam) HasTypeString() bool
HasTypeString returns a boolean if a field has been set.
func (FpPipelineParam) MarshalJSON ¶
func (o FpPipelineParam) MarshalJSON() ([]byte, error)
func (*FpPipelineParam) SetDefault ¶
func (o *FpPipelineParam) SetDefault(v interface{})
SetDefault gets a reference to the given interface{} and assigns it to the Default field.
func (*FpPipelineParam) SetDescription ¶
func (o *FpPipelineParam) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*FpPipelineParam) SetEnum ¶ added in v1.0.0
func (o *FpPipelineParam) SetEnum(v []interface{})
SetEnum gets a reference to the given []interface{} and assigns it to the Enum field.
func (*FpPipelineParam) SetName ¶
func (o *FpPipelineParam) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*FpPipelineParam) SetOptional ¶
func (o *FpPipelineParam) SetOptional(v bool)
SetOptional gets a reference to the given bool and assigns it to the Optional field.
func (*FpPipelineParam) SetTags ¶ added in v0.7.0
func (o *FpPipelineParam) SetTags(v map[string]string)
SetTags gets a reference to the given map[string]string and assigns it to the Tags field.
func (*FpPipelineParam) SetType ¶
func (o *FpPipelineParam) SetType(v interface{})
SetType gets a reference to the given interface{} and assigns it to the Type field.
func (*FpPipelineParam) SetTypeString ¶ added in v0.5.0
func (o *FpPipelineParam) SetTypeString(v string)
SetTypeString gets a reference to the given string and assigns it to the TypeString field.
func (FpPipelineParam) ToMap ¶
func (o FpPipelineParam) ToMap() (map[string]interface{}, error)
type FpTrigger ¶
type FpTrigger struct { Description *string `json:"description,omitempty"` Documentation *string `json:"documentation,omitempty"` Enabled *bool `json:"enabled,omitempty"` EndLineNumber *int32 `json:"end_line_number,omitempty"` FileName *string `json:"file_name,omitempty"` Mod *string `json:"mod,omitempty"` Name *string `json:"name,omitempty"` Params []FpPipelineParam `json:"params,omitempty"` Pipelines []FpTriggerPipeline `json:"pipelines,omitempty"` Query *string `json:"query,omitempty"` RootMod *string `json:"root_mod,omitempty"` Schedule *string `json:"schedule,omitempty"` StartLineNumber *int32 `json:"start_line_number,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Title *string `json:"title,omitempty"` Type *string `json:"type,omitempty"` Url *string `json:"url,omitempty"` }
FpTrigger struct for FpTrigger
func NewFpTrigger ¶
func NewFpTrigger() *FpTrigger
NewFpTrigger instantiates a new FpTrigger 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 NewFpTriggerWithDefaults ¶
func NewFpTriggerWithDefaults() *FpTrigger
NewFpTriggerWithDefaults instantiates a new FpTrigger 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 (*FpTrigger) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*FpTrigger) GetDescriptionOk ¶
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 (*FpTrigger) GetDocumentation ¶
GetDocumentation returns the Documentation field value if set, zero value otherwise.
func (*FpTrigger) GetDocumentationOk ¶
GetDocumentationOk returns a tuple with the Documentation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpTrigger) GetEnabled ¶ added in v0.2.0
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*FpTrigger) GetEnabledOk ¶ added in v0.2.0
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 (*FpTrigger) GetEndLineNumber ¶ added in v0.2.0
GetEndLineNumber returns the EndLineNumber field value if set, zero value otherwise.
func (*FpTrigger) GetEndLineNumberOk ¶ added in v0.2.0
GetEndLineNumberOk returns a tuple with the EndLineNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpTrigger) GetFileName ¶ added in v0.2.0
GetFileName returns the FileName field value if set, zero value otherwise.
func (*FpTrigger) GetFileNameOk ¶ added in v0.2.0
GetFileNameOk returns a tuple with the FileName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpTrigger) GetMod ¶ added in v0.6.0
GetMod returns the Mod field value if set, zero value otherwise.
func (*FpTrigger) GetModOk ¶ added in v0.6.0
GetModOk returns a tuple with the Mod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpTrigger) GetNameOk ¶
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 (*FpTrigger) GetParams ¶ added in v0.7.1
func (o *FpTrigger) GetParams() []FpPipelineParam
GetParams returns the Params field value if set, zero value otherwise.
func (*FpTrigger) GetParamsOk ¶ added in v0.7.1
func (o *FpTrigger) GetParamsOk() ([]FpPipelineParam, bool)
GetParamsOk returns a tuple with the Params field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpTrigger) GetPipelines ¶ added in v0.2.0
func (o *FpTrigger) GetPipelines() []FpTriggerPipeline
GetPipelines returns the Pipelines field value if set, zero value otherwise.
func (*FpTrigger) GetPipelinesOk ¶ added in v0.2.0
func (o *FpTrigger) GetPipelinesOk() ([]FpTriggerPipeline, bool)
GetPipelinesOk returns a tuple with the Pipelines field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpTrigger) GetQuery ¶ added in v0.2.0
GetQuery returns the Query field value if set, zero value otherwise.
func (*FpTrigger) GetQueryOk ¶ added in v0.2.0
GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.
func (FpTrigger) GetResourceType ¶
func (*FpTrigger) GetRootMod ¶ added in v0.6.0
GetRootMod returns the RootMod field value if set, zero value otherwise.
func (*FpTrigger) GetRootModOk ¶ added in v0.6.0
GetRootModOk returns a tuple with the RootMod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpTrigger) GetSchedule ¶
GetSchedule returns the Schedule field value if set, zero value otherwise.
func (*FpTrigger) GetScheduleOk ¶
GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpTrigger) GetStartLineNumber ¶ added in v0.2.0
GetStartLineNumber returns the StartLineNumber field value if set, zero value otherwise.
func (*FpTrigger) GetStartLineNumberOk ¶ added in v0.2.0
GetStartLineNumberOk returns a tuple with the StartLineNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpTrigger) GetTagsOk ¶
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 (*FpTrigger) GetTitleOk ¶
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 (*FpTrigger) GetTypeOk ¶
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 (*FpTrigger) GetUrlOk ¶
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 (*FpTrigger) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*FpTrigger) HasDocumentation ¶
HasDocumentation returns a boolean if a field has been set.
func (*FpTrigger) HasEnabled ¶ added in v0.2.0
HasEnabled returns a boolean if a field has been set.
func (*FpTrigger) HasEndLineNumber ¶ added in v0.2.0
HasEndLineNumber returns a boolean if a field has been set.
func (*FpTrigger) HasFileName ¶ added in v0.2.0
HasFileName returns a boolean if a field has been set.
func (*FpTrigger) HasPipelines ¶ added in v0.2.0
HasPipelines returns a boolean if a field has been set.
func (*FpTrigger) HasRootMod ¶ added in v0.6.0
HasRootMod returns a boolean if a field has been set.
func (*FpTrigger) HasSchedule ¶
HasSchedule returns a boolean if a field has been set.
func (*FpTrigger) HasStartLineNumber ¶ added in v0.2.0
HasStartLineNumber returns a boolean if a field has been set.
func (FpTrigger) MarshalJSON ¶
func (*FpTrigger) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*FpTrigger) SetDocumentation ¶
SetDocumentation gets a reference to the given string and assigns it to the Documentation field.
func (*FpTrigger) SetEnabled ¶ added in v0.2.0
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*FpTrigger) SetEndLineNumber ¶ added in v0.2.0
SetEndLineNumber gets a reference to the given int32 and assigns it to the EndLineNumber field.
func (*FpTrigger) SetFileName ¶ added in v0.2.0
SetFileName gets a reference to the given string and assigns it to the FileName field.
func (*FpTrigger) SetMod ¶ added in v0.6.0
SetMod gets a reference to the given string and assigns it to the Mod field.
func (*FpTrigger) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*FpTrigger) SetParams ¶ added in v0.7.1
func (o *FpTrigger) SetParams(v []FpPipelineParam)
SetParams gets a reference to the given []FpPipelineParam and assigns it to the Params field.
func (*FpTrigger) SetPipelines ¶ added in v0.2.0
func (o *FpTrigger) SetPipelines(v []FpTriggerPipeline)
SetPipelines gets a reference to the given []FpTriggerPipeline and assigns it to the Pipelines field.
func (*FpTrigger) SetQuery ¶ added in v0.2.0
SetQuery gets a reference to the given string and assigns it to the Query field.
func (*FpTrigger) SetRootMod ¶ added in v0.6.0
SetRootMod gets a reference to the given string and assigns it to the RootMod field.
func (*FpTrigger) SetSchedule ¶
SetSchedule gets a reference to the given string and assigns it to the Schedule field.
func (*FpTrigger) SetStartLineNumber ¶ added in v0.2.0
SetStartLineNumber gets a reference to the given int32 and assigns it to the StartLineNumber field.
func (*FpTrigger) SetTags ¶
SetTags gets a reference to the given map[string]string and assigns it to the Tags field.
func (*FpTrigger) SetTitle ¶
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*FpTrigger) SetType ¶
SetType gets a reference to the given string and assigns it to the Type field.
type FpTriggerPipeline ¶ added in v0.2.0
type FpTriggerPipeline struct { CaptureGroup *string `json:"capture_group,omitempty"` Pipeline *string `json:"pipeline,omitempty"` }
FpTriggerPipeline struct for FpTriggerPipeline
func NewFpTriggerPipeline ¶ added in v0.2.0
func NewFpTriggerPipeline() *FpTriggerPipeline
NewFpTriggerPipeline instantiates a new FpTriggerPipeline 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 NewFpTriggerPipelineWithDefaults ¶ added in v0.2.0
func NewFpTriggerPipelineWithDefaults() *FpTriggerPipeline
NewFpTriggerPipelineWithDefaults instantiates a new FpTriggerPipeline 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 (*FpTriggerPipeline) GetCaptureGroup ¶ added in v0.2.0
func (o *FpTriggerPipeline) GetCaptureGroup() string
GetCaptureGroup returns the CaptureGroup field value if set, zero value otherwise.
func (*FpTriggerPipeline) GetCaptureGroupOk ¶ added in v0.2.0
func (o *FpTriggerPipeline) GetCaptureGroupOk() (*string, bool)
GetCaptureGroupOk returns a tuple with the CaptureGroup field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpTriggerPipeline) GetPipeline ¶ added in v0.2.0
func (o *FpTriggerPipeline) GetPipeline() string
GetPipeline returns the Pipeline field value if set, zero value otherwise.
func (*FpTriggerPipeline) GetPipelineOk ¶ added in v0.2.0
func (o *FpTriggerPipeline) GetPipelineOk() (*string, bool)
GetPipelineOk returns a tuple with the Pipeline field value if set, nil otherwise and a boolean to check if the value has been set.
func (FpTriggerPipeline) GetResourceType ¶ added in v0.2.0
func (o FpTriggerPipeline) GetResourceType() string
func (*FpTriggerPipeline) HasCaptureGroup ¶ added in v0.2.0
func (o *FpTriggerPipeline) HasCaptureGroup() bool
HasCaptureGroup returns a boolean if a field has been set.
func (*FpTriggerPipeline) HasPipeline ¶ added in v0.2.0
func (o *FpTriggerPipeline) HasPipeline() bool
HasPipeline returns a boolean if a field has been set.
func (FpTriggerPipeline) MarshalJSON ¶ added in v0.2.0
func (o FpTriggerPipeline) MarshalJSON() ([]byte, error)
func (*FpTriggerPipeline) SetCaptureGroup ¶ added in v0.2.0
func (o *FpTriggerPipeline) SetCaptureGroup(v string)
SetCaptureGroup gets a reference to the given string and assigns it to the CaptureGroup field.
func (*FpTriggerPipeline) SetPipeline ¶ added in v0.2.0
func (o *FpTriggerPipeline) SetPipeline(v string)
SetPipeline gets a reference to the given string and assigns it to the Pipeline field.
func (FpTriggerPipeline) ToMap ¶ added in v0.2.0
func (o FpTriggerPipeline) ToMap() (map[string]interface{}, error)
type FpVariable ¶ added in v0.4.0
type FpVariable struct { Description *string `json:"description,omitempty"` EndLineNumber *int32 `json:"end_line_number,omitempty"` Enum []interface{} `json:"enum,omitempty"` FileName *string `json:"file_name,omitempty"` ModName *string `json:"mod_name,omitempty"` QualifiedName *string `json:"qualified_name,omitempty"` ResourceName *string `json:"resource_name,omitempty"` StartLineNumber *int32 `json:"start_line_number,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *interface{} `json:"type,omitempty"` TypeString *string `json:"type_string,omitempty"` Value *interface{} `json:"value,omitempty"` ValueDefault *interface{} `json:"value_default,omitempty"` }
FpVariable struct for FpVariable
func NewFpVariable ¶ added in v0.4.0
func NewFpVariable() *FpVariable
NewFpVariable instantiates a new FpVariable 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 NewFpVariableWithDefaults ¶ added in v0.4.0
func NewFpVariableWithDefaults() *FpVariable
NewFpVariableWithDefaults instantiates a new FpVariable 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 (*FpVariable) GetDescription ¶ added in v0.4.0
func (o *FpVariable) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*FpVariable) GetDescriptionOk ¶ added in v0.4.0
func (o *FpVariable) 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 (*FpVariable) GetEndLineNumber ¶ added in v0.6.0
func (o *FpVariable) GetEndLineNumber() int32
GetEndLineNumber returns the EndLineNumber field value if set, zero value otherwise.
func (*FpVariable) GetEndLineNumberOk ¶ added in v0.6.0
func (o *FpVariable) GetEndLineNumberOk() (*int32, bool)
GetEndLineNumberOk returns a tuple with the EndLineNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpVariable) GetEnum ¶ added in v1.0.0
func (o *FpVariable) GetEnum() []interface{}
GetEnum returns the Enum field value if set, zero value otherwise.
func (*FpVariable) GetEnumOk ¶ added in v1.0.0
func (o *FpVariable) GetEnumOk() ([]interface{}, bool)
GetEnumOk returns a tuple with the Enum field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpVariable) GetFileName ¶ added in v0.6.0
func (o *FpVariable) GetFileName() string
GetFileName returns the FileName field value if set, zero value otherwise.
func (*FpVariable) GetFileNameOk ¶ added in v0.6.0
func (o *FpVariable) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpVariable) GetModName ¶ added in v0.4.0
func (o *FpVariable) GetModName() string
GetModName returns the ModName field value if set, zero value otherwise.
func (*FpVariable) GetModNameOk ¶ added in v0.4.0
func (o *FpVariable) GetModNameOk() (*string, bool)
GetModNameOk returns a tuple with the ModName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpVariable) GetQualifiedName ¶ added in v0.6.0
func (o *FpVariable) GetQualifiedName() string
GetQualifiedName returns the QualifiedName field value if set, zero value otherwise.
func (*FpVariable) GetQualifiedNameOk ¶ added in v0.6.0
func (o *FpVariable) GetQualifiedNameOk() (*string, bool)
GetQualifiedNameOk returns a tuple with the QualifiedName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpVariable) GetResourceName ¶ added in v0.6.0
func (o *FpVariable) GetResourceName() string
GetResourceName returns the ResourceName field value if set, zero value otherwise.
func (*FpVariable) GetResourceNameOk ¶ added in v0.6.0
func (o *FpVariable) GetResourceNameOk() (*string, bool)
GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (FpVariable) GetResourceType ¶ added in v0.4.0
func (o FpVariable) GetResourceType() string
func (*FpVariable) GetStartLineNumber ¶ added in v0.6.0
func (o *FpVariable) GetStartLineNumber() int32
GetStartLineNumber returns the StartLineNumber field value if set, zero value otherwise.
func (*FpVariable) GetStartLineNumberOk ¶ added in v0.6.0
func (o *FpVariable) GetStartLineNumberOk() (*int32, bool)
GetStartLineNumberOk returns a tuple with the StartLineNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpVariable) GetTags ¶ added in v0.7.0
func (o *FpVariable) GetTags() map[string]string
GetTags returns the Tags field value if set, zero value otherwise.
func (*FpVariable) GetTagsOk ¶ added in v0.7.0
func (o *FpVariable) GetTagsOk() (*map[string]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 (*FpVariable) GetType ¶ added in v0.4.0
func (o *FpVariable) GetType() interface{}
GetType returns the Type field value if set, zero value otherwise.
func (*FpVariable) GetTypeOk ¶ added in v0.4.0
func (o *FpVariable) GetTypeOk() (*interface{}, 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 (*FpVariable) GetTypeString ¶ added in v0.6.0
func (o *FpVariable) GetTypeString() string
GetTypeString returns the TypeString field value if set, zero value otherwise.
func (*FpVariable) GetTypeStringOk ¶ added in v0.6.0
func (o *FpVariable) GetTypeStringOk() (*string, bool)
GetTypeStringOk returns a tuple with the TypeString field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpVariable) GetValue ¶ added in v0.4.0
func (o *FpVariable) GetValue() interface{}
GetValue returns the Value field value if set, zero value otherwise.
func (*FpVariable) GetValueDefault ¶ added in v0.6.0
func (o *FpVariable) GetValueDefault() interface{}
GetValueDefault returns the ValueDefault field value if set, zero value otherwise.
func (*FpVariable) GetValueDefaultOk ¶ added in v0.6.0
func (o *FpVariable) GetValueDefaultOk() (*interface{}, bool)
GetValueDefaultOk returns a tuple with the ValueDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FpVariable) GetValueOk ¶ added in v0.4.0
func (o *FpVariable) 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.
func (*FpVariable) HasDescription ¶ added in v0.4.0
func (o *FpVariable) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*FpVariable) HasEndLineNumber ¶ added in v0.6.0
func (o *FpVariable) HasEndLineNumber() bool
HasEndLineNumber returns a boolean if a field has been set.
func (*FpVariable) HasEnum ¶ added in v1.0.0
func (o *FpVariable) HasEnum() bool
HasEnum returns a boolean if a field has been set.
func (*FpVariable) HasFileName ¶ added in v0.6.0
func (o *FpVariable) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (*FpVariable) HasModName ¶ added in v0.4.0
func (o *FpVariable) HasModName() bool
HasModName returns a boolean if a field has been set.
func (*FpVariable) HasQualifiedName ¶ added in v0.6.0
func (o *FpVariable) HasQualifiedName() bool
HasQualifiedName returns a boolean if a field has been set.
func (*FpVariable) HasResourceName ¶ added in v0.6.0
func (o *FpVariable) HasResourceName() bool
HasResourceName returns a boolean if a field has been set.
func (*FpVariable) HasStartLineNumber ¶ added in v0.6.0
func (o *FpVariable) HasStartLineNumber() bool
HasStartLineNumber returns a boolean if a field has been set.
func (*FpVariable) HasTags ¶ added in v0.7.0
func (o *FpVariable) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*FpVariable) HasType ¶ added in v0.4.0
func (o *FpVariable) HasType() bool
HasType returns a boolean if a field has been set.
func (*FpVariable) HasTypeString ¶ added in v0.6.0
func (o *FpVariable) HasTypeString() bool
HasTypeString returns a boolean if a field has been set.
func (*FpVariable) HasValue ¶ added in v0.4.0
func (o *FpVariable) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*FpVariable) HasValueDefault ¶ added in v0.6.0
func (o *FpVariable) HasValueDefault() bool
HasValueDefault returns a boolean if a field has been set.
func (FpVariable) MarshalJSON ¶ added in v0.4.0
func (o FpVariable) MarshalJSON() ([]byte, error)
func (*FpVariable) SetDescription ¶ added in v0.4.0
func (o *FpVariable) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*FpVariable) SetEndLineNumber ¶ added in v0.6.0
func (o *FpVariable) SetEndLineNumber(v int32)
SetEndLineNumber gets a reference to the given int32 and assigns it to the EndLineNumber field.
func (*FpVariable) SetEnum ¶ added in v1.0.0
func (o *FpVariable) SetEnum(v []interface{})
SetEnum gets a reference to the given []interface{} and assigns it to the Enum field.
func (*FpVariable) SetFileName ¶ added in v0.6.0
func (o *FpVariable) SetFileName(v string)
SetFileName gets a reference to the given string and assigns it to the FileName field.
func (*FpVariable) SetModName ¶ added in v0.4.0
func (o *FpVariable) SetModName(v string)
SetModName gets a reference to the given string and assigns it to the ModName field.
func (*FpVariable) SetQualifiedName ¶ added in v0.6.0
func (o *FpVariable) SetQualifiedName(v string)
SetQualifiedName gets a reference to the given string and assigns it to the QualifiedName field.
func (*FpVariable) SetResourceName ¶ added in v0.6.0
func (o *FpVariable) SetResourceName(v string)
SetResourceName gets a reference to the given string and assigns it to the ResourceName field.
func (*FpVariable) SetStartLineNumber ¶ added in v0.6.0
func (o *FpVariable) SetStartLineNumber(v int32)
SetStartLineNumber gets a reference to the given int32 and assigns it to the StartLineNumber field.
func (*FpVariable) SetTags ¶ added in v0.7.0
func (o *FpVariable) SetTags(v map[string]string)
SetTags gets a reference to the given map[string]string and assigns it to the Tags field.
func (*FpVariable) SetType ¶ added in v0.4.0
func (o *FpVariable) SetType(v interface{})
SetType gets a reference to the given interface{} and assigns it to the Type field.
func (*FpVariable) SetTypeString ¶ added in v0.6.0
func (o *FpVariable) SetTypeString(v string)
SetTypeString gets a reference to the given string and assigns it to the TypeString field.
func (*FpVariable) SetValue ¶ added in v0.4.0
func (o *FpVariable) SetValue(v interface{})
SetValue gets a reference to the given interface{} and assigns it to the Value field.
func (*FpVariable) SetValueDefault ¶ added in v0.6.0
func (o *FpVariable) SetValueDefault(v interface{})
SetValueDefault gets a reference to the given interface{} and assigns it to the ValueDefault field.
func (FpVariable) ToMap ¶ added in v0.4.0
func (o FpVariable) ToMap() (map[string]interface{}, error)
type FperrErrorDetailModel ¶
type FperrErrorDetailModel struct { Location *string `json:"location,omitempty"` Message *string `json:"message,omitempty"` }
FperrErrorDetailModel struct for FperrErrorDetailModel
func NewFperrErrorDetailModel ¶
func NewFperrErrorDetailModel() *FperrErrorDetailModel
NewFperrErrorDetailModel instantiates a new FperrErrorDetailModel 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 NewFperrErrorDetailModelWithDefaults ¶
func NewFperrErrorDetailModelWithDefaults() *FperrErrorDetailModel
NewFperrErrorDetailModelWithDefaults instantiates a new FperrErrorDetailModel 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 (*FperrErrorDetailModel) GetLocation ¶
func (o *FperrErrorDetailModel) GetLocation() string
GetLocation returns the Location field value if set, zero value otherwise.
func (*FperrErrorDetailModel) GetLocationOk ¶
func (o *FperrErrorDetailModel) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FperrErrorDetailModel) GetMessage ¶
func (o *FperrErrorDetailModel) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*FperrErrorDetailModel) GetMessageOk ¶
func (o *FperrErrorDetailModel) 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 (FperrErrorDetailModel) GetResourceType ¶
func (o FperrErrorDetailModel) GetResourceType() string
func (*FperrErrorDetailModel) HasLocation ¶
func (o *FperrErrorDetailModel) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (*FperrErrorDetailModel) HasMessage ¶
func (o *FperrErrorDetailModel) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (FperrErrorDetailModel) MarshalJSON ¶
func (o FperrErrorDetailModel) MarshalJSON() ([]byte, error)
func (*FperrErrorDetailModel) SetLocation ¶
func (o *FperrErrorDetailModel) SetLocation(v string)
SetLocation gets a reference to the given string and assigns it to the Location field.
func (*FperrErrorDetailModel) SetMessage ¶
func (o *FperrErrorDetailModel) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (FperrErrorDetailModel) ToMap ¶
func (o FperrErrorDetailModel) ToMap() (map[string]interface{}, error)
type FperrErrorModel ¶
type FperrErrorModel struct { Detail *string `json:"detail,omitempty"` Instance string `json:"instance"` // All errors are fatal unless specified Retryable *bool `json:"retryable,omitempty"` Status int32 `json:"status"` Title string `json:"title"` Type string `json:"type"` ValidationErrors []FperrErrorDetailModel `json:"validation_errors,omitempty"` }
FperrErrorModel struct for FperrErrorModel
func NewFperrErrorModel ¶
func NewFperrErrorModel(instance string, status int32, title string, type_ string) *FperrErrorModel
NewFperrErrorModel instantiates a new FperrErrorModel 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 NewFperrErrorModelWithDefaults ¶
func NewFperrErrorModelWithDefaults() *FperrErrorModel
NewFperrErrorModelWithDefaults instantiates a new FperrErrorModel 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 (*FperrErrorModel) GetDetail ¶
func (o *FperrErrorModel) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*FperrErrorModel) GetDetailOk ¶
func (o *FperrErrorModel) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FperrErrorModel) GetInstance ¶
func (o *FperrErrorModel) GetInstance() string
GetInstance returns the Instance field value
func (*FperrErrorModel) GetInstanceOk ¶
func (o *FperrErrorModel) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value and a boolean to check if the value has been set.
func (FperrErrorModel) GetResourceType ¶
func (o FperrErrorModel) GetResourceType() string
func (*FperrErrorModel) GetRetryable ¶
func (o *FperrErrorModel) GetRetryable() bool
GetRetryable returns the Retryable field value if set, zero value otherwise.
func (*FperrErrorModel) GetRetryableOk ¶
func (o *FperrErrorModel) GetRetryableOk() (*bool, bool)
GetRetryableOk returns a tuple with the Retryable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FperrErrorModel) GetStatus ¶
func (o *FperrErrorModel) GetStatus() int32
GetStatus returns the Status field value
func (*FperrErrorModel) GetStatusOk ¶
func (o *FperrErrorModel) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*FperrErrorModel) GetTitle ¶
func (o *FperrErrorModel) GetTitle() string
GetTitle returns the Title field value
func (*FperrErrorModel) GetTitleOk ¶
func (o *FperrErrorModel) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*FperrErrorModel) GetType ¶
func (o *FperrErrorModel) GetType() string
GetType returns the Type field value
func (*FperrErrorModel) GetTypeOk ¶
func (o *FperrErrorModel) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*FperrErrorModel) GetValidationErrors ¶
func (o *FperrErrorModel) GetValidationErrors() []FperrErrorDetailModel
GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.
func (*FperrErrorModel) GetValidationErrorsOk ¶
func (o *FperrErrorModel) GetValidationErrorsOk() ([]FperrErrorDetailModel, bool)
GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FperrErrorModel) HasDetail ¶
func (o *FperrErrorModel) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*FperrErrorModel) HasRetryable ¶
func (o *FperrErrorModel) HasRetryable() bool
HasRetryable returns a boolean if a field has been set.
func (*FperrErrorModel) HasValidationErrors ¶
func (o *FperrErrorModel) HasValidationErrors() bool
HasValidationErrors returns a boolean if a field has been set.
func (FperrErrorModel) MarshalJSON ¶
func (o FperrErrorModel) MarshalJSON() ([]byte, error)
func (*FperrErrorModel) SetDetail ¶
func (o *FperrErrorModel) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*FperrErrorModel) SetInstance ¶
func (o *FperrErrorModel) SetInstance(v string)
SetInstance sets field value
func (*FperrErrorModel) SetRetryable ¶
func (o *FperrErrorModel) SetRetryable(v bool)
SetRetryable gets a reference to the given bool and assigns it to the Retryable field.
func (*FperrErrorModel) SetStatus ¶
func (o *FperrErrorModel) SetStatus(v int32)
SetStatus sets field value
func (*FperrErrorModel) SetTitle ¶
func (o *FperrErrorModel) SetTitle(v string)
SetTitle sets field value
func (*FperrErrorModel) SetType ¶
func (o *FperrErrorModel) SetType(v string)
SetType sets field value
func (*FperrErrorModel) SetValidationErrors ¶
func (o *FperrErrorModel) SetValidationErrors(v []FperrErrorDetailModel)
SetValidationErrors gets a reference to the given []FperrErrorDetailModel and assigns it to the ValidationErrors field.
func (FperrErrorModel) ToMap ¶
func (o FperrErrorModel) ToMap() (map[string]interface{}, error)
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 GetPipelineResponse ¶
type GetPipelineResponse struct { Description *string `json:"description,omitempty"` Documentation *string `json:"documentation,omitempty"` Mod *string `json:"mod,omitempty"` Name *string `json:"name,omitempty"` Outputs []ModconfigPipelineOutput `json:"outputs,omitempty"` Params []FpPipelineParam `json:"params,omitempty"` Steps []map[string]interface{} `json:"steps,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Title *string `json:"title,omitempty"` }
GetPipelineResponse struct for GetPipelineResponse
func NewGetPipelineResponse ¶
func NewGetPipelineResponse() *GetPipelineResponse
NewGetPipelineResponse instantiates a new GetPipelineResponse 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 NewGetPipelineResponseWithDefaults ¶
func NewGetPipelineResponseWithDefaults() *GetPipelineResponse
NewGetPipelineResponseWithDefaults instantiates a new GetPipelineResponse 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 (*GetPipelineResponse) GetDescription ¶
func (o *GetPipelineResponse) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*GetPipelineResponse) GetDescriptionOk ¶
func (o *GetPipelineResponse) 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 (*GetPipelineResponse) GetDocumentation ¶
func (o *GetPipelineResponse) GetDocumentation() string
GetDocumentation returns the Documentation field value if set, zero value otherwise.
func (*GetPipelineResponse) GetDocumentationOk ¶
func (o *GetPipelineResponse) GetDocumentationOk() (*string, bool)
GetDocumentationOk returns a tuple with the Documentation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPipelineResponse) GetMod ¶
func (o *GetPipelineResponse) GetMod() string
GetMod returns the Mod field value if set, zero value otherwise.
func (*GetPipelineResponse) GetModOk ¶
func (o *GetPipelineResponse) GetModOk() (*string, bool)
GetModOk returns a tuple with the Mod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPipelineResponse) GetName ¶
func (o *GetPipelineResponse) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*GetPipelineResponse) GetNameOk ¶
func (o *GetPipelineResponse) 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 (*GetPipelineResponse) GetOutputs ¶
func (o *GetPipelineResponse) GetOutputs() []ModconfigPipelineOutput
GetOutputs returns the Outputs field value if set, zero value otherwise.
func (*GetPipelineResponse) GetOutputsOk ¶
func (o *GetPipelineResponse) GetOutputsOk() ([]ModconfigPipelineOutput, bool)
GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPipelineResponse) GetParams ¶
func (o *GetPipelineResponse) GetParams() []FpPipelineParam
GetParams returns the Params field value if set, zero value otherwise.
func (*GetPipelineResponse) GetParamsOk ¶
func (o *GetPipelineResponse) GetParamsOk() ([]FpPipelineParam, bool)
GetParamsOk returns a tuple with the Params field value if set, nil otherwise and a boolean to check if the value has been set.
func (GetPipelineResponse) GetResourceType ¶
func (o GetPipelineResponse) GetResourceType() string
func (*GetPipelineResponse) GetSteps ¶
func (o *GetPipelineResponse) GetSteps() []map[string]interface{}
GetSteps returns the Steps field value if set, zero value otherwise.
func (*GetPipelineResponse) GetStepsOk ¶
func (o *GetPipelineResponse) GetStepsOk() ([]map[string]interface{}, bool)
GetStepsOk returns a tuple with the Steps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetPipelineResponse) GetTags ¶
func (o *GetPipelineResponse) GetTags() map[string]string
GetTags returns the Tags field value if set, zero value otherwise.
func (*GetPipelineResponse) GetTagsOk ¶
func (o *GetPipelineResponse) GetTagsOk() (*map[string]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 (*GetPipelineResponse) GetTitle ¶
func (o *GetPipelineResponse) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*GetPipelineResponse) GetTitleOk ¶
func (o *GetPipelineResponse) 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 (*GetPipelineResponse) HasDescription ¶
func (o *GetPipelineResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*GetPipelineResponse) HasDocumentation ¶
func (o *GetPipelineResponse) HasDocumentation() bool
HasDocumentation returns a boolean if a field has been set.
func (*GetPipelineResponse) HasMod ¶
func (o *GetPipelineResponse) HasMod() bool
HasMod returns a boolean if a field has been set.
func (*GetPipelineResponse) HasName ¶
func (o *GetPipelineResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (*GetPipelineResponse) HasOutputs ¶
func (o *GetPipelineResponse) HasOutputs() bool
HasOutputs returns a boolean if a field has been set.
func (*GetPipelineResponse) HasParams ¶
func (o *GetPipelineResponse) HasParams() bool
HasParams returns a boolean if a field has been set.
func (*GetPipelineResponse) HasSteps ¶
func (o *GetPipelineResponse) HasSteps() bool
HasSteps returns a boolean if a field has been set.
func (*GetPipelineResponse) HasTags ¶
func (o *GetPipelineResponse) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*GetPipelineResponse) HasTitle ¶
func (o *GetPipelineResponse) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (GetPipelineResponse) MarshalJSON ¶
func (o GetPipelineResponse) MarshalJSON() ([]byte, error)
func (*GetPipelineResponse) SetDescription ¶
func (o *GetPipelineResponse) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*GetPipelineResponse) SetDocumentation ¶
func (o *GetPipelineResponse) SetDocumentation(v string)
SetDocumentation gets a reference to the given string and assigns it to the Documentation field.
func (*GetPipelineResponse) SetMod ¶
func (o *GetPipelineResponse) SetMod(v string)
SetMod gets a reference to the given string and assigns it to the Mod field.
func (*GetPipelineResponse) SetName ¶
func (o *GetPipelineResponse) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*GetPipelineResponse) SetOutputs ¶
func (o *GetPipelineResponse) SetOutputs(v []ModconfigPipelineOutput)
SetOutputs gets a reference to the given []ModconfigPipelineOutput and assigns it to the Outputs field.
func (*GetPipelineResponse) SetParams ¶
func (o *GetPipelineResponse) SetParams(v []FpPipelineParam)
SetParams gets a reference to the given []FpPipelineParam and assigns it to the Params field.
func (*GetPipelineResponse) SetSteps ¶
func (o *GetPipelineResponse) SetSteps(v []map[string]interface{})
SetSteps gets a reference to the given []map[string]interface{} and assigns it to the Steps field.
func (*GetPipelineResponse) SetTags ¶
func (o *GetPipelineResponse) SetTags(v map[string]string)
SetTags gets a reference to the given map[string]string and assigns it to the Tags field.
func (*GetPipelineResponse) SetTitle ¶
func (o *GetPipelineResponse) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (GetPipelineResponse) ToMap ¶
func (o GetPipelineResponse) ToMap() (map[string]interface{}, error)
type HclPos ¶ added in v0.4.0
type HclPos struct { // Byte is the byte offset into the file where the indicated character begins. This is a zero-based offset to the first byte of the first UTF-8 codepoint sequence in the character, and thus gives a position that can be resolved _without_ awareness of Unicode characters. Byte *int32 `json:"byte,omitempty"` // Column is the source code column where this position points, in unicode characters, with counting starting at 1. Column counts characters as they appear visually, so for example a latin letter with a combining diacritic mark counts as one character. This is intended for rendering visual markers against source code in contexts where these diacritics would be rendered in a single character cell. Technically speaking, Column is counting grapheme clusters as used in unicode normalization. Column *int32 `json:"column,omitempty"` // Line is the source code line where this position points. Lines are counted starting at 1 and incremented for each newline character encountered. Line *int32 `json:"line,omitempty"` }
HclPos struct for HclPos
func NewHclPos ¶ added in v0.4.0
func NewHclPos() *HclPos
NewHclPos instantiates a new HclPos 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 NewHclPosWithDefaults ¶ added in v0.4.0
func NewHclPosWithDefaults() *HclPos
NewHclPosWithDefaults instantiates a new HclPos 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 (*HclPos) GetByte ¶ added in v0.4.0
GetByte returns the Byte field value if set, zero value otherwise.
func (*HclPos) GetByteOk ¶ added in v0.4.0
GetByteOk returns a tuple with the Byte field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HclPos) GetColumn ¶ added in v0.4.0
GetColumn returns the Column field value if set, zero value otherwise.
func (*HclPos) GetColumnOk ¶ added in v0.4.0
GetColumnOk returns a tuple with the Column field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HclPos) GetLine ¶ added in v0.4.0
GetLine returns the Line field value if set, zero value otherwise.
func (*HclPos) GetLineOk ¶ added in v0.4.0
GetLineOk returns a tuple with the Line field value if set, nil otherwise and a boolean to check if the value has been set.
func (HclPos) GetResourceType ¶ added in v0.4.0
func (HclPos) MarshalJSON ¶ added in v0.4.0
func (*HclPos) SetByte ¶ added in v0.4.0
SetByte gets a reference to the given int32 and assigns it to the Byte field.
func (*HclPos) SetColumn ¶ added in v0.4.0
SetColumn gets a reference to the given int32 and assigns it to the Column field.
type HclRange ¶ added in v0.4.0
type HclRange struct { // Filename is the name of the file into which this range's positions point. Filename *string `json:"filename,omitempty"` Start *HclRangeStart `json:"start,omitempty"` }
HclRange struct for HclRange
func NewHclRange ¶ added in v0.4.0
func NewHclRange() *HclRange
NewHclRange instantiates a new HclRange 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 NewHclRangeWithDefaults ¶ added in v0.4.0
func NewHclRangeWithDefaults() *HclRange
NewHclRangeWithDefaults instantiates a new HclRange 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 (*HclRange) GetFilename ¶ added in v0.4.0
GetFilename returns the Filename field value if set, zero value otherwise.
func (*HclRange) GetFilenameOk ¶ added in v0.4.0
GetFilenameOk returns a tuple with the Filename field value if set, nil otherwise and a boolean to check if the value has been set.
func (HclRange) GetResourceType ¶ added in v0.4.0
func (*HclRange) GetStart ¶ added in v0.4.0
func (o *HclRange) GetStart() HclRangeStart
GetStart returns the Start field value if set, zero value otherwise.
func (*HclRange) GetStartOk ¶ added in v0.4.0
func (o *HclRange) GetStartOk() (*HclRangeStart, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HclRange) HasFilename ¶ added in v0.4.0
HasFilename returns a boolean if a field has been set.
func (HclRange) MarshalJSON ¶ added in v0.4.0
func (*HclRange) SetFilename ¶ added in v0.4.0
SetFilename gets a reference to the given string and assigns it to the Filename field.
func (*HclRange) SetStart ¶ added in v0.4.0
func (o *HclRange) SetStart(v HclRangeStart)
SetStart gets a reference to the given HclRangeStart and assigns it to the Start field.
type HclRangeStart ¶ added in v0.4.0
type HclRangeStart struct { // Byte is the byte offset into the file where the indicated character begins. This is a zero-based offset to the first byte of the first UTF-8 codepoint sequence in the character, and thus gives a position that can be resolved _without_ awareness of Unicode characters. Byte *int32 `json:"byte,omitempty"` // Column is the source code column where this position points, in unicode characters, with counting starting at 1. Column counts characters as they appear visually, so for example a latin letter with a combining diacritic mark counts as one character. This is intended for rendering visual markers against source code in contexts where these diacritics would be rendered in a single character cell. Technically speaking, Column is counting grapheme clusters as used in unicode normalization. Column *int32 `json:"column,omitempty"` // Line is the source code line where this position points. Lines are counted starting at 1 and incremented for each newline character encountered. Line *int32 `json:"line,omitempty"` }
HclRangeStart Start and End represent the bounds of this range. Start is inclusive and End is exclusive.
func NewHclRangeStart ¶ added in v0.4.0
func NewHclRangeStart() *HclRangeStart
NewHclRangeStart instantiates a new HclRangeStart 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 NewHclRangeStartWithDefaults ¶ added in v0.4.0
func NewHclRangeStartWithDefaults() *HclRangeStart
NewHclRangeStartWithDefaults instantiates a new HclRangeStart 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 (*HclRangeStart) GetByte ¶ added in v0.4.0
func (o *HclRangeStart) GetByte() int32
GetByte returns the Byte field value if set, zero value otherwise.
func (*HclRangeStart) GetByteOk ¶ added in v0.4.0
func (o *HclRangeStart) GetByteOk() (*int32, bool)
GetByteOk returns a tuple with the Byte field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HclRangeStart) GetColumn ¶ added in v0.4.0
func (o *HclRangeStart) GetColumn() int32
GetColumn returns the Column field value if set, zero value otherwise.
func (*HclRangeStart) GetColumnOk ¶ added in v0.4.0
func (o *HclRangeStart) GetColumnOk() (*int32, bool)
GetColumnOk returns a tuple with the Column field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HclRangeStart) GetLine ¶ added in v0.4.0
func (o *HclRangeStart) GetLine() int32
GetLine returns the Line field value if set, zero value otherwise.
func (*HclRangeStart) GetLineOk ¶ added in v0.4.0
func (o *HclRangeStart) GetLineOk() (*int32, bool)
GetLineOk returns a tuple with the Line field value if set, nil otherwise and a boolean to check if the value has been set.
func (HclRangeStart) GetResourceType ¶ added in v0.4.0
func (o HclRangeStart) GetResourceType() string
func (*HclRangeStart) HasByte ¶ added in v0.4.0
func (o *HclRangeStart) HasByte() bool
HasByte returns a boolean if a field has been set.
func (*HclRangeStart) HasColumn ¶ added in v0.4.0
func (o *HclRangeStart) HasColumn() bool
HasColumn returns a boolean if a field has been set.
func (*HclRangeStart) HasLine ¶ added in v0.4.0
func (o *HclRangeStart) HasLine() bool
HasLine returns a boolean if a field has been set.
func (HclRangeStart) MarshalJSON ¶ added in v0.4.0
func (o HclRangeStart) MarshalJSON() ([]byte, error)
func (*HclRangeStart) SetByte ¶ added in v0.4.0
func (o *HclRangeStart) SetByte(v int32)
SetByte gets a reference to the given int32 and assigns it to the Byte field.
func (*HclRangeStart) SetColumn ¶ added in v0.4.0
func (o *HclRangeStart) SetColumn(v int32)
SetColumn gets a reference to the given int32 and assigns it to the Column field.
func (*HclRangeStart) SetLine ¶ added in v0.4.0
func (o *HclRangeStart) SetLine(v int32)
SetLine gets a reference to the given int32 and assigns it to the Line field.
func (HclRangeStart) ToMap ¶ added in v0.4.0
func (o HclRangeStart) ToMap() (map[string]interface{}, error)
type IntegrationApiGetRequest ¶ added in v0.3.0
type IntegrationApiGetRequest struct { ApiService *IntegrationApiService // contains filtered or unexported fields }
func (IntegrationApiGetRequest) Execute ¶ added in v0.3.0
func (r IntegrationApiGetRequest) Execute() (*FpIntegration, *http.Response, error)
type IntegrationApiListRequest ¶ added in v0.3.0
type IntegrationApiListRequest struct { ApiService *IntegrationApiService // contains filtered or unexported fields }
func (IntegrationApiListRequest) Execute ¶ added in v0.3.0
func (r IntegrationApiListRequest) Execute() (*ListIntegrationResponse, *http.Response, error)
func (IntegrationApiListRequest) Limit ¶ added in v0.3.0
func (r IntegrationApiListRequest) Limit(limit int32) IntegrationApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (IntegrationApiListRequest) NextToken ¶ added in v0.3.0
func (r IntegrationApiListRequest) NextToken(nextToken string) IntegrationApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type IntegrationApiService ¶ added in v0.3.0
type IntegrationApiService service
IntegrationApiService IntegrationApi service
func (*IntegrationApiService) Get ¶ added in v0.3.0
func (a *IntegrationApiService) Get(ctx context.Context, integrationName string) IntegrationApiGetRequest
Get Get integration
Get integration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param integrationName The name of the integration @return IntegrationApiGetRequest
func (*IntegrationApiService) GetExecute ¶ added in v0.3.0
func (a *IntegrationApiService) GetExecute(r IntegrationApiGetRequest) (*FpIntegration, *http.Response, error)
Execute executes the request
@return FpIntegration
func (*IntegrationApiService) List ¶ added in v0.3.0
func (a *IntegrationApiService) List(ctx context.Context) IntegrationApiListRequest
List List integrations
Lists integrations
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IntegrationApiListRequest
func (*IntegrationApiService) ListExecute ¶ added in v0.3.0
func (a *IntegrationApiService) ListExecute(r IntegrationApiListRequest) (*ListIntegrationResponse, *http.Response, error)
Execute executes the request
@return ListIntegrationResponse
type ListIntegrationResponse ¶ added in v0.3.0
type ListIntegrationResponse struct { Items []FpIntegration `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListIntegrationResponse struct for ListIntegrationResponse
func NewListIntegrationResponse ¶ added in v0.3.0
func NewListIntegrationResponse() *ListIntegrationResponse
NewListIntegrationResponse instantiates a new ListIntegrationResponse 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 NewListIntegrationResponseWithDefaults ¶ added in v0.3.0
func NewListIntegrationResponseWithDefaults() *ListIntegrationResponse
NewListIntegrationResponseWithDefaults instantiates a new ListIntegrationResponse 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 (*ListIntegrationResponse) GetItems ¶ added in v0.3.0
func (o *ListIntegrationResponse) GetItems() []FpIntegration
GetItems returns the Items field value if set, zero value otherwise.
func (*ListIntegrationResponse) GetItemsOk ¶ added in v0.3.0
func (o *ListIntegrationResponse) GetItemsOk() ([]FpIntegration, 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 (*ListIntegrationResponse) GetNextToken ¶ added in v0.3.0
func (o *ListIntegrationResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListIntegrationResponse) GetNextTokenOk ¶ added in v0.3.0
func (o *ListIntegrationResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (ListIntegrationResponse) GetResourceType ¶ added in v0.3.0
func (o ListIntegrationResponse) GetResourceType() string
func (*ListIntegrationResponse) HasItems ¶ added in v0.3.0
func (o *ListIntegrationResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListIntegrationResponse) HasNextToken ¶ added in v0.3.0
func (o *ListIntegrationResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListIntegrationResponse) MarshalJSON ¶ added in v0.3.0
func (o ListIntegrationResponse) MarshalJSON() ([]byte, error)
func (*ListIntegrationResponse) SetItems ¶ added in v0.3.0
func (o *ListIntegrationResponse) SetItems(v []FpIntegration)
SetItems gets a reference to the given []FpIntegration and assigns it to the Items field.
func (*ListIntegrationResponse) SetNextToken ¶ added in v0.3.0
func (o *ListIntegrationResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
func (ListIntegrationResponse) ToMap ¶ added in v0.3.0
func (o ListIntegrationResponse) ToMap() (map[string]interface{}, error)
type ListNotifierResponse ¶ added in v0.3.0
type ListNotifierResponse struct { Items []FpNotifier `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListNotifierResponse struct for ListNotifierResponse
func NewListNotifierResponse ¶ added in v0.3.0
func NewListNotifierResponse() *ListNotifierResponse
NewListNotifierResponse instantiates a new ListNotifierResponse 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 NewListNotifierResponseWithDefaults ¶ added in v0.3.0
func NewListNotifierResponseWithDefaults() *ListNotifierResponse
NewListNotifierResponseWithDefaults instantiates a new ListNotifierResponse 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 (*ListNotifierResponse) GetItems ¶ added in v0.3.0
func (o *ListNotifierResponse) GetItems() []FpNotifier
GetItems returns the Items field value if set, zero value otherwise.
func (*ListNotifierResponse) GetItemsOk ¶ added in v0.3.0
func (o *ListNotifierResponse) GetItemsOk() ([]FpNotifier, 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 (*ListNotifierResponse) GetNextToken ¶ added in v0.3.0
func (o *ListNotifierResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListNotifierResponse) GetNextTokenOk ¶ added in v0.3.0
func (o *ListNotifierResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (ListNotifierResponse) GetResourceType ¶ added in v0.3.0
func (o ListNotifierResponse) GetResourceType() string
func (*ListNotifierResponse) HasItems ¶ added in v0.3.0
func (o *ListNotifierResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListNotifierResponse) HasNextToken ¶ added in v0.3.0
func (o *ListNotifierResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListNotifierResponse) MarshalJSON ¶ added in v0.3.0
func (o ListNotifierResponse) MarshalJSON() ([]byte, error)
func (*ListNotifierResponse) SetItems ¶ added in v0.3.0
func (o *ListNotifierResponse) SetItems(v []FpNotifier)
SetItems gets a reference to the given []FpNotifier and assigns it to the Items field.
func (*ListNotifierResponse) SetNextToken ¶ added in v0.3.0
func (o *ListNotifierResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
func (ListNotifierResponse) ToMap ¶ added in v0.3.0
func (o ListNotifierResponse) ToMap() (map[string]interface{}, error)
type ListPipelineResponse ¶
type ListPipelineResponse struct { Items []FpPipeline `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListPipelineResponse struct for ListPipelineResponse
func NewListPipelineResponse ¶
func NewListPipelineResponse() *ListPipelineResponse
NewListPipelineResponse instantiates a new ListPipelineResponse 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 NewListPipelineResponseWithDefaults ¶
func NewListPipelineResponseWithDefaults() *ListPipelineResponse
NewListPipelineResponseWithDefaults instantiates a new ListPipelineResponse 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 (*ListPipelineResponse) GetItems ¶
func (o *ListPipelineResponse) GetItems() []FpPipeline
GetItems returns the Items field value if set, zero value otherwise.
func (*ListPipelineResponse) GetItemsOk ¶
func (o *ListPipelineResponse) GetItemsOk() ([]FpPipeline, 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 (*ListPipelineResponse) GetNextToken ¶
func (o *ListPipelineResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListPipelineResponse) GetNextTokenOk ¶
func (o *ListPipelineResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (ListPipelineResponse) GetResourceType ¶
func (o ListPipelineResponse) GetResourceType() string
func (*ListPipelineResponse) HasItems ¶
func (o *ListPipelineResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListPipelineResponse) HasNextToken ¶
func (o *ListPipelineResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListPipelineResponse) MarshalJSON ¶
func (o ListPipelineResponse) MarshalJSON() ([]byte, error)
func (*ListPipelineResponse) SetItems ¶
func (o *ListPipelineResponse) SetItems(v []FpPipeline)
SetItems gets a reference to the given []FpPipeline and assigns it to the Items field.
func (*ListPipelineResponse) SetNextToken ¶
func (o *ListPipelineResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
func (ListPipelineResponse) ToMap ¶
func (o ListPipelineResponse) ToMap() (map[string]interface{}, error)
type ListPipelineResponseItem ¶
type ListPipelineResponseItem struct { Description *string `json:"description,omitempty"` Documentation *string `json:"documentation,omitempty"` Mod *string `json:"mod,omitempty"` Name *string `json:"name,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Title *string `json:"title,omitempty"` }
ListPipelineResponseItem struct for ListPipelineResponseItem
func NewListPipelineResponseItem ¶
func NewListPipelineResponseItem() *ListPipelineResponseItem
NewListPipelineResponseItem instantiates a new ListPipelineResponseItem 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 NewListPipelineResponseItemWithDefaults ¶
func NewListPipelineResponseItemWithDefaults() *ListPipelineResponseItem
NewListPipelineResponseItemWithDefaults instantiates a new ListPipelineResponseItem 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 (*ListPipelineResponseItem) GetDescription ¶
func (o *ListPipelineResponseItem) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ListPipelineResponseItem) GetDescriptionOk ¶
func (o *ListPipelineResponseItem) 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 (*ListPipelineResponseItem) GetDocumentation ¶
func (o *ListPipelineResponseItem) GetDocumentation() string
GetDocumentation returns the Documentation field value if set, zero value otherwise.
func (*ListPipelineResponseItem) GetDocumentationOk ¶
func (o *ListPipelineResponseItem) GetDocumentationOk() (*string, bool)
GetDocumentationOk returns a tuple with the Documentation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListPipelineResponseItem) GetMod ¶
func (o *ListPipelineResponseItem) GetMod() string
GetMod returns the Mod field value if set, zero value otherwise.
func (*ListPipelineResponseItem) GetModOk ¶
func (o *ListPipelineResponseItem) GetModOk() (*string, bool)
GetModOk returns a tuple with the Mod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListPipelineResponseItem) GetName ¶
func (o *ListPipelineResponseItem) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ListPipelineResponseItem) GetNameOk ¶
func (o *ListPipelineResponseItem) 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 (ListPipelineResponseItem) GetResourceType ¶
func (o ListPipelineResponseItem) GetResourceType() string
func (*ListPipelineResponseItem) GetTags ¶
func (o *ListPipelineResponseItem) GetTags() map[string]string
GetTags returns the Tags field value if set, zero value otherwise.
func (*ListPipelineResponseItem) GetTagsOk ¶
func (o *ListPipelineResponseItem) GetTagsOk() (*map[string]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 (*ListPipelineResponseItem) GetTitle ¶
func (o *ListPipelineResponseItem) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ListPipelineResponseItem) GetTitleOk ¶
func (o *ListPipelineResponseItem) 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 (*ListPipelineResponseItem) HasDescription ¶
func (o *ListPipelineResponseItem) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ListPipelineResponseItem) HasDocumentation ¶
func (o *ListPipelineResponseItem) HasDocumentation() bool
HasDocumentation returns a boolean if a field has been set.
func (*ListPipelineResponseItem) HasMod ¶
func (o *ListPipelineResponseItem) HasMod() bool
HasMod returns a boolean if a field has been set.
func (*ListPipelineResponseItem) HasName ¶
func (o *ListPipelineResponseItem) HasName() bool
HasName returns a boolean if a field has been set.
func (*ListPipelineResponseItem) HasTags ¶
func (o *ListPipelineResponseItem) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*ListPipelineResponseItem) HasTitle ¶
func (o *ListPipelineResponseItem) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (ListPipelineResponseItem) MarshalJSON ¶
func (o ListPipelineResponseItem) MarshalJSON() ([]byte, error)
func (*ListPipelineResponseItem) SetDescription ¶
func (o *ListPipelineResponseItem) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ListPipelineResponseItem) SetDocumentation ¶
func (o *ListPipelineResponseItem) SetDocumentation(v string)
SetDocumentation gets a reference to the given string and assigns it to the Documentation field.
func (*ListPipelineResponseItem) SetMod ¶
func (o *ListPipelineResponseItem) SetMod(v string)
SetMod gets a reference to the given string and assigns it to the Mod field.
func (*ListPipelineResponseItem) SetName ¶
func (o *ListPipelineResponseItem) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ListPipelineResponseItem) SetTags ¶
func (o *ListPipelineResponseItem) SetTags(v map[string]string)
SetTags gets a reference to the given map[string]string and assigns it to the Tags field.
func (*ListPipelineResponseItem) SetTitle ¶
func (o *ListPipelineResponseItem) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (ListPipelineResponseItem) ToMap ¶
func (o ListPipelineResponseItem) ToMap() (map[string]interface{}, error)
type ListProcessLogJSONResponse ¶
type ListProcessLogJSONResponse struct { Items []EventEventLogImpl `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListProcessLogJSONResponse struct for ListProcessLogJSONResponse
func NewListProcessLogJSONResponse ¶
func NewListProcessLogJSONResponse() *ListProcessLogJSONResponse
NewListProcessLogJSONResponse instantiates a new ListProcessLogJSONResponse 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 NewListProcessLogJSONResponseWithDefaults ¶
func NewListProcessLogJSONResponseWithDefaults() *ListProcessLogJSONResponse
NewListProcessLogJSONResponseWithDefaults instantiates a new ListProcessLogJSONResponse 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 (*ListProcessLogJSONResponse) GetItems ¶
func (o *ListProcessLogJSONResponse) GetItems() []EventEventLogImpl
GetItems returns the Items field value if set, zero value otherwise.
func (*ListProcessLogJSONResponse) GetItemsOk ¶
func (o *ListProcessLogJSONResponse) GetItemsOk() ([]EventEventLogImpl, 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 (*ListProcessLogJSONResponse) GetNextToken ¶
func (o *ListProcessLogJSONResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListProcessLogJSONResponse) GetNextTokenOk ¶
func (o *ListProcessLogJSONResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (ListProcessLogJSONResponse) GetResourceType ¶
func (o ListProcessLogJSONResponse) GetResourceType() string
func (*ListProcessLogJSONResponse) HasItems ¶
func (o *ListProcessLogJSONResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListProcessLogJSONResponse) HasNextToken ¶
func (o *ListProcessLogJSONResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListProcessLogJSONResponse) MarshalJSON ¶
func (o ListProcessLogJSONResponse) MarshalJSON() ([]byte, error)
func (*ListProcessLogJSONResponse) SetItems ¶
func (o *ListProcessLogJSONResponse) SetItems(v []EventEventLogImpl)
SetItems gets a reference to the given []EventEventLogImpl and assigns it to the Items field.
func (*ListProcessLogJSONResponse) SetNextToken ¶
func (o *ListProcessLogJSONResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
func (ListProcessLogJSONResponse) ToMap ¶
func (o ListProcessLogJSONResponse) ToMap() (map[string]interface{}, error)
type ListProcessResponse ¶
type ListProcessResponse struct { Items []Process `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListProcessResponse struct for ListProcessResponse
func NewListProcessResponse ¶
func NewListProcessResponse() *ListProcessResponse
NewListProcessResponse instantiates a new ListProcessResponse 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 NewListProcessResponseWithDefaults ¶
func NewListProcessResponseWithDefaults() *ListProcessResponse
NewListProcessResponseWithDefaults instantiates a new ListProcessResponse 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 (*ListProcessResponse) GetItems ¶
func (o *ListProcessResponse) GetItems() []Process
GetItems returns the Items field value if set, zero value otherwise.
func (*ListProcessResponse) GetItemsOk ¶
func (o *ListProcessResponse) GetItemsOk() ([]Process, 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 (*ListProcessResponse) GetNextToken ¶
func (o *ListProcessResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListProcessResponse) GetNextTokenOk ¶
func (o *ListProcessResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (ListProcessResponse) GetResourceType ¶
func (o ListProcessResponse) GetResourceType() string
func (*ListProcessResponse) HasItems ¶
func (o *ListProcessResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListProcessResponse) HasNextToken ¶
func (o *ListProcessResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListProcessResponse) MarshalJSON ¶
func (o ListProcessResponse) MarshalJSON() ([]byte, error)
func (*ListProcessResponse) SetItems ¶
func (o *ListProcessResponse) SetItems(v []Process)
SetItems gets a reference to the given []Process and assigns it to the Items field.
func (*ListProcessResponse) SetNextToken ¶
func (o *ListProcessResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
func (ListProcessResponse) ToMap ¶
func (o ListProcessResponse) ToMap() (map[string]interface{}, error)
type ListTriggerResponse ¶
type ListTriggerResponse struct { Items []FpTrigger `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListTriggerResponse struct for ListTriggerResponse
func NewListTriggerResponse ¶
func NewListTriggerResponse() *ListTriggerResponse
NewListTriggerResponse instantiates a new ListTriggerResponse 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 NewListTriggerResponseWithDefaults ¶
func NewListTriggerResponseWithDefaults() *ListTriggerResponse
NewListTriggerResponseWithDefaults instantiates a new ListTriggerResponse 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 (*ListTriggerResponse) GetItems ¶
func (o *ListTriggerResponse) GetItems() []FpTrigger
GetItems returns the Items field value if set, zero value otherwise.
func (*ListTriggerResponse) GetItemsOk ¶
func (o *ListTriggerResponse) GetItemsOk() ([]FpTrigger, 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 (*ListTriggerResponse) GetNextToken ¶
func (o *ListTriggerResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListTriggerResponse) GetNextTokenOk ¶
func (o *ListTriggerResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (ListTriggerResponse) GetResourceType ¶
func (o ListTriggerResponse) GetResourceType() string
func (*ListTriggerResponse) HasItems ¶
func (o *ListTriggerResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListTriggerResponse) HasNextToken ¶
func (o *ListTriggerResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListTriggerResponse) MarshalJSON ¶
func (o ListTriggerResponse) MarshalJSON() ([]byte, error)
func (*ListTriggerResponse) SetItems ¶
func (o *ListTriggerResponse) SetItems(v []FpTrigger)
SetItems gets a reference to the given []FpTrigger and assigns it to the Items field.
func (*ListTriggerResponse) SetNextToken ¶
func (o *ListTriggerResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
func (ListTriggerResponse) ToMap ¶
func (o ListTriggerResponse) ToMap() (map[string]interface{}, error)
type ListVariableResponse ¶
type ListVariableResponse struct { Items []FpVariable `json:"items,omitempty"` NextToken *string `json:"next_token,omitempty"` }
ListVariableResponse struct for ListVariableResponse
func NewListVariableResponse ¶
func NewListVariableResponse() *ListVariableResponse
NewListVariableResponse instantiates a new ListVariableResponse 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 NewListVariableResponseWithDefaults ¶
func NewListVariableResponseWithDefaults() *ListVariableResponse
NewListVariableResponseWithDefaults instantiates a new ListVariableResponse 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 (*ListVariableResponse) GetItems ¶
func (o *ListVariableResponse) GetItems() []FpVariable
GetItems returns the Items field value if set, zero value otherwise.
func (*ListVariableResponse) GetItemsOk ¶
func (o *ListVariableResponse) GetItemsOk() ([]FpVariable, 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 (*ListVariableResponse) GetNextToken ¶
func (o *ListVariableResponse) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*ListVariableResponse) GetNextTokenOk ¶
func (o *ListVariableResponse) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (ListVariableResponse) GetResourceType ¶
func (o ListVariableResponse) GetResourceType() string
func (*ListVariableResponse) HasItems ¶
func (o *ListVariableResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListVariableResponse) HasNextToken ¶
func (o *ListVariableResponse) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (ListVariableResponse) MarshalJSON ¶
func (o ListVariableResponse) MarshalJSON() ([]byte, error)
func (*ListVariableResponse) SetItems ¶
func (o *ListVariableResponse) SetItems(v []FpVariable)
SetItems gets a reference to the given []FpVariable and assigns it to the Items field.
func (*ListVariableResponse) SetNextToken ¶
func (o *ListVariableResponse) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
func (ListVariableResponse) ToMap ¶
func (o ListVariableResponse) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type Mod ¶
type Mod struct { Categories []string `json:"categories,omitempty"` Color *string `json:"color,omitempty"` Description *string `json:"description,omitempty"` Documentation *string `json:"documentation,omitempty"` Name *string `json:"name,omitempty"` Opengraph *OpenGraph `json:"opengraph,omitempty"` Require *Require `json:"require,omitempty"` Title *string `json:"title,omitempty"` }
Mod struct for Mod
func NewMod ¶
func NewMod() *Mod
NewMod instantiates a new Mod 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 NewModWithDefaults ¶
func NewModWithDefaults() *Mod
NewModWithDefaults instantiates a new Mod 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 (*Mod) GetCategories ¶
GetCategories returns the Categories field value if set, zero value otherwise.
func (*Mod) GetCategoriesOk ¶
GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Mod) GetColorOk ¶
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 (*Mod) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Mod) GetDescriptionOk ¶
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 (*Mod) GetDocumentation ¶
GetDocumentation returns the Documentation field value if set, zero value otherwise.
func (*Mod) GetDocumentationOk ¶
GetDocumentationOk returns a tuple with the Documentation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Mod) GetNameOk ¶
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 (*Mod) GetOpengraph ¶
GetOpengraph returns the Opengraph field value if set, zero value otherwise.
func (*Mod) GetOpengraphOk ¶
GetOpengraphOk returns a tuple with the Opengraph field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Mod) GetRequire ¶
GetRequire returns the Require field value if set, zero value otherwise.
func (*Mod) GetRequireOk ¶
GetRequireOk returns a tuple with the Require field value if set, nil otherwise and a boolean to check if the value has been set.
func (Mod) GetResourceType ¶
func (*Mod) GetTitleOk ¶
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 (*Mod) HasCategories ¶
HasCategories returns a boolean if a field has been set.
func (*Mod) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Mod) HasDocumentation ¶
HasDocumentation returns a boolean if a field has been set.
func (*Mod) HasOpengraph ¶
HasOpengraph returns a boolean if a field has been set.
func (*Mod) HasRequire ¶
HasRequire returns a boolean if a field has been set.
func (Mod) MarshalJSON ¶
func (*Mod) SetCategories ¶
SetCategories gets a reference to the given []string and assigns it to the Categories field.
func (*Mod) SetColor ¶
SetColor gets a reference to the given string and assigns it to the Color field.
func (*Mod) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Mod) SetDocumentation ¶
SetDocumentation gets a reference to the given string and assigns it to the Documentation field.
func (*Mod) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Mod) SetOpengraph ¶
SetOpengraph gets a reference to the given OpenGraph and assigns it to the Opengraph field.
func (*Mod) SetRequire ¶
SetRequire gets a reference to the given Require and assigns it to the Require field.
type ModApiGetRequest ¶
type ModApiGetRequest struct { ApiService *ModApiService // contains filtered or unexported fields }
type ModApiService ¶
type ModApiService service
ModApiService ModApi service
func (*ModApiService) Get ¶
func (a *ModApiService) Get(ctx context.Context, modName string) ModApiGetRequest
Get Get mod
Get mod
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param modName The name of the mod @return ModApiGetRequest
func (*ModApiService) GetExecute ¶
func (a *ModApiService) GetExecute(r ModApiGetRequest) (*Mod, *http.Response, error)
Execute executes the request
@return Mod
type ModVersionConstraint ¶
type ModVersionConstraint struct { // the fully qualified mod name, e.g. github.com/turbot/mod1 Name *string `json:"name,omitempty"` Version *string `json:"version,omitempty"` }
ModVersionConstraint struct for ModVersionConstraint
func NewModVersionConstraint ¶
func NewModVersionConstraint() *ModVersionConstraint
NewModVersionConstraint instantiates a new ModVersionConstraint 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 NewModVersionConstraintWithDefaults ¶
func NewModVersionConstraintWithDefaults() *ModVersionConstraint
NewModVersionConstraintWithDefaults instantiates a new ModVersionConstraint 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 (*ModVersionConstraint) GetName ¶
func (o *ModVersionConstraint) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ModVersionConstraint) GetNameOk ¶
func (o *ModVersionConstraint) 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 (ModVersionConstraint) GetResourceType ¶
func (o ModVersionConstraint) GetResourceType() string
func (*ModVersionConstraint) GetVersion ¶
func (o *ModVersionConstraint) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*ModVersionConstraint) GetVersionOk ¶
func (o *ModVersionConstraint) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModVersionConstraint) HasName ¶
func (o *ModVersionConstraint) HasName() bool
HasName returns a boolean if a field has been set.
func (*ModVersionConstraint) HasVersion ¶
func (o *ModVersionConstraint) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (ModVersionConstraint) MarshalJSON ¶
func (o ModVersionConstraint) MarshalJSON() ([]byte, error)
func (*ModVersionConstraint) SetName ¶
func (o *ModVersionConstraint) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ModVersionConstraint) SetVersion ¶
func (o *ModVersionConstraint) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (ModVersionConstraint) ToMap ¶
func (o ModVersionConstraint) ToMap() (map[string]interface{}, error)
type ModconfigNextStepAction ¶
type ModconfigNextStepAction string
ModconfigNextStepAction the model 'ModconfigNextStepAction'
const ( NextStepActionStart ModconfigNextStepAction = "start" NextStepActionInaccessible ModconfigNextStepAction = "inaccessible" NextStepActionSkip ModconfigNextStepAction = "skip" )
List of modconfig.NextStepAction
func NewModconfigNextStepActionFromValue ¶
func NewModconfigNextStepActionFromValue(v string) (*ModconfigNextStepAction, error)
NewModconfigNextStepActionFromValue returns a pointer to a valid ModconfigNextStepAction for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ModconfigNextStepAction) IsValid ¶
func (v ModconfigNextStepAction) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ModconfigNextStepAction) Ptr ¶
func (v ModconfigNextStepAction) Ptr() *ModconfigNextStepAction
Ptr returns reference to modconfig.NextStepAction value
func (*ModconfigNextStepAction) UnmarshalJSON ¶
func (v *ModconfigNextStepAction) UnmarshalJSON(src []byte) error
type ModconfigOutput ¶
type ModconfigOutput struct { Data map[string]interface{} `json:"data,omitempty"` Errors []ModconfigStepError `json:"errors,omitempty"` FailureMode *string `json:"failure_mode,omitempty"` // Flowpipe metadata, contains started_at, finished_at Flowpipe map[string]interface{} `json:"flowpipe,omitempty"` Status *string `json:"status,omitempty"` }
ModconfigOutput struct for ModconfigOutput
func NewModconfigOutput ¶
func NewModconfigOutput() *ModconfigOutput
NewModconfigOutput instantiates a new ModconfigOutput 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 NewModconfigOutputWithDefaults ¶
func NewModconfigOutputWithDefaults() *ModconfigOutput
NewModconfigOutputWithDefaults instantiates a new ModconfigOutput 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 (*ModconfigOutput) GetData ¶
func (o *ModconfigOutput) GetData() map[string]interface{}
GetData returns the Data field value if set, zero value otherwise.
func (*ModconfigOutput) GetDataOk ¶
func (o *ModconfigOutput) GetDataOk() (map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModconfigOutput) GetErrors ¶
func (o *ModconfigOutput) GetErrors() []ModconfigStepError
GetErrors returns the Errors field value if set, zero value otherwise.
func (*ModconfigOutput) GetErrorsOk ¶
func (o *ModconfigOutput) GetErrorsOk() ([]ModconfigStepError, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModconfigOutput) GetFailureMode ¶
func (o *ModconfigOutput) GetFailureMode() string
GetFailureMode returns the FailureMode field value if set, zero value otherwise.
func (*ModconfigOutput) GetFailureModeOk ¶
func (o *ModconfigOutput) GetFailureModeOk() (*string, bool)
GetFailureModeOk returns a tuple with the FailureMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModconfigOutput) GetFlowpipe ¶ added in v0.4.0
func (o *ModconfigOutput) GetFlowpipe() map[string]interface{}
GetFlowpipe returns the Flowpipe field value if set, zero value otherwise.
func (*ModconfigOutput) GetFlowpipeOk ¶ added in v0.4.0
func (o *ModconfigOutput) GetFlowpipeOk() (map[string]interface{}, bool)
GetFlowpipeOk returns a tuple with the Flowpipe field value if set, nil otherwise and a boolean to check if the value has been set.
func (ModconfigOutput) GetResourceType ¶
func (o ModconfigOutput) GetResourceType() string
func (*ModconfigOutput) GetStatus ¶
func (o *ModconfigOutput) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ModconfigOutput) GetStatusOk ¶
func (o *ModconfigOutput) 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 (*ModconfigOutput) HasData ¶
func (o *ModconfigOutput) HasData() bool
HasData returns a boolean if a field has been set.
func (*ModconfigOutput) HasErrors ¶
func (o *ModconfigOutput) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (*ModconfigOutput) HasFailureMode ¶
func (o *ModconfigOutput) HasFailureMode() bool
HasFailureMode returns a boolean if a field has been set.
func (*ModconfigOutput) HasFlowpipe ¶ added in v0.4.0
func (o *ModconfigOutput) HasFlowpipe() bool
HasFlowpipe returns a boolean if a field has been set.
func (*ModconfigOutput) HasStatus ¶
func (o *ModconfigOutput) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (ModconfigOutput) MarshalJSON ¶
func (o ModconfigOutput) MarshalJSON() ([]byte, error)
func (*ModconfigOutput) SetData ¶
func (o *ModconfigOutput) SetData(v map[string]interface{})
SetData gets a reference to the given map[string]interface{} and assigns it to the Data field.
func (*ModconfigOutput) SetErrors ¶
func (o *ModconfigOutput) SetErrors(v []ModconfigStepError)
SetErrors gets a reference to the given []ModconfigStepError and assigns it to the Errors field.
func (*ModconfigOutput) SetFailureMode ¶
func (o *ModconfigOutput) SetFailureMode(v string)
SetFailureMode gets a reference to the given string and assigns it to the FailureMode field.
func (*ModconfigOutput) SetFlowpipe ¶ added in v0.4.0
func (o *ModconfigOutput) SetFlowpipe(v map[string]interface{})
SetFlowpipe gets a reference to the given map[string]interface{} and assigns it to the Flowpipe field.
func (*ModconfigOutput) SetStatus ¶
func (o *ModconfigOutput) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (ModconfigOutput) ToMap ¶
func (o ModconfigOutput) ToMap() (map[string]interface{}, error)
type ModconfigPipeline ¶
type ModconfigPipeline struct { Name *string `json:"name,omitempty"` Outputs []ModconfigPipelineOutput `json:"outputs,omitempty"` // TODO: hack to serialise pipeline name because HclResourceImpl is not serialised PipelineName *string `json:"pipeline_name,omitempty"` Steps []map[string]interface{} `json:"steps,omitempty"` }
ModconfigPipeline struct for ModconfigPipeline
func NewModconfigPipeline ¶
func NewModconfigPipeline() *ModconfigPipeline
NewModconfigPipeline instantiates a new ModconfigPipeline 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 NewModconfigPipelineWithDefaults ¶
func NewModconfigPipelineWithDefaults() *ModconfigPipeline
NewModconfigPipelineWithDefaults instantiates a new ModconfigPipeline 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 (*ModconfigPipeline) GetName ¶
func (o *ModconfigPipeline) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ModconfigPipeline) GetNameOk ¶
func (o *ModconfigPipeline) 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 (*ModconfigPipeline) GetOutputs ¶
func (o *ModconfigPipeline) GetOutputs() []ModconfigPipelineOutput
GetOutputs returns the Outputs field value if set, zero value otherwise.
func (*ModconfigPipeline) GetOutputsOk ¶
func (o *ModconfigPipeline) GetOutputsOk() ([]ModconfigPipelineOutput, bool)
GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModconfigPipeline) GetPipelineName ¶
func (o *ModconfigPipeline) GetPipelineName() string
GetPipelineName returns the PipelineName field value if set, zero value otherwise.
func (*ModconfigPipeline) GetPipelineNameOk ¶
func (o *ModconfigPipeline) GetPipelineNameOk() (*string, bool)
GetPipelineNameOk returns a tuple with the PipelineName field value if set, nil otherwise and a boolean to check if the value has been set.
func (ModconfigPipeline) GetResourceType ¶
func (o ModconfigPipeline) GetResourceType() string
func (*ModconfigPipeline) GetSteps ¶
func (o *ModconfigPipeline) GetSteps() []map[string]interface{}
GetSteps returns the Steps field value if set, zero value otherwise.
func (*ModconfigPipeline) GetStepsOk ¶
func (o *ModconfigPipeline) GetStepsOk() ([]map[string]interface{}, bool)
GetStepsOk returns a tuple with the Steps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModconfigPipeline) HasName ¶
func (o *ModconfigPipeline) HasName() bool
HasName returns a boolean if a field has been set.
func (*ModconfigPipeline) HasOutputs ¶
func (o *ModconfigPipeline) HasOutputs() bool
HasOutputs returns a boolean if a field has been set.
func (*ModconfigPipeline) HasPipelineName ¶
func (o *ModconfigPipeline) HasPipelineName() bool
HasPipelineName returns a boolean if a field has been set.
func (*ModconfigPipeline) HasSteps ¶
func (o *ModconfigPipeline) HasSteps() bool
HasSteps returns a boolean if a field has been set.
func (ModconfigPipeline) MarshalJSON ¶
func (o ModconfigPipeline) MarshalJSON() ([]byte, error)
func (*ModconfigPipeline) SetName ¶
func (o *ModconfigPipeline) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ModconfigPipeline) SetOutputs ¶
func (o *ModconfigPipeline) SetOutputs(v []ModconfigPipelineOutput)
SetOutputs gets a reference to the given []ModconfigPipelineOutput and assigns it to the Outputs field.
func (*ModconfigPipeline) SetPipelineName ¶
func (o *ModconfigPipeline) SetPipelineName(v string)
SetPipelineName gets a reference to the given string and assigns it to the PipelineName field.
func (*ModconfigPipeline) SetSteps ¶
func (o *ModconfigPipeline) SetSteps(v []map[string]interface{})
SetSteps gets a reference to the given []map[string]interface{} and assigns it to the Steps field.
func (ModconfigPipeline) ToMap ¶
func (o ModconfigPipeline) ToMap() (map[string]interface{}, error)
type ModconfigPipelineOutput ¶
type ModconfigPipelineOutput struct { Range *HclRange `json:"Range,omitempty"` ConnectionDependsOn []string `json:"connection_depends_on,omitempty"` CredentialDependsOn []string `json:"credential_depends_on,omitempty"` DependsOn []string `json:"depends_on,omitempty"` Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` Resolved *bool `json:"resolved,omitempty"` Value map[string]interface{} `json:"value,omitempty"` }
ModconfigPipelineOutput struct for ModconfigPipelineOutput
func NewModconfigPipelineOutput ¶
func NewModconfigPipelineOutput() *ModconfigPipelineOutput
NewModconfigPipelineOutput instantiates a new ModconfigPipelineOutput 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 NewModconfigPipelineOutputWithDefaults ¶
func NewModconfigPipelineOutputWithDefaults() *ModconfigPipelineOutput
NewModconfigPipelineOutputWithDefaults instantiates a new ModconfigPipelineOutput 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 (*ModconfigPipelineOutput) GetConnectionDependsOn ¶ added in v1.0.0
func (o *ModconfigPipelineOutput) GetConnectionDependsOn() []string
GetConnectionDependsOn returns the ConnectionDependsOn field value if set, zero value otherwise.
func (*ModconfigPipelineOutput) GetConnectionDependsOnOk ¶ added in v1.0.0
func (o *ModconfigPipelineOutput) GetConnectionDependsOnOk() ([]string, bool)
GetConnectionDependsOnOk returns a tuple with the ConnectionDependsOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModconfigPipelineOutput) GetCredentialDependsOn ¶ added in v0.3.0
func (o *ModconfigPipelineOutput) GetCredentialDependsOn() []string
GetCredentialDependsOn returns the CredentialDependsOn field value if set, zero value otherwise.
func (*ModconfigPipelineOutput) GetCredentialDependsOnOk ¶ added in v0.3.0
func (o *ModconfigPipelineOutput) GetCredentialDependsOnOk() ([]string, bool)
GetCredentialDependsOnOk returns a tuple with the CredentialDependsOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModconfigPipelineOutput) GetDependsOn ¶
func (o *ModconfigPipelineOutput) GetDependsOn() []string
GetDependsOn returns the DependsOn field value if set, zero value otherwise.
func (*ModconfigPipelineOutput) GetDependsOnOk ¶
func (o *ModconfigPipelineOutput) GetDependsOnOk() ([]string, bool)
GetDependsOnOk returns a tuple with the DependsOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModconfigPipelineOutput) GetDescription ¶
func (o *ModconfigPipelineOutput) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ModconfigPipelineOutput) GetDescriptionOk ¶
func (o *ModconfigPipelineOutput) 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 (*ModconfigPipelineOutput) GetName ¶
func (o *ModconfigPipelineOutput) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ModconfigPipelineOutput) GetNameOk ¶
func (o *ModconfigPipelineOutput) 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 (*ModconfigPipelineOutput) GetRange ¶ added in v0.4.0
func (o *ModconfigPipelineOutput) GetRange() HclRange
GetRange returns the Range field value if set, zero value otherwise.
func (*ModconfigPipelineOutput) GetRangeOk ¶ added in v0.4.0
func (o *ModconfigPipelineOutput) GetRangeOk() (*HclRange, bool)
GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModconfigPipelineOutput) GetResolved ¶
func (o *ModconfigPipelineOutput) GetResolved() bool
GetResolved returns the Resolved field value if set, zero value otherwise.
func (*ModconfigPipelineOutput) GetResolvedOk ¶
func (o *ModconfigPipelineOutput) GetResolvedOk() (*bool, bool)
GetResolvedOk returns a tuple with the Resolved field value if set, nil otherwise and a boolean to check if the value has been set.
func (ModconfigPipelineOutput) GetResourceType ¶
func (o ModconfigPipelineOutput) GetResourceType() string
func (*ModconfigPipelineOutput) GetValue ¶
func (o *ModconfigPipelineOutput) GetValue() map[string]interface{}
GetValue returns the Value field value if set, zero value otherwise.
func (*ModconfigPipelineOutput) GetValueOk ¶
func (o *ModconfigPipelineOutput) 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 (*ModconfigPipelineOutput) HasConnectionDependsOn ¶ added in v1.0.0
func (o *ModconfigPipelineOutput) HasConnectionDependsOn() bool
HasConnectionDependsOn returns a boolean if a field has been set.
func (*ModconfigPipelineOutput) HasCredentialDependsOn ¶ added in v0.3.0
func (o *ModconfigPipelineOutput) HasCredentialDependsOn() bool
HasCredentialDependsOn returns a boolean if a field has been set.
func (*ModconfigPipelineOutput) HasDependsOn ¶
func (o *ModconfigPipelineOutput) HasDependsOn() bool
HasDependsOn returns a boolean if a field has been set.
func (*ModconfigPipelineOutput) HasDescription ¶
func (o *ModconfigPipelineOutput) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ModconfigPipelineOutput) HasName ¶
func (o *ModconfigPipelineOutput) HasName() bool
HasName returns a boolean if a field has been set.
func (*ModconfigPipelineOutput) HasRange ¶ added in v0.4.0
func (o *ModconfigPipelineOutput) HasRange() bool
HasRange returns a boolean if a field has been set.
func (*ModconfigPipelineOutput) HasResolved ¶
func (o *ModconfigPipelineOutput) HasResolved() bool
HasResolved returns a boolean if a field has been set.
func (*ModconfigPipelineOutput) HasValue ¶
func (o *ModconfigPipelineOutput) HasValue() bool
HasValue returns a boolean if a field has been set.
func (ModconfigPipelineOutput) MarshalJSON ¶
func (o ModconfigPipelineOutput) MarshalJSON() ([]byte, error)
func (*ModconfigPipelineOutput) SetConnectionDependsOn ¶ added in v1.0.0
func (o *ModconfigPipelineOutput) SetConnectionDependsOn(v []string)
SetConnectionDependsOn gets a reference to the given []string and assigns it to the ConnectionDependsOn field.
func (*ModconfigPipelineOutput) SetCredentialDependsOn ¶ added in v0.3.0
func (o *ModconfigPipelineOutput) SetCredentialDependsOn(v []string)
SetCredentialDependsOn gets a reference to the given []string and assigns it to the CredentialDependsOn field.
func (*ModconfigPipelineOutput) SetDependsOn ¶
func (o *ModconfigPipelineOutput) SetDependsOn(v []string)
SetDependsOn gets a reference to the given []string and assigns it to the DependsOn field.
func (*ModconfigPipelineOutput) SetDescription ¶
func (o *ModconfigPipelineOutput) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ModconfigPipelineOutput) SetName ¶
func (o *ModconfigPipelineOutput) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ModconfigPipelineOutput) SetRange ¶ added in v0.4.0
func (o *ModconfigPipelineOutput) SetRange(v HclRange)
SetRange gets a reference to the given HclRange and assigns it to the Range field.
func (*ModconfigPipelineOutput) SetResolved ¶
func (o *ModconfigPipelineOutput) SetResolved(v bool)
SetResolved gets a reference to the given bool and assigns it to the Resolved field.
func (*ModconfigPipelineOutput) SetValue ¶
func (o *ModconfigPipelineOutput) SetValue(v map[string]interface{})
SetValue gets a reference to the given map[string]interface{} and assigns it to the Value field.
func (ModconfigPipelineOutput) ToMap ¶
func (o ModconfigPipelineOutput) ToMap() (map[string]interface{}, error)
type ModconfigPipelineParam ¶
type ModconfigPipelineParam struct { Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` Optional *bool `json:"optional,omitempty"` }
ModconfigPipelineParam struct for ModconfigPipelineParam
func NewModconfigPipelineParam ¶
func NewModconfigPipelineParam() *ModconfigPipelineParam
NewModconfigPipelineParam instantiates a new ModconfigPipelineParam 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 NewModconfigPipelineParamWithDefaults ¶
func NewModconfigPipelineParamWithDefaults() *ModconfigPipelineParam
NewModconfigPipelineParamWithDefaults instantiates a new ModconfigPipelineParam 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 (*ModconfigPipelineParam) GetDescription ¶
func (o *ModconfigPipelineParam) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ModconfigPipelineParam) GetDescriptionOk ¶
func (o *ModconfigPipelineParam) 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 (*ModconfigPipelineParam) GetName ¶
func (o *ModconfigPipelineParam) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ModconfigPipelineParam) GetNameOk ¶
func (o *ModconfigPipelineParam) 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 (*ModconfigPipelineParam) GetOptional ¶
func (o *ModconfigPipelineParam) GetOptional() bool
GetOptional returns the Optional field value if set, zero value otherwise.
func (*ModconfigPipelineParam) GetOptionalOk ¶
func (o *ModconfigPipelineParam) GetOptionalOk() (*bool, bool)
GetOptionalOk returns a tuple with the Optional field value if set, nil otherwise and a boolean to check if the value has been set.
func (ModconfigPipelineParam) GetResourceType ¶
func (o ModconfigPipelineParam) GetResourceType() string
func (*ModconfigPipelineParam) HasDescription ¶
func (o *ModconfigPipelineParam) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ModconfigPipelineParam) HasName ¶
func (o *ModconfigPipelineParam) HasName() bool
HasName returns a boolean if a field has been set.
func (*ModconfigPipelineParam) HasOptional ¶
func (o *ModconfigPipelineParam) HasOptional() bool
HasOptional returns a boolean if a field has been set.
func (ModconfigPipelineParam) MarshalJSON ¶
func (o ModconfigPipelineParam) MarshalJSON() ([]byte, error)
func (*ModconfigPipelineParam) SetDescription ¶
func (o *ModconfigPipelineParam) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ModconfigPipelineParam) SetName ¶
func (o *ModconfigPipelineParam) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ModconfigPipelineParam) SetOptional ¶
func (o *ModconfigPipelineParam) SetOptional(v bool)
SetOptional gets a reference to the given bool and assigns it to the Optional field.
func (ModconfigPipelineParam) ToMap ¶
func (o ModconfigPipelineParam) ToMap() (map[string]interface{}, error)
type ModconfigStepError ¶
type ModconfigStepError struct { Error *PerrErrorModel `json:"error,omitempty"` Pipeline *string `json:"pipeline,omitempty"` PipelineExecutionId *string `json:"pipeline_execution_id,omitempty"` Step *string `json:"step,omitempty"` StepExecutionId *string `json:"step_execution_id,omitempty"` }
ModconfigStepError struct for ModconfigStepError
func NewModconfigStepError ¶
func NewModconfigStepError() *ModconfigStepError
NewModconfigStepError instantiates a new ModconfigStepError 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 NewModconfigStepErrorWithDefaults ¶
func NewModconfigStepErrorWithDefaults() *ModconfigStepError
NewModconfigStepErrorWithDefaults instantiates a new ModconfigStepError 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 (*ModconfigStepError) GetError ¶
func (o *ModconfigStepError) GetError() PerrErrorModel
GetError returns the Error field value if set, zero value otherwise.
func (*ModconfigStepError) GetErrorOk ¶
func (o *ModconfigStepError) GetErrorOk() (*PerrErrorModel, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModconfigStepError) GetPipeline ¶
func (o *ModconfigStepError) GetPipeline() string
GetPipeline returns the Pipeline field value if set, zero value otherwise.
func (*ModconfigStepError) GetPipelineExecutionId ¶
func (o *ModconfigStepError) GetPipelineExecutionId() string
GetPipelineExecutionId returns the PipelineExecutionId field value if set, zero value otherwise.
func (*ModconfigStepError) GetPipelineExecutionIdOk ¶
func (o *ModconfigStepError) GetPipelineExecutionIdOk() (*string, bool)
GetPipelineExecutionIdOk returns a tuple with the PipelineExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModconfigStepError) GetPipelineOk ¶
func (o *ModconfigStepError) GetPipelineOk() (*string, bool)
GetPipelineOk returns a tuple with the Pipeline field value if set, nil otherwise and a boolean to check if the value has been set.
func (ModconfigStepError) GetResourceType ¶
func (o ModconfigStepError) GetResourceType() string
func (*ModconfigStepError) GetStep ¶
func (o *ModconfigStepError) GetStep() string
GetStep returns the Step field value if set, zero value otherwise.
func (*ModconfigStepError) GetStepExecutionId ¶
func (o *ModconfigStepError) GetStepExecutionId() string
GetStepExecutionId returns the StepExecutionId field value if set, zero value otherwise.
func (*ModconfigStepError) GetStepExecutionIdOk ¶
func (o *ModconfigStepError) GetStepExecutionIdOk() (*string, bool)
GetStepExecutionIdOk returns a tuple with the StepExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModconfigStepError) GetStepOk ¶
func (o *ModconfigStepError) GetStepOk() (*string, bool)
GetStepOk returns a tuple with the Step field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModconfigStepError) HasError ¶
func (o *ModconfigStepError) HasError() bool
HasError returns a boolean if a field has been set.
func (*ModconfigStepError) HasPipeline ¶
func (o *ModconfigStepError) HasPipeline() bool
HasPipeline returns a boolean if a field has been set.
func (*ModconfigStepError) HasPipelineExecutionId ¶
func (o *ModconfigStepError) HasPipelineExecutionId() bool
HasPipelineExecutionId returns a boolean if a field has been set.
func (*ModconfigStepError) HasStep ¶
func (o *ModconfigStepError) HasStep() bool
HasStep returns a boolean if a field has been set.
func (*ModconfigStepError) HasStepExecutionId ¶
func (o *ModconfigStepError) HasStepExecutionId() bool
HasStepExecutionId returns a boolean if a field has been set.
func (ModconfigStepError) MarshalJSON ¶
func (o ModconfigStepError) MarshalJSON() ([]byte, error)
func (*ModconfigStepError) SetError ¶
func (o *ModconfigStepError) SetError(v PerrErrorModel)
SetError gets a reference to the given PerrErrorModel and assigns it to the Error field.
func (*ModconfigStepError) SetPipeline ¶
func (o *ModconfigStepError) SetPipeline(v string)
SetPipeline gets a reference to the given string and assigns it to the Pipeline field.
func (*ModconfigStepError) SetPipelineExecutionId ¶
func (o *ModconfigStepError) SetPipelineExecutionId(v string)
SetPipelineExecutionId gets a reference to the given string and assigns it to the PipelineExecutionId field.
func (*ModconfigStepError) SetStep ¶
func (o *ModconfigStepError) SetStep(v string)
SetStep gets a reference to the given string and assigns it to the Step field.
func (*ModconfigStepError) SetStepExecutionId ¶
func (o *ModconfigStepError) SetStepExecutionId(v string)
SetStepExecutionId gets a reference to the given string and assigns it to the StepExecutionId field.
func (ModconfigStepError) ToMap ¶
func (o ModconfigStepError) ToMap() (map[string]interface{}, error)
type ModconfigStepForEach ¶
type ModconfigStepForEach struct { ForEachStep *bool `json:"for_each_step,omitempty"` Key string `json:"key"` Output *ModconfigOutput `json:"output,omitempty"` TotalCount int32 `json:"total_count"` }
ModconfigStepForEach struct for ModconfigStepForEach
func NewModconfigStepForEach ¶
func NewModconfigStepForEach(key string, totalCount int32) *ModconfigStepForEach
NewModconfigStepForEach instantiates a new ModconfigStepForEach 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 NewModconfigStepForEachWithDefaults ¶
func NewModconfigStepForEachWithDefaults() *ModconfigStepForEach
NewModconfigStepForEachWithDefaults instantiates a new ModconfigStepForEach 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 (*ModconfigStepForEach) GetForEachStep ¶
func (o *ModconfigStepForEach) GetForEachStep() bool
GetForEachStep returns the ForEachStep field value if set, zero value otherwise.
func (*ModconfigStepForEach) GetForEachStepOk ¶
func (o *ModconfigStepForEach) GetForEachStepOk() (*bool, bool)
GetForEachStepOk returns a tuple with the ForEachStep field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModconfigStepForEach) GetKey ¶
func (o *ModconfigStepForEach) GetKey() string
GetKey returns the Key field value
func (*ModconfigStepForEach) GetKeyOk ¶
func (o *ModconfigStepForEach) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ModconfigStepForEach) GetOutput ¶
func (o *ModconfigStepForEach) GetOutput() ModconfigOutput
GetOutput returns the Output field value if set, zero value otherwise.
func (*ModconfigStepForEach) GetOutputOk ¶
func (o *ModconfigStepForEach) GetOutputOk() (*ModconfigOutput, bool)
GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.
func (ModconfigStepForEach) GetResourceType ¶
func (o ModconfigStepForEach) GetResourceType() string
func (*ModconfigStepForEach) GetTotalCount ¶
func (o *ModconfigStepForEach) GetTotalCount() int32
GetTotalCount returns the TotalCount field value
func (*ModconfigStepForEach) GetTotalCountOk ¶
func (o *ModconfigStepForEach) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (*ModconfigStepForEach) HasForEachStep ¶
func (o *ModconfigStepForEach) HasForEachStep() bool
HasForEachStep returns a boolean if a field has been set.
func (*ModconfigStepForEach) HasOutput ¶
func (o *ModconfigStepForEach) HasOutput() bool
HasOutput returns a boolean if a field has been set.
func (ModconfigStepForEach) MarshalJSON ¶
func (o ModconfigStepForEach) MarshalJSON() ([]byte, error)
func (*ModconfigStepForEach) SetForEachStep ¶
func (o *ModconfigStepForEach) SetForEachStep(v bool)
SetForEachStep gets a reference to the given bool and assigns it to the ForEachStep field.
func (*ModconfigStepForEach) SetKey ¶
func (o *ModconfigStepForEach) SetKey(v string)
SetKey sets field value
func (*ModconfigStepForEach) SetOutput ¶
func (o *ModconfigStepForEach) SetOutput(v ModconfigOutput)
SetOutput gets a reference to the given ModconfigOutput and assigns it to the Output field.
func (*ModconfigStepForEach) SetTotalCount ¶
func (o *ModconfigStepForEach) SetTotalCount(v int32)
SetTotalCount sets field value
func (ModconfigStepForEach) ToMap ¶
func (o ModconfigStepForEach) ToMap() (map[string]interface{}, error)
type ModconfigStepLoop ¶
type ModconfigStepLoop struct { Index int32 `json:"index"` Input map[string]interface{} `json:"input,omitempty"` LoopCompleted *bool `json:"loop_completed,omitempty"` }
ModconfigStepLoop struct for ModconfigStepLoop
func NewModconfigStepLoop ¶
func NewModconfigStepLoop(index int32) *ModconfigStepLoop
NewModconfigStepLoop instantiates a new ModconfigStepLoop 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 NewModconfigStepLoopWithDefaults ¶
func NewModconfigStepLoopWithDefaults() *ModconfigStepLoop
NewModconfigStepLoopWithDefaults instantiates a new ModconfigStepLoop 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 (*ModconfigStepLoop) GetIndex ¶
func (o *ModconfigStepLoop) GetIndex() int32
GetIndex returns the Index field value
func (*ModconfigStepLoop) GetIndexOk ¶
func (o *ModconfigStepLoop) GetIndexOk() (*int32, bool)
GetIndexOk returns a tuple with the Index field value and a boolean to check if the value has been set.
func (*ModconfigStepLoop) GetInput ¶
func (o *ModconfigStepLoop) GetInput() map[string]interface{}
GetInput returns the Input field value if set, zero value otherwise.
func (*ModconfigStepLoop) GetInputOk ¶
func (o *ModconfigStepLoop) GetInputOk() (map[string]interface{}, bool)
GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModconfigStepLoop) GetLoopCompleted ¶
func (o *ModconfigStepLoop) GetLoopCompleted() bool
GetLoopCompleted returns the LoopCompleted field value if set, zero value otherwise.
func (*ModconfigStepLoop) GetLoopCompletedOk ¶
func (o *ModconfigStepLoop) GetLoopCompletedOk() (*bool, bool)
GetLoopCompletedOk returns a tuple with the LoopCompleted field value if set, nil otherwise and a boolean to check if the value has been set.
func (ModconfigStepLoop) GetResourceType ¶
func (o ModconfigStepLoop) GetResourceType() string
func (*ModconfigStepLoop) HasInput ¶
func (o *ModconfigStepLoop) HasInput() bool
HasInput returns a boolean if a field has been set.
func (*ModconfigStepLoop) HasLoopCompleted ¶
func (o *ModconfigStepLoop) HasLoopCompleted() bool
HasLoopCompleted returns a boolean if a field has been set.
func (ModconfigStepLoop) MarshalJSON ¶
func (o ModconfigStepLoop) MarshalJSON() ([]byte, error)
func (*ModconfigStepLoop) SetIndex ¶
func (o *ModconfigStepLoop) SetIndex(v int32)
SetIndex sets field value
func (*ModconfigStepLoop) SetInput ¶
func (o *ModconfigStepLoop) SetInput(v map[string]interface{})
SetInput gets a reference to the given map[string]interface{} and assigns it to the Input field.
func (*ModconfigStepLoop) SetLoopCompleted ¶
func (o *ModconfigStepLoop) SetLoopCompleted(v bool)
SetLoopCompleted gets a reference to the given bool and assigns it to the LoopCompleted field.
func (ModconfigStepLoop) ToMap ¶
func (o ModconfigStepLoop) ToMap() (map[string]interface{}, error)
type ModconfigStepRetry ¶
type ModconfigStepRetry struct { Count int32 `json:"count"` Input map[string]interface{} `json:"input,omitempty"` RetryCompleted *bool `json:"retry_completed,omitempty"` }
ModconfigStepRetry struct for ModconfigStepRetry
func NewModconfigStepRetry ¶
func NewModconfigStepRetry(count int32) *ModconfigStepRetry
NewModconfigStepRetry instantiates a new ModconfigStepRetry 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 NewModconfigStepRetryWithDefaults ¶
func NewModconfigStepRetryWithDefaults() *ModconfigStepRetry
NewModconfigStepRetryWithDefaults instantiates a new ModconfigStepRetry 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 (*ModconfigStepRetry) GetCount ¶
func (o *ModconfigStepRetry) GetCount() int32
GetCount returns the Count field value
func (*ModconfigStepRetry) GetCountOk ¶
func (o *ModconfigStepRetry) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*ModconfigStepRetry) GetInput ¶
func (o *ModconfigStepRetry) GetInput() map[string]interface{}
GetInput returns the Input field value if set, zero value otherwise.
func (*ModconfigStepRetry) GetInputOk ¶
func (o *ModconfigStepRetry) GetInputOk() (map[string]interface{}, bool)
GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.
func (ModconfigStepRetry) GetResourceType ¶
func (o ModconfigStepRetry) GetResourceType() string
func (*ModconfigStepRetry) GetRetryCompleted ¶
func (o *ModconfigStepRetry) GetRetryCompleted() bool
GetRetryCompleted returns the RetryCompleted field value if set, zero value otherwise.
func (*ModconfigStepRetry) GetRetryCompletedOk ¶
func (o *ModconfigStepRetry) GetRetryCompletedOk() (*bool, bool)
GetRetryCompletedOk returns a tuple with the RetryCompleted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ModconfigStepRetry) HasInput ¶
func (o *ModconfigStepRetry) HasInput() bool
HasInput returns a boolean if a field has been set.
func (*ModconfigStepRetry) HasRetryCompleted ¶
func (o *ModconfigStepRetry) HasRetryCompleted() bool
HasRetryCompleted returns a boolean if a field has been set.
func (ModconfigStepRetry) MarshalJSON ¶
func (o ModconfigStepRetry) MarshalJSON() ([]byte, error)
func (*ModconfigStepRetry) SetCount ¶
func (o *ModconfigStepRetry) SetCount(v int32)
SetCount sets field value
func (*ModconfigStepRetry) SetInput ¶
func (o *ModconfigStepRetry) SetInput(v map[string]interface{})
SetInput gets a reference to the given map[string]interface{} and assigns it to the Input field.
func (*ModconfigStepRetry) SetRetryCompleted ¶
func (o *ModconfigStepRetry) SetRetryCompleted(v bool)
SetRetryCompleted gets a reference to the given bool and assigns it to the RetryCompleted field.
func (ModconfigStepRetry) ToMap ¶
func (o ModconfigStepRetry) ToMap() (map[string]interface{}, error)
type NextStepAction ¶
type NextStepAction string
NextStepAction the model 'NextStepAction'
func NewNextStepActionFromValue ¶
func NewNextStepActionFromValue(v string) (*NextStepAction, error)
NewNextStepActionFromValue returns a pointer to a valid NextStepAction for the value passed as argument, or an error if the value passed is not allowed by the enum
func (NextStepAction) IsValid ¶
func (v NextStepAction) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (NextStepAction) Ptr ¶
func (v NextStepAction) Ptr() *NextStepAction
Ptr returns reference to NextStepAction value
func (*NextStepAction) UnmarshalJSON ¶
func (v *NextStepAction) UnmarshalJSON(src []byte) error
type NotifierApiGetRequest ¶ added in v0.3.0
type NotifierApiGetRequest struct { ApiService *NotifierApiService // contains filtered or unexported fields }
func (NotifierApiGetRequest) Execute ¶ added in v0.3.0
func (r NotifierApiGetRequest) Execute() (*FpNotifier, *http.Response, error)
type NotifierApiListRequest ¶ added in v0.3.0
type NotifierApiListRequest struct { ApiService *NotifierApiService // contains filtered or unexported fields }
func (NotifierApiListRequest) Execute ¶ added in v0.3.0
func (r NotifierApiListRequest) Execute() (*ListNotifierResponse, *http.Response, error)
func (NotifierApiListRequest) Limit ¶ added in v0.3.0
func (r NotifierApiListRequest) Limit(limit int32) NotifierApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (NotifierApiListRequest) NextToken ¶ added in v0.3.0
func (r NotifierApiListRequest) NextToken(nextToken string) NotifierApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type NotifierApiService ¶ added in v0.3.0
type NotifierApiService service
NotifierApiService NotifierApi service
func (*NotifierApiService) Get ¶ added in v0.3.0
func (a *NotifierApiService) Get(ctx context.Context, notifierName string) NotifierApiGetRequest
Get Get notifier
Get notifier
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param notifierName Notifier name @return NotifierApiGetRequest
func (*NotifierApiService) GetExecute ¶ added in v0.3.0
func (a *NotifierApiService) GetExecute(r NotifierApiGetRequest) (*FpNotifier, *http.Response, error)
Execute executes the request
@return FpNotifier
func (*NotifierApiService) List ¶ added in v0.3.0
func (a *NotifierApiService) List(ctx context.Context) NotifierApiListRequest
List List notifiers
Lists notifiers
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NotifierApiListRequest
func (*NotifierApiService) ListExecute ¶ added in v0.3.0
func (a *NotifierApiService) ListExecute(r NotifierApiListRequest) (*ListNotifierResponse, *http.Response, error)
Execute executes the request
@return ListNotifierResponse
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 NullableCmdPipeline ¶
type NullableCmdPipeline struct {
// contains filtered or unexported fields
}
func NewNullableCmdPipeline ¶
func NewNullableCmdPipeline(val *CmdPipeline) *NullableCmdPipeline
func (NullableCmdPipeline) Get ¶
func (v NullableCmdPipeline) Get() *CmdPipeline
func (NullableCmdPipeline) IsSet ¶
func (v NullableCmdPipeline) IsSet() bool
func (NullableCmdPipeline) MarshalJSON ¶
func (v NullableCmdPipeline) MarshalJSON() ([]byte, error)
func (*NullableCmdPipeline) Set ¶
func (v *NullableCmdPipeline) Set(val *CmdPipeline)
func (*NullableCmdPipeline) UnmarshalJSON ¶
func (v *NullableCmdPipeline) UnmarshalJSON(src []byte) error
func (*NullableCmdPipeline) Unset ¶
func (v *NullableCmdPipeline) Unset()
type NullableCmdTrigger ¶ added in v0.5.0
type NullableCmdTrigger struct {
// contains filtered or unexported fields
}
func NewNullableCmdTrigger ¶ added in v0.5.0
func NewNullableCmdTrigger(val *CmdTrigger) *NullableCmdTrigger
func (NullableCmdTrigger) Get ¶ added in v0.5.0
func (v NullableCmdTrigger) Get() *CmdTrigger
func (NullableCmdTrigger) IsSet ¶ added in v0.5.0
func (v NullableCmdTrigger) IsSet() bool
func (NullableCmdTrigger) MarshalJSON ¶ added in v0.5.0
func (v NullableCmdTrigger) MarshalJSON() ([]byte, error)
func (*NullableCmdTrigger) Set ¶ added in v0.5.0
func (v *NullableCmdTrigger) Set(val *CmdTrigger)
func (*NullableCmdTrigger) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableCmdTrigger) UnmarshalJSON(src []byte) error
func (*NullableCmdTrigger) Unset ¶ added in v0.5.0
func (v *NullableCmdTrigger) Unset()
type NullableErrorDetailModel ¶
type NullableErrorDetailModel struct {
// contains filtered or unexported fields
}
func NewNullableErrorDetailModel ¶
func NewNullableErrorDetailModel(val *ErrorDetailModel) *NullableErrorDetailModel
func (NullableErrorDetailModel) Get ¶
func (v NullableErrorDetailModel) Get() *ErrorDetailModel
func (NullableErrorDetailModel) IsSet ¶
func (v NullableErrorDetailModel) IsSet() bool
func (NullableErrorDetailModel) MarshalJSON ¶
func (v NullableErrorDetailModel) MarshalJSON() ([]byte, error)
func (*NullableErrorDetailModel) Set ¶
func (v *NullableErrorDetailModel) Set(val *ErrorDetailModel)
func (*NullableErrorDetailModel) UnmarshalJSON ¶
func (v *NullableErrorDetailModel) UnmarshalJSON(src []byte) error
func (*NullableErrorDetailModel) Unset ¶
func (v *NullableErrorDetailModel) Unset()
type NullableErrorModel ¶
type NullableErrorModel struct {
// contains filtered or unexported fields
}
func NewNullableErrorModel ¶
func NewNullableErrorModel(val *ErrorModel) *NullableErrorModel
func (NullableErrorModel) Get ¶
func (v NullableErrorModel) Get() *ErrorModel
func (NullableErrorModel) IsSet ¶
func (v NullableErrorModel) IsSet() bool
func (NullableErrorModel) MarshalJSON ¶
func (v NullableErrorModel) MarshalJSON() ([]byte, error)
func (*NullableErrorModel) Set ¶
func (v *NullableErrorModel) Set(val *ErrorModel)
func (*NullableErrorModel) UnmarshalJSON ¶
func (v *NullableErrorModel) UnmarshalJSON(src []byte) error
func (*NullableErrorModel) Unset ¶
func (v *NullableErrorModel) Unset()
type NullableEventEventLogImpl ¶ added in v0.5.0
type NullableEventEventLogImpl struct {
// contains filtered or unexported fields
}
func NewNullableEventEventLogImpl ¶ added in v0.5.0
func NewNullableEventEventLogImpl(val *EventEventLogImpl) *NullableEventEventLogImpl
func (NullableEventEventLogImpl) Get ¶ added in v0.5.0
func (v NullableEventEventLogImpl) Get() *EventEventLogImpl
func (NullableEventEventLogImpl) IsSet ¶ added in v0.5.0
func (v NullableEventEventLogImpl) IsSet() bool
func (NullableEventEventLogImpl) MarshalJSON ¶ added in v0.5.0
func (v NullableEventEventLogImpl) MarshalJSON() ([]byte, error)
func (*NullableEventEventLogImpl) Set ¶ added in v0.5.0
func (v *NullableEventEventLogImpl) Set(val *EventEventLogImpl)
func (*NullableEventEventLogImpl) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableEventEventLogImpl) UnmarshalJSON(src []byte) error
func (*NullableEventEventLogImpl) Unset ¶ added in v0.5.0
func (v *NullableEventEventLogImpl) Unset()
type NullableExecutionExecution ¶
type NullableExecutionExecution struct {
// contains filtered or unexported fields
}
func NewNullableExecutionExecution ¶
func NewNullableExecutionExecution(val *ExecutionExecution) *NullableExecutionExecution
func (NullableExecutionExecution) Get ¶
func (v NullableExecutionExecution) Get() *ExecutionExecution
func (NullableExecutionExecution) IsSet ¶
func (v NullableExecutionExecution) IsSet() bool
func (NullableExecutionExecution) MarshalJSON ¶
func (v NullableExecutionExecution) MarshalJSON() ([]byte, error)
func (*NullableExecutionExecution) Set ¶
func (v *NullableExecutionExecution) Set(val *ExecutionExecution)
func (*NullableExecutionExecution) UnmarshalJSON ¶
func (v *NullableExecutionExecution) UnmarshalJSON(src []byte) error
func (*NullableExecutionExecution) Unset ¶
func (v *NullableExecutionExecution) Unset()
type NullableExecutionPipelineExecution ¶
type NullableExecutionPipelineExecution struct {
// contains filtered or unexported fields
}
func NewNullableExecutionPipelineExecution ¶
func NewNullableExecutionPipelineExecution(val *ExecutionPipelineExecution) *NullableExecutionPipelineExecution
func (NullableExecutionPipelineExecution) Get ¶
func (v NullableExecutionPipelineExecution) Get() *ExecutionPipelineExecution
func (NullableExecutionPipelineExecution) IsSet ¶
func (v NullableExecutionPipelineExecution) IsSet() bool
func (NullableExecutionPipelineExecution) MarshalJSON ¶
func (v NullableExecutionPipelineExecution) MarshalJSON() ([]byte, error)
func (*NullableExecutionPipelineExecution) Set ¶
func (v *NullableExecutionPipelineExecution) Set(val *ExecutionPipelineExecution)
func (*NullableExecutionPipelineExecution) UnmarshalJSON ¶
func (v *NullableExecutionPipelineExecution) UnmarshalJSON(src []byte) error
func (*NullableExecutionPipelineExecution) Unset ¶
func (v *NullableExecutionPipelineExecution) Unset()
type NullableExecutionSnapshot ¶
type NullableExecutionSnapshot struct {
// contains filtered or unexported fields
}
func NewNullableExecutionSnapshot ¶
func NewNullableExecutionSnapshot(val *ExecutionSnapshot) *NullableExecutionSnapshot
func (NullableExecutionSnapshot) Get ¶
func (v NullableExecutionSnapshot) Get() *ExecutionSnapshot
func (NullableExecutionSnapshot) IsSet ¶
func (v NullableExecutionSnapshot) IsSet() bool
func (NullableExecutionSnapshot) MarshalJSON ¶
func (v NullableExecutionSnapshot) MarshalJSON() ([]byte, error)
func (*NullableExecutionSnapshot) Set ¶
func (v *NullableExecutionSnapshot) Set(val *ExecutionSnapshot)
func (*NullableExecutionSnapshot) UnmarshalJSON ¶
func (v *NullableExecutionSnapshot) UnmarshalJSON(src []byte) error
func (*NullableExecutionSnapshot) Unset ¶
func (v *NullableExecutionSnapshot) Unset()
type NullableExecutionSnapshotLayout ¶
type NullableExecutionSnapshotLayout struct {
// contains filtered or unexported fields
}
func NewNullableExecutionSnapshotLayout ¶
func NewNullableExecutionSnapshotLayout(val *ExecutionSnapshotLayout) *NullableExecutionSnapshotLayout
func (NullableExecutionSnapshotLayout) Get ¶
func (v NullableExecutionSnapshotLayout) Get() *ExecutionSnapshotLayout
func (NullableExecutionSnapshotLayout) IsSet ¶
func (v NullableExecutionSnapshotLayout) IsSet() bool
func (NullableExecutionSnapshotLayout) MarshalJSON ¶
func (v NullableExecutionSnapshotLayout) MarshalJSON() ([]byte, error)
func (*NullableExecutionSnapshotLayout) Set ¶
func (v *NullableExecutionSnapshotLayout) Set(val *ExecutionSnapshotLayout)
func (*NullableExecutionSnapshotLayout) UnmarshalJSON ¶
func (v *NullableExecutionSnapshotLayout) UnmarshalJSON(src []byte) error
func (*NullableExecutionSnapshotLayout) Unset ¶
func (v *NullableExecutionSnapshotLayout) Unset()
type NullableExecutionSnapshotPanel ¶
type NullableExecutionSnapshotPanel struct {
// contains filtered or unexported fields
}
func NewNullableExecutionSnapshotPanel ¶
func NewNullableExecutionSnapshotPanel(val *ExecutionSnapshotPanel) *NullableExecutionSnapshotPanel
func (NullableExecutionSnapshotPanel) Get ¶
func (v NullableExecutionSnapshotPanel) Get() *ExecutionSnapshotPanel
func (NullableExecutionSnapshotPanel) IsSet ¶
func (v NullableExecutionSnapshotPanel) IsSet() bool
func (NullableExecutionSnapshotPanel) MarshalJSON ¶
func (v NullableExecutionSnapshotPanel) MarshalJSON() ([]byte, error)
func (*NullableExecutionSnapshotPanel) Set ¶
func (v *NullableExecutionSnapshotPanel) Set(val *ExecutionSnapshotPanel)
func (*NullableExecutionSnapshotPanel) UnmarshalJSON ¶
func (v *NullableExecutionSnapshotPanel) UnmarshalJSON(src []byte) error
func (*NullableExecutionSnapshotPanel) Unset ¶
func (v *NullableExecutionSnapshotPanel) Unset()
type NullableExecutionSnapshotPanelData ¶
type NullableExecutionSnapshotPanelData struct {
// contains filtered or unexported fields
}
func NewNullableExecutionSnapshotPanelData ¶
func NewNullableExecutionSnapshotPanelData(val *ExecutionSnapshotPanelData) *NullableExecutionSnapshotPanelData
func (NullableExecutionSnapshotPanelData) Get ¶
func (v NullableExecutionSnapshotPanelData) Get() *ExecutionSnapshotPanelData
func (NullableExecutionSnapshotPanelData) IsSet ¶
func (v NullableExecutionSnapshotPanelData) IsSet() bool
func (NullableExecutionSnapshotPanelData) MarshalJSON ¶
func (v NullableExecutionSnapshotPanelData) MarshalJSON() ([]byte, error)
func (*NullableExecutionSnapshotPanelData) Set ¶
func (v *NullableExecutionSnapshotPanelData) Set(val *ExecutionSnapshotPanelData)
func (*NullableExecutionSnapshotPanelData) UnmarshalJSON ¶
func (v *NullableExecutionSnapshotPanelData) UnmarshalJSON(src []byte) error
func (*NullableExecutionSnapshotPanelData) Unset ¶
func (v *NullableExecutionSnapshotPanelData) Unset()
type NullableExecutionSnapshotPanelDataColumn ¶
type NullableExecutionSnapshotPanelDataColumn struct {
// contains filtered or unexported fields
}
func NewNullableExecutionSnapshotPanelDataColumn ¶
func NewNullableExecutionSnapshotPanelDataColumn(val *ExecutionSnapshotPanelDataColumn) *NullableExecutionSnapshotPanelDataColumn
func (NullableExecutionSnapshotPanelDataColumn) IsSet ¶
func (v NullableExecutionSnapshotPanelDataColumn) IsSet() bool
func (NullableExecutionSnapshotPanelDataColumn) MarshalJSON ¶
func (v NullableExecutionSnapshotPanelDataColumn) MarshalJSON() ([]byte, error)
func (*NullableExecutionSnapshotPanelDataColumn) Set ¶
func (v *NullableExecutionSnapshotPanelDataColumn) Set(val *ExecutionSnapshotPanelDataColumn)
func (*NullableExecutionSnapshotPanelDataColumn) UnmarshalJSON ¶
func (v *NullableExecutionSnapshotPanelDataColumn) UnmarshalJSON(src []byte) error
func (*NullableExecutionSnapshotPanelDataColumn) Unset ¶
func (v *NullableExecutionSnapshotPanelDataColumn) Unset()
type NullableExecutionStepExecution ¶
type NullableExecutionStepExecution struct {
// contains filtered or unexported fields
}
func NewNullableExecutionStepExecution ¶
func NewNullableExecutionStepExecution(val *ExecutionStepExecution) *NullableExecutionStepExecution
func (NullableExecutionStepExecution) Get ¶
func (v NullableExecutionStepExecution) Get() *ExecutionStepExecution
func (NullableExecutionStepExecution) IsSet ¶
func (v NullableExecutionStepExecution) IsSet() bool
func (NullableExecutionStepExecution) MarshalJSON ¶
func (v NullableExecutionStepExecution) MarshalJSON() ([]byte, error)
func (*NullableExecutionStepExecution) Set ¶
func (v *NullableExecutionStepExecution) Set(val *ExecutionStepExecution)
func (*NullableExecutionStepExecution) UnmarshalJSON ¶
func (v *NullableExecutionStepExecution) UnmarshalJSON(src []byte) error
func (*NullableExecutionStepExecution) Unset ¶
func (v *NullableExecutionStepExecution) Unset()
type NullableExecutionStepExecutionOutput ¶
type NullableExecutionStepExecutionOutput struct {
// contains filtered or unexported fields
}
func NewNullableExecutionStepExecutionOutput ¶
func NewNullableExecutionStepExecutionOutput(val *ExecutionStepExecutionOutput) *NullableExecutionStepExecutionOutput
func (NullableExecutionStepExecutionOutput) Get ¶
func (v NullableExecutionStepExecutionOutput) Get() *ExecutionStepExecutionOutput
func (NullableExecutionStepExecutionOutput) IsSet ¶
func (v NullableExecutionStepExecutionOutput) IsSet() bool
func (NullableExecutionStepExecutionOutput) MarshalJSON ¶
func (v NullableExecutionStepExecutionOutput) MarshalJSON() ([]byte, error)
func (*NullableExecutionStepExecutionOutput) Set ¶
func (v *NullableExecutionStepExecutionOutput) Set(val *ExecutionStepExecutionOutput)
func (*NullableExecutionStepExecutionOutput) UnmarshalJSON ¶
func (v *NullableExecutionStepExecutionOutput) UnmarshalJSON(src []byte) error
func (*NullableExecutionStepExecutionOutput) Unset ¶
func (v *NullableExecutionStepExecutionOutput) Unset()
type NullableExecutionStepExecutionStepForEach ¶
type NullableExecutionStepExecutionStepForEach struct {
// contains filtered or unexported fields
}
func NewNullableExecutionStepExecutionStepForEach ¶
func NewNullableExecutionStepExecutionStepForEach(val *ExecutionStepExecutionStepForEach) *NullableExecutionStepExecutionStepForEach
func (NullableExecutionStepExecutionStepForEach) IsSet ¶
func (v NullableExecutionStepExecutionStepForEach) IsSet() bool
func (NullableExecutionStepExecutionStepForEach) MarshalJSON ¶
func (v NullableExecutionStepExecutionStepForEach) MarshalJSON() ([]byte, error)
func (*NullableExecutionStepExecutionStepForEach) Set ¶
func (v *NullableExecutionStepExecutionStepForEach) Set(val *ExecutionStepExecutionStepForEach)
func (*NullableExecutionStepExecutionStepForEach) UnmarshalJSON ¶
func (v *NullableExecutionStepExecutionStepForEach) UnmarshalJSON(src []byte) error
func (*NullableExecutionStepExecutionStepForEach) Unset ¶
func (v *NullableExecutionStepExecutionStepForEach) Unset()
type NullableExecutionStepStatus ¶
type NullableExecutionStepStatus struct {
// contains filtered or unexported fields
}
func NewNullableExecutionStepStatus ¶
func NewNullableExecutionStepStatus(val *ExecutionStepStatus) *NullableExecutionStepStatus
func (NullableExecutionStepStatus) Get ¶
func (v NullableExecutionStepStatus) Get() *ExecutionStepStatus
func (NullableExecutionStepStatus) IsSet ¶
func (v NullableExecutionStepStatus) IsSet() bool
func (NullableExecutionStepStatus) MarshalJSON ¶
func (v NullableExecutionStepStatus) MarshalJSON() ([]byte, error)
func (*NullableExecutionStepStatus) Set ¶
func (v *NullableExecutionStepStatus) Set(val *ExecutionStepStatus)
func (*NullableExecutionStepStatus) UnmarshalJSON ¶
func (v *NullableExecutionStepStatus) UnmarshalJSON(src []byte) error
func (*NullableExecutionStepStatus) Unset ¶
func (v *NullableExecutionStepStatus) 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 NullableFlowpipeRequire ¶
type NullableFlowpipeRequire struct {
// contains filtered or unexported fields
}
func NewNullableFlowpipeRequire ¶
func NewNullableFlowpipeRequire(val *FlowpipeRequire) *NullableFlowpipeRequire
func (NullableFlowpipeRequire) Get ¶
func (v NullableFlowpipeRequire) Get() *FlowpipeRequire
func (NullableFlowpipeRequire) IsSet ¶
func (v NullableFlowpipeRequire) IsSet() bool
func (NullableFlowpipeRequire) MarshalJSON ¶
func (v NullableFlowpipeRequire) MarshalJSON() ([]byte, error)
func (*NullableFlowpipeRequire) Set ¶
func (v *NullableFlowpipeRequire) Set(val *FlowpipeRequire)
func (*NullableFlowpipeRequire) UnmarshalJSON ¶
func (v *NullableFlowpipeRequire) UnmarshalJSON(src []byte) error
func (*NullableFlowpipeRequire) Unset ¶
func (v *NullableFlowpipeRequire) Unset()
type NullableFlowpipeResponseMetadata ¶ added in v0.5.0
type NullableFlowpipeResponseMetadata struct {
// contains filtered or unexported fields
}
func NewNullableFlowpipeResponseMetadata ¶ added in v0.5.0
func NewNullableFlowpipeResponseMetadata(val *FlowpipeResponseMetadata) *NullableFlowpipeResponseMetadata
func (NullableFlowpipeResponseMetadata) Get ¶ added in v0.5.0
func (v NullableFlowpipeResponseMetadata) Get() *FlowpipeResponseMetadata
func (NullableFlowpipeResponseMetadata) IsSet ¶ added in v0.5.0
func (v NullableFlowpipeResponseMetadata) IsSet() bool
func (NullableFlowpipeResponseMetadata) MarshalJSON ¶ added in v0.5.0
func (v NullableFlowpipeResponseMetadata) MarshalJSON() ([]byte, error)
func (*NullableFlowpipeResponseMetadata) Set ¶ added in v0.5.0
func (v *NullableFlowpipeResponseMetadata) Set(val *FlowpipeResponseMetadata)
func (*NullableFlowpipeResponseMetadata) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableFlowpipeResponseMetadata) UnmarshalJSON(src []byte) error
func (*NullableFlowpipeResponseMetadata) Unset ¶ added in v0.5.0
func (v *NullableFlowpipeResponseMetadata) Unset()
type NullableFlowpipeTriggerResponseMetadata ¶ added in v0.5.0
type NullableFlowpipeTriggerResponseMetadata struct {
// contains filtered or unexported fields
}
func NewNullableFlowpipeTriggerResponseMetadata ¶ added in v0.5.0
func NewNullableFlowpipeTriggerResponseMetadata(val *FlowpipeTriggerResponseMetadata) *NullableFlowpipeTriggerResponseMetadata
func (NullableFlowpipeTriggerResponseMetadata) IsSet ¶ added in v0.5.0
func (v NullableFlowpipeTriggerResponseMetadata) IsSet() bool
func (NullableFlowpipeTriggerResponseMetadata) MarshalJSON ¶ added in v0.5.0
func (v NullableFlowpipeTriggerResponseMetadata) MarshalJSON() ([]byte, error)
func (*NullableFlowpipeTriggerResponseMetadata) Set ¶ added in v0.5.0
func (v *NullableFlowpipeTriggerResponseMetadata) Set(val *FlowpipeTriggerResponseMetadata)
func (*NullableFlowpipeTriggerResponseMetadata) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableFlowpipeTriggerResponseMetadata) UnmarshalJSON(src []byte) error
func (*NullableFlowpipeTriggerResponseMetadata) Unset ¶ added in v0.5.0
func (v *NullableFlowpipeTriggerResponseMetadata) Unset()
type NullableFpIntegration ¶ added in v0.3.0
type NullableFpIntegration struct {
// contains filtered or unexported fields
}
func NewNullableFpIntegration ¶ added in v0.3.0
func NewNullableFpIntegration(val *FpIntegration) *NullableFpIntegration
func (NullableFpIntegration) Get ¶ added in v0.3.0
func (v NullableFpIntegration) Get() *FpIntegration
func (NullableFpIntegration) IsSet ¶ added in v0.3.0
func (v NullableFpIntegration) IsSet() bool
func (NullableFpIntegration) MarshalJSON ¶ added in v0.3.0
func (v NullableFpIntegration) MarshalJSON() ([]byte, error)
func (*NullableFpIntegration) Set ¶ added in v0.3.0
func (v *NullableFpIntegration) Set(val *FpIntegration)
func (*NullableFpIntegration) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableFpIntegration) UnmarshalJSON(src []byte) error
func (*NullableFpIntegration) Unset ¶ added in v0.3.0
func (v *NullableFpIntegration) Unset()
type NullableFpNotifier ¶ added in v0.3.0
type NullableFpNotifier struct {
// contains filtered or unexported fields
}
func NewNullableFpNotifier ¶ added in v0.3.0
func NewNullableFpNotifier(val *FpNotifier) *NullableFpNotifier
func (NullableFpNotifier) Get ¶ added in v0.3.0
func (v NullableFpNotifier) Get() *FpNotifier
func (NullableFpNotifier) IsSet ¶ added in v0.3.0
func (v NullableFpNotifier) IsSet() bool
func (NullableFpNotifier) MarshalJSON ¶ added in v0.3.0
func (v NullableFpNotifier) MarshalJSON() ([]byte, error)
func (*NullableFpNotifier) Set ¶ added in v0.3.0
func (v *NullableFpNotifier) Set(val *FpNotifier)
func (*NullableFpNotifier) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableFpNotifier) UnmarshalJSON(src []byte) error
func (*NullableFpNotifier) Unset ¶ added in v0.3.0
func (v *NullableFpNotifier) Unset()
type NullableFpNotify ¶ added in v0.3.0
type NullableFpNotify struct {
// contains filtered or unexported fields
}
func NewNullableFpNotify ¶ added in v0.3.0
func NewNullableFpNotify(val *FpNotify) *NullableFpNotify
func (NullableFpNotify) Get ¶ added in v0.3.0
func (v NullableFpNotify) Get() *FpNotify
func (NullableFpNotify) IsSet ¶ added in v0.3.0
func (v NullableFpNotify) IsSet() bool
func (NullableFpNotify) MarshalJSON ¶ added in v0.3.0
func (v NullableFpNotify) MarshalJSON() ([]byte, error)
func (*NullableFpNotify) Set ¶ added in v0.3.0
func (v *NullableFpNotify) Set(val *FpNotify)
func (*NullableFpNotify) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableFpNotify) UnmarshalJSON(src []byte) error
func (*NullableFpNotify) Unset ¶ added in v0.3.0
func (v *NullableFpNotify) Unset()
type NullableFpPipeline ¶
type NullableFpPipeline struct {
// contains filtered or unexported fields
}
func NewNullableFpPipeline ¶
func NewNullableFpPipeline(val *FpPipeline) *NullableFpPipeline
func (NullableFpPipeline) Get ¶
func (v NullableFpPipeline) Get() *FpPipeline
func (NullableFpPipeline) IsSet ¶
func (v NullableFpPipeline) IsSet() bool
func (NullableFpPipeline) MarshalJSON ¶
func (v NullableFpPipeline) MarshalJSON() ([]byte, error)
func (*NullableFpPipeline) Set ¶
func (v *NullableFpPipeline) Set(val *FpPipeline)
func (*NullableFpPipeline) UnmarshalJSON ¶
func (v *NullableFpPipeline) UnmarshalJSON(src []byte) error
func (*NullableFpPipeline) Unset ¶
func (v *NullableFpPipeline) Unset()
type NullableFpPipelineParam ¶
type NullableFpPipelineParam struct {
// contains filtered or unexported fields
}
func NewNullableFpPipelineParam ¶
func NewNullableFpPipelineParam(val *FpPipelineParam) *NullableFpPipelineParam
func (NullableFpPipelineParam) Get ¶
func (v NullableFpPipelineParam) Get() *FpPipelineParam
func (NullableFpPipelineParam) IsSet ¶
func (v NullableFpPipelineParam) IsSet() bool
func (NullableFpPipelineParam) MarshalJSON ¶
func (v NullableFpPipelineParam) MarshalJSON() ([]byte, error)
func (*NullableFpPipelineParam) Set ¶
func (v *NullableFpPipelineParam) Set(val *FpPipelineParam)
func (*NullableFpPipelineParam) UnmarshalJSON ¶
func (v *NullableFpPipelineParam) UnmarshalJSON(src []byte) error
func (*NullableFpPipelineParam) Unset ¶
func (v *NullableFpPipelineParam) Unset()
type NullableFpTrigger ¶
type NullableFpTrigger struct {
// contains filtered or unexported fields
}
func NewNullableFpTrigger ¶
func NewNullableFpTrigger(val *FpTrigger) *NullableFpTrigger
func (NullableFpTrigger) Get ¶
func (v NullableFpTrigger) Get() *FpTrigger
func (NullableFpTrigger) IsSet ¶
func (v NullableFpTrigger) IsSet() bool
func (NullableFpTrigger) MarshalJSON ¶
func (v NullableFpTrigger) MarshalJSON() ([]byte, error)
func (*NullableFpTrigger) Set ¶
func (v *NullableFpTrigger) Set(val *FpTrigger)
func (*NullableFpTrigger) UnmarshalJSON ¶
func (v *NullableFpTrigger) UnmarshalJSON(src []byte) error
func (*NullableFpTrigger) Unset ¶
func (v *NullableFpTrigger) Unset()
type NullableFpTriggerPipeline ¶ added in v0.2.0
type NullableFpTriggerPipeline struct {
// contains filtered or unexported fields
}
func NewNullableFpTriggerPipeline ¶ added in v0.2.0
func NewNullableFpTriggerPipeline(val *FpTriggerPipeline) *NullableFpTriggerPipeline
func (NullableFpTriggerPipeline) Get ¶ added in v0.2.0
func (v NullableFpTriggerPipeline) Get() *FpTriggerPipeline
func (NullableFpTriggerPipeline) IsSet ¶ added in v0.2.0
func (v NullableFpTriggerPipeline) IsSet() bool
func (NullableFpTriggerPipeline) MarshalJSON ¶ added in v0.2.0
func (v NullableFpTriggerPipeline) MarshalJSON() ([]byte, error)
func (*NullableFpTriggerPipeline) Set ¶ added in v0.2.0
func (v *NullableFpTriggerPipeline) Set(val *FpTriggerPipeline)
func (*NullableFpTriggerPipeline) UnmarshalJSON ¶ added in v0.2.0
func (v *NullableFpTriggerPipeline) UnmarshalJSON(src []byte) error
func (*NullableFpTriggerPipeline) Unset ¶ added in v0.2.0
func (v *NullableFpTriggerPipeline) Unset()
type NullableFpVariable ¶ added in v0.4.0
type NullableFpVariable struct {
// contains filtered or unexported fields
}
func NewNullableFpVariable ¶ added in v0.4.0
func NewNullableFpVariable(val *FpVariable) *NullableFpVariable
func (NullableFpVariable) Get ¶ added in v0.4.0
func (v NullableFpVariable) Get() *FpVariable
func (NullableFpVariable) IsSet ¶ added in v0.4.0
func (v NullableFpVariable) IsSet() bool
func (NullableFpVariable) MarshalJSON ¶ added in v0.4.0
func (v NullableFpVariable) MarshalJSON() ([]byte, error)
func (*NullableFpVariable) Set ¶ added in v0.4.0
func (v *NullableFpVariable) Set(val *FpVariable)
func (*NullableFpVariable) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableFpVariable) UnmarshalJSON(src []byte) error
func (*NullableFpVariable) Unset ¶ added in v0.4.0
func (v *NullableFpVariable) Unset()
type NullableFperrErrorDetailModel ¶
type NullableFperrErrorDetailModel struct {
// contains filtered or unexported fields
}
func NewNullableFperrErrorDetailModel ¶
func NewNullableFperrErrorDetailModel(val *FperrErrorDetailModel) *NullableFperrErrorDetailModel
func (NullableFperrErrorDetailModel) Get ¶
func (v NullableFperrErrorDetailModel) Get() *FperrErrorDetailModel
func (NullableFperrErrorDetailModel) IsSet ¶
func (v NullableFperrErrorDetailModel) IsSet() bool
func (NullableFperrErrorDetailModel) MarshalJSON ¶
func (v NullableFperrErrorDetailModel) MarshalJSON() ([]byte, error)
func (*NullableFperrErrorDetailModel) Set ¶
func (v *NullableFperrErrorDetailModel) Set(val *FperrErrorDetailModel)
func (*NullableFperrErrorDetailModel) UnmarshalJSON ¶
func (v *NullableFperrErrorDetailModel) UnmarshalJSON(src []byte) error
func (*NullableFperrErrorDetailModel) Unset ¶
func (v *NullableFperrErrorDetailModel) Unset()
type NullableFperrErrorModel ¶
type NullableFperrErrorModel struct {
// contains filtered or unexported fields
}
func NewNullableFperrErrorModel ¶
func NewNullableFperrErrorModel(val *FperrErrorModel) *NullableFperrErrorModel
func (NullableFperrErrorModel) Get ¶
func (v NullableFperrErrorModel) Get() *FperrErrorModel
func (NullableFperrErrorModel) IsSet ¶
func (v NullableFperrErrorModel) IsSet() bool
func (NullableFperrErrorModel) MarshalJSON ¶
func (v NullableFperrErrorModel) MarshalJSON() ([]byte, error)
func (*NullableFperrErrorModel) Set ¶
func (v *NullableFperrErrorModel) Set(val *FperrErrorModel)
func (*NullableFperrErrorModel) UnmarshalJSON ¶
func (v *NullableFperrErrorModel) UnmarshalJSON(src []byte) error
func (*NullableFperrErrorModel) Unset ¶
func (v *NullableFperrErrorModel) Unset()
type NullableGetPipelineResponse ¶
type NullableGetPipelineResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetPipelineResponse ¶
func NewNullableGetPipelineResponse(val *GetPipelineResponse) *NullableGetPipelineResponse
func (NullableGetPipelineResponse) Get ¶
func (v NullableGetPipelineResponse) Get() *GetPipelineResponse
func (NullableGetPipelineResponse) IsSet ¶
func (v NullableGetPipelineResponse) IsSet() bool
func (NullableGetPipelineResponse) MarshalJSON ¶
func (v NullableGetPipelineResponse) MarshalJSON() ([]byte, error)
func (*NullableGetPipelineResponse) Set ¶
func (v *NullableGetPipelineResponse) Set(val *GetPipelineResponse)
func (*NullableGetPipelineResponse) UnmarshalJSON ¶
func (v *NullableGetPipelineResponse) UnmarshalJSON(src []byte) error
func (*NullableGetPipelineResponse) Unset ¶
func (v *NullableGetPipelineResponse) Unset()
type NullableHclPos ¶ added in v0.4.0
type NullableHclPos struct {
// contains filtered or unexported fields
}
func NewNullableHclPos ¶ added in v0.4.0
func NewNullableHclPos(val *HclPos) *NullableHclPos
func (NullableHclPos) Get ¶ added in v0.4.0
func (v NullableHclPos) Get() *HclPos
func (NullableHclPos) IsSet ¶ added in v0.4.0
func (v NullableHclPos) IsSet() bool
func (NullableHclPos) MarshalJSON ¶ added in v0.4.0
func (v NullableHclPos) MarshalJSON() ([]byte, error)
func (*NullableHclPos) Set ¶ added in v0.4.0
func (v *NullableHclPos) Set(val *HclPos)
func (*NullableHclPos) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableHclPos) UnmarshalJSON(src []byte) error
func (*NullableHclPos) Unset ¶ added in v0.4.0
func (v *NullableHclPos) Unset()
type NullableHclRange ¶ added in v0.4.0
type NullableHclRange struct {
// contains filtered or unexported fields
}
func NewNullableHclRange ¶ added in v0.4.0
func NewNullableHclRange(val *HclRange) *NullableHclRange
func (NullableHclRange) Get ¶ added in v0.4.0
func (v NullableHclRange) Get() *HclRange
func (NullableHclRange) IsSet ¶ added in v0.4.0
func (v NullableHclRange) IsSet() bool
func (NullableHclRange) MarshalJSON ¶ added in v0.4.0
func (v NullableHclRange) MarshalJSON() ([]byte, error)
func (*NullableHclRange) Set ¶ added in v0.4.0
func (v *NullableHclRange) Set(val *HclRange)
func (*NullableHclRange) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableHclRange) UnmarshalJSON(src []byte) error
func (*NullableHclRange) Unset ¶ added in v0.4.0
func (v *NullableHclRange) Unset()
type NullableHclRangeStart ¶ added in v0.4.0
type NullableHclRangeStart struct {
// contains filtered or unexported fields
}
func NewNullableHclRangeStart ¶ added in v0.4.0
func NewNullableHclRangeStart(val *HclRangeStart) *NullableHclRangeStart
func (NullableHclRangeStart) Get ¶ added in v0.4.0
func (v NullableHclRangeStart) Get() *HclRangeStart
func (NullableHclRangeStart) IsSet ¶ added in v0.4.0
func (v NullableHclRangeStart) IsSet() bool
func (NullableHclRangeStart) MarshalJSON ¶ added in v0.4.0
func (v NullableHclRangeStart) MarshalJSON() ([]byte, error)
func (*NullableHclRangeStart) Set ¶ added in v0.4.0
func (v *NullableHclRangeStart) Set(val *HclRangeStart)
func (*NullableHclRangeStart) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableHclRangeStart) UnmarshalJSON(src []byte) error
func (*NullableHclRangeStart) Unset ¶ added in v0.4.0
func (v *NullableHclRangeStart) 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 NullableListIntegrationResponse ¶ added in v0.3.0
type NullableListIntegrationResponse struct {
// contains filtered or unexported fields
}
func NewNullableListIntegrationResponse ¶ added in v0.3.0
func NewNullableListIntegrationResponse(val *ListIntegrationResponse) *NullableListIntegrationResponse
func (NullableListIntegrationResponse) Get ¶ added in v0.3.0
func (v NullableListIntegrationResponse) Get() *ListIntegrationResponse
func (NullableListIntegrationResponse) IsSet ¶ added in v0.3.0
func (v NullableListIntegrationResponse) IsSet() bool
func (NullableListIntegrationResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableListIntegrationResponse) MarshalJSON() ([]byte, error)
func (*NullableListIntegrationResponse) Set ¶ added in v0.3.0
func (v *NullableListIntegrationResponse) Set(val *ListIntegrationResponse)
func (*NullableListIntegrationResponse) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableListIntegrationResponse) UnmarshalJSON(src []byte) error
func (*NullableListIntegrationResponse) Unset ¶ added in v0.3.0
func (v *NullableListIntegrationResponse) Unset()
type NullableListNotifierResponse ¶ added in v0.3.0
type NullableListNotifierResponse struct {
// contains filtered or unexported fields
}
func NewNullableListNotifierResponse ¶ added in v0.3.0
func NewNullableListNotifierResponse(val *ListNotifierResponse) *NullableListNotifierResponse
func (NullableListNotifierResponse) Get ¶ added in v0.3.0
func (v NullableListNotifierResponse) Get() *ListNotifierResponse
func (NullableListNotifierResponse) IsSet ¶ added in v0.3.0
func (v NullableListNotifierResponse) IsSet() bool
func (NullableListNotifierResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableListNotifierResponse) MarshalJSON() ([]byte, error)
func (*NullableListNotifierResponse) Set ¶ added in v0.3.0
func (v *NullableListNotifierResponse) Set(val *ListNotifierResponse)
func (*NullableListNotifierResponse) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableListNotifierResponse) UnmarshalJSON(src []byte) error
func (*NullableListNotifierResponse) Unset ¶ added in v0.3.0
func (v *NullableListNotifierResponse) Unset()
type NullableListPipelineResponse ¶
type NullableListPipelineResponse struct {
// contains filtered or unexported fields
}
func NewNullableListPipelineResponse ¶
func NewNullableListPipelineResponse(val *ListPipelineResponse) *NullableListPipelineResponse
func (NullableListPipelineResponse) Get ¶
func (v NullableListPipelineResponse) Get() *ListPipelineResponse
func (NullableListPipelineResponse) IsSet ¶
func (v NullableListPipelineResponse) IsSet() bool
func (NullableListPipelineResponse) MarshalJSON ¶
func (v NullableListPipelineResponse) MarshalJSON() ([]byte, error)
func (*NullableListPipelineResponse) Set ¶
func (v *NullableListPipelineResponse) Set(val *ListPipelineResponse)
func (*NullableListPipelineResponse) UnmarshalJSON ¶
func (v *NullableListPipelineResponse) UnmarshalJSON(src []byte) error
func (*NullableListPipelineResponse) Unset ¶
func (v *NullableListPipelineResponse) Unset()
type NullableListPipelineResponseItem ¶
type NullableListPipelineResponseItem struct {
// contains filtered or unexported fields
}
func NewNullableListPipelineResponseItem ¶
func NewNullableListPipelineResponseItem(val *ListPipelineResponseItem) *NullableListPipelineResponseItem
func (NullableListPipelineResponseItem) Get ¶
func (v NullableListPipelineResponseItem) Get() *ListPipelineResponseItem
func (NullableListPipelineResponseItem) IsSet ¶
func (v NullableListPipelineResponseItem) IsSet() bool
func (NullableListPipelineResponseItem) MarshalJSON ¶
func (v NullableListPipelineResponseItem) MarshalJSON() ([]byte, error)
func (*NullableListPipelineResponseItem) Set ¶
func (v *NullableListPipelineResponseItem) Set(val *ListPipelineResponseItem)
func (*NullableListPipelineResponseItem) UnmarshalJSON ¶
func (v *NullableListPipelineResponseItem) UnmarshalJSON(src []byte) error
func (*NullableListPipelineResponseItem) Unset ¶
func (v *NullableListPipelineResponseItem) Unset()
type NullableListProcessLogJSONResponse ¶
type NullableListProcessLogJSONResponse struct {
// contains filtered or unexported fields
}
func NewNullableListProcessLogJSONResponse ¶
func NewNullableListProcessLogJSONResponse(val *ListProcessLogJSONResponse) *NullableListProcessLogJSONResponse
func (NullableListProcessLogJSONResponse) Get ¶
func (v NullableListProcessLogJSONResponse) Get() *ListProcessLogJSONResponse
func (NullableListProcessLogJSONResponse) IsSet ¶
func (v NullableListProcessLogJSONResponse) IsSet() bool
func (NullableListProcessLogJSONResponse) MarshalJSON ¶
func (v NullableListProcessLogJSONResponse) MarshalJSON() ([]byte, error)
func (*NullableListProcessLogJSONResponse) Set ¶
func (v *NullableListProcessLogJSONResponse) Set(val *ListProcessLogJSONResponse)
func (*NullableListProcessLogJSONResponse) UnmarshalJSON ¶
func (v *NullableListProcessLogJSONResponse) UnmarshalJSON(src []byte) error
func (*NullableListProcessLogJSONResponse) Unset ¶
func (v *NullableListProcessLogJSONResponse) Unset()
type NullableListProcessResponse ¶
type NullableListProcessResponse struct {
// contains filtered or unexported fields
}
func NewNullableListProcessResponse ¶
func NewNullableListProcessResponse(val *ListProcessResponse) *NullableListProcessResponse
func (NullableListProcessResponse) Get ¶
func (v NullableListProcessResponse) Get() *ListProcessResponse
func (NullableListProcessResponse) IsSet ¶
func (v NullableListProcessResponse) IsSet() bool
func (NullableListProcessResponse) MarshalJSON ¶
func (v NullableListProcessResponse) MarshalJSON() ([]byte, error)
func (*NullableListProcessResponse) Set ¶
func (v *NullableListProcessResponse) Set(val *ListProcessResponse)
func (*NullableListProcessResponse) UnmarshalJSON ¶
func (v *NullableListProcessResponse) UnmarshalJSON(src []byte) error
func (*NullableListProcessResponse) Unset ¶
func (v *NullableListProcessResponse) Unset()
type NullableListTriggerResponse ¶
type NullableListTriggerResponse struct {
// contains filtered or unexported fields
}
func NewNullableListTriggerResponse ¶
func NewNullableListTriggerResponse(val *ListTriggerResponse) *NullableListTriggerResponse
func (NullableListTriggerResponse) Get ¶
func (v NullableListTriggerResponse) Get() *ListTriggerResponse
func (NullableListTriggerResponse) IsSet ¶
func (v NullableListTriggerResponse) IsSet() bool
func (NullableListTriggerResponse) MarshalJSON ¶
func (v NullableListTriggerResponse) MarshalJSON() ([]byte, error)
func (*NullableListTriggerResponse) Set ¶
func (v *NullableListTriggerResponse) Set(val *ListTriggerResponse)
func (*NullableListTriggerResponse) UnmarshalJSON ¶
func (v *NullableListTriggerResponse) UnmarshalJSON(src []byte) error
func (*NullableListTriggerResponse) Unset ¶
func (v *NullableListTriggerResponse) Unset()
type NullableListVariableResponse ¶
type NullableListVariableResponse struct {
// contains filtered or unexported fields
}
func NewNullableListVariableResponse ¶
func NewNullableListVariableResponse(val *ListVariableResponse) *NullableListVariableResponse
func (NullableListVariableResponse) Get ¶
func (v NullableListVariableResponse) Get() *ListVariableResponse
func (NullableListVariableResponse) IsSet ¶
func (v NullableListVariableResponse) IsSet() bool
func (NullableListVariableResponse) MarshalJSON ¶
func (v NullableListVariableResponse) MarshalJSON() ([]byte, error)
func (*NullableListVariableResponse) Set ¶
func (v *NullableListVariableResponse) Set(val *ListVariableResponse)
func (*NullableListVariableResponse) UnmarshalJSON ¶
func (v *NullableListVariableResponse) UnmarshalJSON(src []byte) error
func (*NullableListVariableResponse) Unset ¶
func (v *NullableListVariableResponse) Unset()
type NullableMod ¶
type NullableMod struct {
// contains filtered or unexported fields
}
func NewNullableMod ¶
func NewNullableMod(val *Mod) *NullableMod
func (NullableMod) Get ¶
func (v NullableMod) Get() *Mod
func (NullableMod) IsSet ¶
func (v NullableMod) IsSet() bool
func (NullableMod) MarshalJSON ¶
func (v NullableMod) MarshalJSON() ([]byte, error)
func (*NullableMod) Set ¶
func (v *NullableMod) Set(val *Mod)
func (*NullableMod) UnmarshalJSON ¶
func (v *NullableMod) UnmarshalJSON(src []byte) error
func (*NullableMod) Unset ¶
func (v *NullableMod) Unset()
type NullableModVersionConstraint ¶
type NullableModVersionConstraint struct {
// contains filtered or unexported fields
}
func NewNullableModVersionConstraint ¶
func NewNullableModVersionConstraint(val *ModVersionConstraint) *NullableModVersionConstraint
func (NullableModVersionConstraint) Get ¶
func (v NullableModVersionConstraint) Get() *ModVersionConstraint
func (NullableModVersionConstraint) IsSet ¶
func (v NullableModVersionConstraint) IsSet() bool
func (NullableModVersionConstraint) MarshalJSON ¶
func (v NullableModVersionConstraint) MarshalJSON() ([]byte, error)
func (*NullableModVersionConstraint) Set ¶
func (v *NullableModVersionConstraint) Set(val *ModVersionConstraint)
func (*NullableModVersionConstraint) UnmarshalJSON ¶
func (v *NullableModVersionConstraint) UnmarshalJSON(src []byte) error
func (*NullableModVersionConstraint) Unset ¶
func (v *NullableModVersionConstraint) Unset()
type NullableModconfigNextStepAction ¶
type NullableModconfigNextStepAction struct {
// contains filtered or unexported fields
}
func NewNullableModconfigNextStepAction ¶
func NewNullableModconfigNextStepAction(val *ModconfigNextStepAction) *NullableModconfigNextStepAction
func (NullableModconfigNextStepAction) Get ¶
func (v NullableModconfigNextStepAction) Get() *ModconfigNextStepAction
func (NullableModconfigNextStepAction) IsSet ¶
func (v NullableModconfigNextStepAction) IsSet() bool
func (NullableModconfigNextStepAction) MarshalJSON ¶
func (v NullableModconfigNextStepAction) MarshalJSON() ([]byte, error)
func (*NullableModconfigNextStepAction) Set ¶
func (v *NullableModconfigNextStepAction) Set(val *ModconfigNextStepAction)
func (*NullableModconfigNextStepAction) UnmarshalJSON ¶
func (v *NullableModconfigNextStepAction) UnmarshalJSON(src []byte) error
func (*NullableModconfigNextStepAction) Unset ¶
func (v *NullableModconfigNextStepAction) Unset()
type NullableModconfigOutput ¶
type NullableModconfigOutput struct {
// contains filtered or unexported fields
}
func NewNullableModconfigOutput ¶
func NewNullableModconfigOutput(val *ModconfigOutput) *NullableModconfigOutput
func (NullableModconfigOutput) Get ¶
func (v NullableModconfigOutput) Get() *ModconfigOutput
func (NullableModconfigOutput) IsSet ¶
func (v NullableModconfigOutput) IsSet() bool
func (NullableModconfigOutput) MarshalJSON ¶
func (v NullableModconfigOutput) MarshalJSON() ([]byte, error)
func (*NullableModconfigOutput) Set ¶
func (v *NullableModconfigOutput) Set(val *ModconfigOutput)
func (*NullableModconfigOutput) UnmarshalJSON ¶
func (v *NullableModconfigOutput) UnmarshalJSON(src []byte) error
func (*NullableModconfigOutput) Unset ¶
func (v *NullableModconfigOutput) Unset()
type NullableModconfigPipeline ¶
type NullableModconfigPipeline struct {
// contains filtered or unexported fields
}
func NewNullableModconfigPipeline ¶
func NewNullableModconfigPipeline(val *ModconfigPipeline) *NullableModconfigPipeline
func (NullableModconfigPipeline) Get ¶
func (v NullableModconfigPipeline) Get() *ModconfigPipeline
func (NullableModconfigPipeline) IsSet ¶
func (v NullableModconfigPipeline) IsSet() bool
func (NullableModconfigPipeline) MarshalJSON ¶
func (v NullableModconfigPipeline) MarshalJSON() ([]byte, error)
func (*NullableModconfigPipeline) Set ¶
func (v *NullableModconfigPipeline) Set(val *ModconfigPipeline)
func (*NullableModconfigPipeline) UnmarshalJSON ¶
func (v *NullableModconfigPipeline) UnmarshalJSON(src []byte) error
func (*NullableModconfigPipeline) Unset ¶
func (v *NullableModconfigPipeline) Unset()
type NullableModconfigPipelineOutput ¶
type NullableModconfigPipelineOutput struct {
// contains filtered or unexported fields
}
func NewNullableModconfigPipelineOutput ¶
func NewNullableModconfigPipelineOutput(val *ModconfigPipelineOutput) *NullableModconfigPipelineOutput
func (NullableModconfigPipelineOutput) Get ¶
func (v NullableModconfigPipelineOutput) Get() *ModconfigPipelineOutput
func (NullableModconfigPipelineOutput) IsSet ¶
func (v NullableModconfigPipelineOutput) IsSet() bool
func (NullableModconfigPipelineOutput) MarshalJSON ¶
func (v NullableModconfigPipelineOutput) MarshalJSON() ([]byte, error)
func (*NullableModconfigPipelineOutput) Set ¶
func (v *NullableModconfigPipelineOutput) Set(val *ModconfigPipelineOutput)
func (*NullableModconfigPipelineOutput) UnmarshalJSON ¶
func (v *NullableModconfigPipelineOutput) UnmarshalJSON(src []byte) error
func (*NullableModconfigPipelineOutput) Unset ¶
func (v *NullableModconfigPipelineOutput) Unset()
type NullableModconfigPipelineParam ¶
type NullableModconfigPipelineParam struct {
// contains filtered or unexported fields
}
func NewNullableModconfigPipelineParam ¶
func NewNullableModconfigPipelineParam(val *ModconfigPipelineParam) *NullableModconfigPipelineParam
func (NullableModconfigPipelineParam) Get ¶
func (v NullableModconfigPipelineParam) Get() *ModconfigPipelineParam
func (NullableModconfigPipelineParam) IsSet ¶
func (v NullableModconfigPipelineParam) IsSet() bool
func (NullableModconfigPipelineParam) MarshalJSON ¶
func (v NullableModconfigPipelineParam) MarshalJSON() ([]byte, error)
func (*NullableModconfigPipelineParam) Set ¶
func (v *NullableModconfigPipelineParam) Set(val *ModconfigPipelineParam)
func (*NullableModconfigPipelineParam) UnmarshalJSON ¶
func (v *NullableModconfigPipelineParam) UnmarshalJSON(src []byte) error
func (*NullableModconfigPipelineParam) Unset ¶
func (v *NullableModconfigPipelineParam) Unset()
type NullableModconfigStepError ¶
type NullableModconfigStepError struct {
// contains filtered or unexported fields
}
func NewNullableModconfigStepError ¶
func NewNullableModconfigStepError(val *ModconfigStepError) *NullableModconfigStepError
func (NullableModconfigStepError) Get ¶
func (v NullableModconfigStepError) Get() *ModconfigStepError
func (NullableModconfigStepError) IsSet ¶
func (v NullableModconfigStepError) IsSet() bool
func (NullableModconfigStepError) MarshalJSON ¶
func (v NullableModconfigStepError) MarshalJSON() ([]byte, error)
func (*NullableModconfigStepError) Set ¶
func (v *NullableModconfigStepError) Set(val *ModconfigStepError)
func (*NullableModconfigStepError) UnmarshalJSON ¶
func (v *NullableModconfigStepError) UnmarshalJSON(src []byte) error
func (*NullableModconfigStepError) Unset ¶
func (v *NullableModconfigStepError) Unset()
type NullableModconfigStepForEach ¶
type NullableModconfigStepForEach struct {
// contains filtered or unexported fields
}
func NewNullableModconfigStepForEach ¶
func NewNullableModconfigStepForEach(val *ModconfigStepForEach) *NullableModconfigStepForEach
func (NullableModconfigStepForEach) Get ¶
func (v NullableModconfigStepForEach) Get() *ModconfigStepForEach
func (NullableModconfigStepForEach) IsSet ¶
func (v NullableModconfigStepForEach) IsSet() bool
func (NullableModconfigStepForEach) MarshalJSON ¶
func (v NullableModconfigStepForEach) MarshalJSON() ([]byte, error)
func (*NullableModconfigStepForEach) Set ¶
func (v *NullableModconfigStepForEach) Set(val *ModconfigStepForEach)
func (*NullableModconfigStepForEach) UnmarshalJSON ¶
func (v *NullableModconfigStepForEach) UnmarshalJSON(src []byte) error
func (*NullableModconfigStepForEach) Unset ¶
func (v *NullableModconfigStepForEach) Unset()
type NullableModconfigStepLoop ¶
type NullableModconfigStepLoop struct {
// contains filtered or unexported fields
}
func NewNullableModconfigStepLoop ¶
func NewNullableModconfigStepLoop(val *ModconfigStepLoop) *NullableModconfigStepLoop
func (NullableModconfigStepLoop) Get ¶
func (v NullableModconfigStepLoop) Get() *ModconfigStepLoop
func (NullableModconfigStepLoop) IsSet ¶
func (v NullableModconfigStepLoop) IsSet() bool
func (NullableModconfigStepLoop) MarshalJSON ¶
func (v NullableModconfigStepLoop) MarshalJSON() ([]byte, error)
func (*NullableModconfigStepLoop) Set ¶
func (v *NullableModconfigStepLoop) Set(val *ModconfigStepLoop)
func (*NullableModconfigStepLoop) UnmarshalJSON ¶
func (v *NullableModconfigStepLoop) UnmarshalJSON(src []byte) error
func (*NullableModconfigStepLoop) Unset ¶
func (v *NullableModconfigStepLoop) Unset()
type NullableModconfigStepRetry ¶
type NullableModconfigStepRetry struct {
// contains filtered or unexported fields
}
func NewNullableModconfigStepRetry ¶
func NewNullableModconfigStepRetry(val *ModconfigStepRetry) *NullableModconfigStepRetry
func (NullableModconfigStepRetry) Get ¶
func (v NullableModconfigStepRetry) Get() *ModconfigStepRetry
func (NullableModconfigStepRetry) IsSet ¶
func (v NullableModconfigStepRetry) IsSet() bool
func (NullableModconfigStepRetry) MarshalJSON ¶
func (v NullableModconfigStepRetry) MarshalJSON() ([]byte, error)
func (*NullableModconfigStepRetry) Set ¶
func (v *NullableModconfigStepRetry) Set(val *ModconfigStepRetry)
func (*NullableModconfigStepRetry) UnmarshalJSON ¶
func (v *NullableModconfigStepRetry) UnmarshalJSON(src []byte) error
func (*NullableModconfigStepRetry) Unset ¶
func (v *NullableModconfigStepRetry) Unset()
type NullableNextStepAction ¶
type NullableNextStepAction struct {
// contains filtered or unexported fields
}
func NewNullableNextStepAction ¶
func NewNullableNextStepAction(val *NextStepAction) *NullableNextStepAction
func (NullableNextStepAction) Get ¶
func (v NullableNextStepAction) Get() *NextStepAction
func (NullableNextStepAction) IsSet ¶
func (v NullableNextStepAction) IsSet() bool
func (NullableNextStepAction) MarshalJSON ¶
func (v NullableNextStepAction) MarshalJSON() ([]byte, error)
func (*NullableNextStepAction) Set ¶
func (v *NullableNextStepAction) Set(val *NextStepAction)
func (*NullableNextStepAction) UnmarshalJSON ¶
func (v *NullableNextStepAction) UnmarshalJSON(src []byte) error
func (*NullableNextStepAction) Unset ¶
func (v *NullableNextStepAction) Unset()
type NullableOpenGraph ¶
type NullableOpenGraph struct {
// contains filtered or unexported fields
}
func NewNullableOpenGraph ¶
func NewNullableOpenGraph(val *OpenGraph) *NullableOpenGraph
func (NullableOpenGraph) Get ¶
func (v NullableOpenGraph) Get() *OpenGraph
func (NullableOpenGraph) IsSet ¶
func (v NullableOpenGraph) IsSet() bool
func (NullableOpenGraph) MarshalJSON ¶
func (v NullableOpenGraph) MarshalJSON() ([]byte, error)
func (*NullableOpenGraph) Set ¶
func (v *NullableOpenGraph) Set(val *OpenGraph)
func (*NullableOpenGraph) UnmarshalJSON ¶
func (v *NullableOpenGraph) UnmarshalJSON(src []byte) error
func (*NullableOpenGraph) Unset ¶
func (v *NullableOpenGraph) Unset()
type NullableOutput ¶
type NullableOutput struct {
// contains filtered or unexported fields
}
func NewNullableOutput ¶
func NewNullableOutput(val *Output) *NullableOutput
func (NullableOutput) Get ¶
func (v NullableOutput) Get() *Output
func (NullableOutput) IsSet ¶
func (v NullableOutput) IsSet() bool
func (NullableOutput) MarshalJSON ¶
func (v NullableOutput) MarshalJSON() ([]byte, error)
func (*NullableOutput) Set ¶
func (v *NullableOutput) Set(val *Output)
func (*NullableOutput) UnmarshalJSON ¶
func (v *NullableOutput) UnmarshalJSON(src []byte) error
func (*NullableOutput) Unset ¶
func (v *NullableOutput) Unset()
type NullablePcerrErrorDetailModel ¶
type NullablePcerrErrorDetailModel struct {
// contains filtered or unexported fields
}
func NewNullablePcerrErrorDetailModel ¶
func NewNullablePcerrErrorDetailModel(val *PcerrErrorDetailModel) *NullablePcerrErrorDetailModel
func (NullablePcerrErrorDetailModel) Get ¶
func (v NullablePcerrErrorDetailModel) Get() *PcerrErrorDetailModel
func (NullablePcerrErrorDetailModel) IsSet ¶
func (v NullablePcerrErrorDetailModel) IsSet() bool
func (NullablePcerrErrorDetailModel) MarshalJSON ¶
func (v NullablePcerrErrorDetailModel) MarshalJSON() ([]byte, error)
func (*NullablePcerrErrorDetailModel) Set ¶
func (v *NullablePcerrErrorDetailModel) Set(val *PcerrErrorDetailModel)
func (*NullablePcerrErrorDetailModel) UnmarshalJSON ¶
func (v *NullablePcerrErrorDetailModel) UnmarshalJSON(src []byte) error
func (*NullablePcerrErrorDetailModel) Unset ¶
func (v *NullablePcerrErrorDetailModel) Unset()
type NullablePcerrErrorModel ¶
type NullablePcerrErrorModel struct {
// contains filtered or unexported fields
}
func NewNullablePcerrErrorModel ¶
func NewNullablePcerrErrorModel(val *PcerrErrorModel) *NullablePcerrErrorModel
func (NullablePcerrErrorModel) Get ¶
func (v NullablePcerrErrorModel) Get() *PcerrErrorModel
func (NullablePcerrErrorModel) IsSet ¶
func (v NullablePcerrErrorModel) IsSet() bool
func (NullablePcerrErrorModel) MarshalJSON ¶
func (v NullablePcerrErrorModel) MarshalJSON() ([]byte, error)
func (*NullablePcerrErrorModel) Set ¶
func (v *NullablePcerrErrorModel) Set(val *PcerrErrorModel)
func (*NullablePcerrErrorModel) UnmarshalJSON ¶
func (v *NullablePcerrErrorModel) UnmarshalJSON(src []byte) error
func (*NullablePcerrErrorModel) Unset ¶
func (v *NullablePcerrErrorModel) Unset()
type NullablePerrErrorDetailModel ¶
type NullablePerrErrorDetailModel struct {
// contains filtered or unexported fields
}
func NewNullablePerrErrorDetailModel ¶
func NewNullablePerrErrorDetailModel(val *PerrErrorDetailModel) *NullablePerrErrorDetailModel
func (NullablePerrErrorDetailModel) Get ¶
func (v NullablePerrErrorDetailModel) Get() *PerrErrorDetailModel
func (NullablePerrErrorDetailModel) IsSet ¶
func (v NullablePerrErrorDetailModel) IsSet() bool
func (NullablePerrErrorDetailModel) MarshalJSON ¶
func (v NullablePerrErrorDetailModel) MarshalJSON() ([]byte, error)
func (*NullablePerrErrorDetailModel) Set ¶
func (v *NullablePerrErrorDetailModel) Set(val *PerrErrorDetailModel)
func (*NullablePerrErrorDetailModel) UnmarshalJSON ¶
func (v *NullablePerrErrorDetailModel) UnmarshalJSON(src []byte) error
func (*NullablePerrErrorDetailModel) Unset ¶
func (v *NullablePerrErrorDetailModel) Unset()
type NullablePerrErrorModel ¶
type NullablePerrErrorModel struct {
// contains filtered or unexported fields
}
func NewNullablePerrErrorModel ¶
func NewNullablePerrErrorModel(val *PerrErrorModel) *NullablePerrErrorModel
func (NullablePerrErrorModel) Get ¶
func (v NullablePerrErrorModel) Get() *PerrErrorModel
func (NullablePerrErrorModel) IsSet ¶
func (v NullablePerrErrorModel) IsSet() bool
func (NullablePerrErrorModel) MarshalJSON ¶
func (v NullablePerrErrorModel) MarshalJSON() ([]byte, error)
func (*NullablePerrErrorModel) Set ¶
func (v *NullablePerrErrorModel) Set(val *PerrErrorModel)
func (*NullablePerrErrorModel) UnmarshalJSON ¶
func (v *NullablePerrErrorModel) UnmarshalJSON(src []byte) error
func (*NullablePerrErrorModel) Unset ¶
func (v *NullablePerrErrorModel) Unset()
type NullablePipeline ¶
type NullablePipeline struct {
// contains filtered or unexported fields
}
func NewNullablePipeline ¶
func NewNullablePipeline(val *Pipeline) *NullablePipeline
func (NullablePipeline) Get ¶
func (v NullablePipeline) Get() *Pipeline
func (NullablePipeline) IsSet ¶
func (v NullablePipeline) IsSet() bool
func (NullablePipeline) MarshalJSON ¶
func (v NullablePipeline) MarshalJSON() ([]byte, error)
func (*NullablePipeline) Set ¶
func (v *NullablePipeline) Set(val *Pipeline)
func (*NullablePipeline) UnmarshalJSON ¶
func (v *NullablePipeline) UnmarshalJSON(src []byte) error
func (*NullablePipeline) Unset ¶
func (v *NullablePipeline) Unset()
type NullablePipelineExecutionResponse ¶ added in v0.5.0
type NullablePipelineExecutionResponse struct {
// contains filtered or unexported fields
}
func NewNullablePipelineExecutionResponse ¶ added in v0.5.0
func NewNullablePipelineExecutionResponse(val *PipelineExecutionResponse) *NullablePipelineExecutionResponse
func (NullablePipelineExecutionResponse) Get ¶ added in v0.5.0
func (v NullablePipelineExecutionResponse) Get() *PipelineExecutionResponse
func (NullablePipelineExecutionResponse) IsSet ¶ added in v0.5.0
func (v NullablePipelineExecutionResponse) IsSet() bool
func (NullablePipelineExecutionResponse) MarshalJSON ¶ added in v0.5.0
func (v NullablePipelineExecutionResponse) MarshalJSON() ([]byte, error)
func (*NullablePipelineExecutionResponse) Set ¶ added in v0.5.0
func (v *NullablePipelineExecutionResponse) Set(val *PipelineExecutionResponse)
func (*NullablePipelineExecutionResponse) UnmarshalJSON ¶ added in v0.5.0
func (v *NullablePipelineExecutionResponse) UnmarshalJSON(src []byte) error
func (*NullablePipelineExecutionResponse) Unset ¶ added in v0.5.0
func (v *NullablePipelineExecutionResponse) Unset()
type NullablePipelineOutput ¶
type NullablePipelineOutput struct {
// contains filtered or unexported fields
}
func NewNullablePipelineOutput ¶
func NewNullablePipelineOutput(val *PipelineOutput) *NullablePipelineOutput
func (NullablePipelineOutput) Get ¶
func (v NullablePipelineOutput) Get() *PipelineOutput
func (NullablePipelineOutput) IsSet ¶
func (v NullablePipelineOutput) IsSet() bool
func (NullablePipelineOutput) MarshalJSON ¶
func (v NullablePipelineOutput) MarshalJSON() ([]byte, error)
func (*NullablePipelineOutput) Set ¶
func (v *NullablePipelineOutput) Set(val *PipelineOutput)
func (*NullablePipelineOutput) UnmarshalJSON ¶
func (v *NullablePipelineOutput) UnmarshalJSON(src []byte) error
func (*NullablePipelineOutput) Unset ¶
func (v *NullablePipelineOutput) Unset()
type NullablePipelineStep ¶
type NullablePipelineStep struct {
// contains filtered or unexported fields
}
func NewNullablePipelineStep ¶
func NewNullablePipelineStep(val *PipelineStep) *NullablePipelineStep
func (NullablePipelineStep) Get ¶
func (v NullablePipelineStep) Get() *PipelineStep
func (NullablePipelineStep) IsSet ¶
func (v NullablePipelineStep) IsSet() bool
func (NullablePipelineStep) MarshalJSON ¶
func (v NullablePipelineStep) MarshalJSON() ([]byte, error)
func (*NullablePipelineStep) Set ¶
func (v *NullablePipelineStep) Set(val *PipelineStep)
func (*NullablePipelineStep) UnmarshalJSON ¶
func (v *NullablePipelineStep) UnmarshalJSON(src []byte) error
func (*NullablePipelineStep) Unset ¶
func (v *NullablePipelineStep) Unset()
type NullableProcess ¶
type NullableProcess struct {
// contains filtered or unexported fields
}
func NewNullableProcess ¶
func NewNullableProcess(val *Process) *NullableProcess
func (NullableProcess) Get ¶
func (v NullableProcess) Get() *Process
func (NullableProcess) IsSet ¶
func (v NullableProcess) IsSet() bool
func (NullableProcess) MarshalJSON ¶
func (v NullableProcess) MarshalJSON() ([]byte, error)
func (*NullableProcess) Set ¶
func (v *NullableProcess) Set(val *Process)
func (*NullableProcess) UnmarshalJSON ¶
func (v *NullableProcess) UnmarshalJSON(src []byte) error
func (*NullableProcess) Unset ¶
func (v *NullableProcess) Unset()
type NullableProcessEventLog ¶
type NullableProcessEventLog struct {
// contains filtered or unexported fields
}
func NewNullableProcessEventLog ¶
func NewNullableProcessEventLog(val *ProcessEventLog) *NullableProcessEventLog
func (NullableProcessEventLog) Get ¶
func (v NullableProcessEventLog) Get() *ProcessEventLog
func (NullableProcessEventLog) IsSet ¶
func (v NullableProcessEventLog) IsSet() bool
func (NullableProcessEventLog) MarshalJSON ¶
func (v NullableProcessEventLog) MarshalJSON() ([]byte, error)
func (*NullableProcessEventLog) Set ¶
func (v *NullableProcessEventLog) Set(val *ProcessEventLog)
func (*NullableProcessEventLog) UnmarshalJSON ¶
func (v *NullableProcessEventLog) UnmarshalJSON(src []byte) error
func (*NullableProcessEventLog) Unset ¶
func (v *NullableProcessEventLog) Unset()
type NullableProcessOutputData ¶
type NullableProcessOutputData struct {
// contains filtered or unexported fields
}
func NewNullableProcessOutputData ¶
func NewNullableProcessOutputData(val *ProcessOutputData) *NullableProcessOutputData
func (NullableProcessOutputData) Get ¶
func (v NullableProcessOutputData) Get() *ProcessOutputData
func (NullableProcessOutputData) IsSet ¶
func (v NullableProcessOutputData) IsSet() bool
func (NullableProcessOutputData) MarshalJSON ¶
func (v NullableProcessOutputData) MarshalJSON() ([]byte, error)
func (*NullableProcessOutputData) Set ¶
func (v *NullableProcessOutputData) Set(val *ProcessOutputData)
func (*NullableProcessOutputData) UnmarshalJSON ¶
func (v *NullableProcessOutputData) UnmarshalJSON(src []byte) error
func (*NullableProcessOutputData) Unset ¶
func (v *NullableProcessOutputData) Unset()
type NullableRequire ¶
type NullableRequire struct {
// contains filtered or unexported fields
}
func NewNullableRequire ¶
func NewNullableRequire(val *Require) *NullableRequire
func (NullableRequire) Get ¶
func (v NullableRequire) Get() *Require
func (NullableRequire) IsSet ¶
func (v NullableRequire) IsSet() bool
func (NullableRequire) MarshalJSON ¶
func (v NullableRequire) MarshalJSON() ([]byte, error)
func (*NullableRequire) Set ¶
func (v *NullableRequire) Set(val *Require)
func (*NullableRequire) UnmarshalJSON ¶
func (v *NullableRequire) UnmarshalJSON(src []byte) error
func (*NullableRequire) Unset ¶
func (v *NullableRequire) Unset()
type NullableRunPipelineResponse ¶
type NullableRunPipelineResponse struct {
// contains filtered or unexported fields
}
func NewNullableRunPipelineResponse ¶
func NewNullableRunPipelineResponse(val *RunPipelineResponse) *NullableRunPipelineResponse
func (NullableRunPipelineResponse) Get ¶
func (v NullableRunPipelineResponse) Get() *RunPipelineResponse
func (NullableRunPipelineResponse) IsSet ¶
func (v NullableRunPipelineResponse) IsSet() bool
func (NullableRunPipelineResponse) MarshalJSON ¶
func (v NullableRunPipelineResponse) MarshalJSON() ([]byte, error)
func (*NullableRunPipelineResponse) Set ¶
func (v *NullableRunPipelineResponse) Set(val *RunPipelineResponse)
func (*NullableRunPipelineResponse) UnmarshalJSON ¶
func (v *NullableRunPipelineResponse) UnmarshalJSON(src []byte) error
func (*NullableRunPipelineResponse) Unset ¶
func (v *NullableRunPipelineResponse) Unset()
type NullableStepError ¶
type NullableStepError struct {
// contains filtered or unexported fields
}
func NewNullableStepError ¶
func NewNullableStepError(val *StepError) *NullableStepError
func (NullableStepError) Get ¶
func (v NullableStepError) Get() *StepError
func (NullableStepError) IsSet ¶
func (v NullableStepError) IsSet() bool
func (NullableStepError) MarshalJSON ¶
func (v NullableStepError) MarshalJSON() ([]byte, error)
func (*NullableStepError) Set ¶
func (v *NullableStepError) Set(val *StepError)
func (*NullableStepError) UnmarshalJSON ¶
func (v *NullableStepError) UnmarshalJSON(src []byte) error
func (*NullableStepError) Unset ¶
func (v *NullableStepError) Unset()
type NullableStepForEach ¶
type NullableStepForEach struct {
// contains filtered or unexported fields
}
func NewNullableStepForEach ¶
func NewNullableStepForEach(val *StepForEach) *NullableStepForEach
func (NullableStepForEach) Get ¶
func (v NullableStepForEach) Get() *StepForEach
func (NullableStepForEach) IsSet ¶
func (v NullableStepForEach) IsSet() bool
func (NullableStepForEach) MarshalJSON ¶
func (v NullableStepForEach) MarshalJSON() ([]byte, error)
func (*NullableStepForEach) Set ¶
func (v *NullableStepForEach) Set(val *StepForEach)
func (*NullableStepForEach) UnmarshalJSON ¶
func (v *NullableStepForEach) UnmarshalJSON(src []byte) error
func (*NullableStepForEach) Unset ¶
func (v *NullableStepForEach) 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 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 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 NullableTriggerExecutionResponse ¶ added in v0.5.0
type NullableTriggerExecutionResponse struct {
// contains filtered or unexported fields
}
func NewNullableTriggerExecutionResponse ¶ added in v0.5.0
func NewNullableTriggerExecutionResponse(val *TriggerExecutionResponse) *NullableTriggerExecutionResponse
func (NullableTriggerExecutionResponse) Get ¶ added in v0.5.0
func (v NullableTriggerExecutionResponse) Get() *TriggerExecutionResponse
func (NullableTriggerExecutionResponse) IsSet ¶ added in v0.5.0
func (v NullableTriggerExecutionResponse) IsSet() bool
func (NullableTriggerExecutionResponse) MarshalJSON ¶ added in v0.5.0
func (v NullableTriggerExecutionResponse) MarshalJSON() ([]byte, error)
func (*NullableTriggerExecutionResponse) Set ¶ added in v0.5.0
func (v *NullableTriggerExecutionResponse) Set(val *TriggerExecutionResponse)
func (*NullableTriggerExecutionResponse) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableTriggerExecutionResponse) UnmarshalJSON(src []byte) error
func (*NullableTriggerExecutionResponse) Unset ¶ added in v0.5.0
func (v *NullableTriggerExecutionResponse) 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 OpenGraph ¶
type OpenGraph struct { // The opengraph description (og:description) of the mod, for use in social media applications Description *string `json:"description,omitempty"` Title *string `json:"title,omitempty"` }
OpenGraph struct for OpenGraph
func NewOpenGraph ¶
func NewOpenGraph() *OpenGraph
NewOpenGraph instantiates a new OpenGraph 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 NewOpenGraphWithDefaults ¶
func NewOpenGraphWithDefaults() *OpenGraph
NewOpenGraphWithDefaults instantiates a new OpenGraph 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 (*OpenGraph) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*OpenGraph) GetDescriptionOk ¶
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 (OpenGraph) GetResourceType ¶
func (*OpenGraph) GetTitleOk ¶
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 (*OpenGraph) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (OpenGraph) MarshalJSON ¶
func (*OpenGraph) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
type Output ¶
type Output struct { Data map[string]interface{} `json:"data,omitempty"` Errors []StepError `json:"errors,omitempty"` Status *string `json:"status,omitempty"` }
Output struct for Output
func NewOutput ¶
func NewOutput() *Output
NewOutput instantiates a new Output 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 NewOutputWithDefaults ¶
func NewOutputWithDefaults() *Output
NewOutputWithDefaults instantiates a new Output 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 (*Output) GetDataOk ¶
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Output) GetErrorsOk ¶
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (Output) GetResourceType ¶
func (*Output) GetStatusOk ¶
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 (Output) MarshalJSON ¶
func (*Output) SetData ¶
SetData gets a reference to the given map[string]interface{} and assigns it to the Data field.
func (*Output) SetErrors ¶
SetErrors gets a reference to the given []StepError and assigns it to the Errors field.
type PcerrErrorDetailModel ¶
type PcerrErrorDetailModel struct { Location *string `json:"location,omitempty"` Message *string `json:"message,omitempty"` }
PcerrErrorDetailModel struct for PcerrErrorDetailModel
func NewPcerrErrorDetailModel ¶
func NewPcerrErrorDetailModel() *PcerrErrorDetailModel
NewPcerrErrorDetailModel instantiates a new PcerrErrorDetailModel 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 NewPcerrErrorDetailModelWithDefaults ¶
func NewPcerrErrorDetailModelWithDefaults() *PcerrErrorDetailModel
NewPcerrErrorDetailModelWithDefaults instantiates a new PcerrErrorDetailModel 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 (*PcerrErrorDetailModel) GetLocation ¶
func (o *PcerrErrorDetailModel) GetLocation() string
GetLocation returns the Location field value if set, zero value otherwise.
func (*PcerrErrorDetailModel) GetLocationOk ¶
func (o *PcerrErrorDetailModel) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcerrErrorDetailModel) GetMessage ¶
func (o *PcerrErrorDetailModel) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*PcerrErrorDetailModel) GetMessageOk ¶
func (o *PcerrErrorDetailModel) 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 (PcerrErrorDetailModel) GetResourceType ¶
func (o PcerrErrorDetailModel) GetResourceType() string
func (*PcerrErrorDetailModel) HasLocation ¶
func (o *PcerrErrorDetailModel) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (*PcerrErrorDetailModel) HasMessage ¶
func (o *PcerrErrorDetailModel) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (PcerrErrorDetailModel) MarshalJSON ¶
func (o PcerrErrorDetailModel) MarshalJSON() ([]byte, error)
func (*PcerrErrorDetailModel) SetLocation ¶
func (o *PcerrErrorDetailModel) SetLocation(v string)
SetLocation gets a reference to the given string and assigns it to the Location field.
func (*PcerrErrorDetailModel) SetMessage ¶
func (o *PcerrErrorDetailModel) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (PcerrErrorDetailModel) ToMap ¶
func (o PcerrErrorDetailModel) ToMap() (map[string]interface{}, error)
type PcerrErrorModel ¶
type PcerrErrorModel struct { Detail *string `json:"detail,omitempty"` Instance string `json:"instance"` // All errors are fatal unless specified Retryable *bool `json:"retryable,omitempty"` Status int32 `json:"status"` Title string `json:"title"` Type string `json:"type"` ValidationErrors []PcerrErrorDetailModel `json:"validation_errors,omitempty"` }
PcerrErrorModel struct for PcerrErrorModel
func NewPcerrErrorModel ¶
func NewPcerrErrorModel(instance string, status int32, title string, type_ string) *PcerrErrorModel
NewPcerrErrorModel instantiates a new PcerrErrorModel 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 NewPcerrErrorModelWithDefaults ¶
func NewPcerrErrorModelWithDefaults() *PcerrErrorModel
NewPcerrErrorModelWithDefaults instantiates a new PcerrErrorModel 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 (*PcerrErrorModel) GetDetail ¶
func (o *PcerrErrorModel) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*PcerrErrorModel) GetDetailOk ¶
func (o *PcerrErrorModel) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcerrErrorModel) GetInstance ¶
func (o *PcerrErrorModel) GetInstance() string
GetInstance returns the Instance field value
func (*PcerrErrorModel) GetInstanceOk ¶
func (o *PcerrErrorModel) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value and a boolean to check if the value has been set.
func (PcerrErrorModel) GetResourceType ¶
func (o PcerrErrorModel) GetResourceType() string
func (*PcerrErrorModel) GetRetryable ¶
func (o *PcerrErrorModel) GetRetryable() bool
GetRetryable returns the Retryable field value if set, zero value otherwise.
func (*PcerrErrorModel) GetRetryableOk ¶
func (o *PcerrErrorModel) GetRetryableOk() (*bool, bool)
GetRetryableOk returns a tuple with the Retryable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcerrErrorModel) GetStatus ¶
func (o *PcerrErrorModel) GetStatus() int32
GetStatus returns the Status field value
func (*PcerrErrorModel) GetStatusOk ¶
func (o *PcerrErrorModel) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*PcerrErrorModel) GetTitle ¶
func (o *PcerrErrorModel) GetTitle() string
GetTitle returns the Title field value
func (*PcerrErrorModel) GetTitleOk ¶
func (o *PcerrErrorModel) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*PcerrErrorModel) GetType ¶
func (o *PcerrErrorModel) GetType() string
GetType returns the Type field value
func (*PcerrErrorModel) GetTypeOk ¶
func (o *PcerrErrorModel) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*PcerrErrorModel) GetValidationErrors ¶
func (o *PcerrErrorModel) GetValidationErrors() []PcerrErrorDetailModel
GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.
func (*PcerrErrorModel) GetValidationErrorsOk ¶
func (o *PcerrErrorModel) GetValidationErrorsOk() ([]PcerrErrorDetailModel, bool)
GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcerrErrorModel) HasDetail ¶
func (o *PcerrErrorModel) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*PcerrErrorModel) HasRetryable ¶
func (o *PcerrErrorModel) HasRetryable() bool
HasRetryable returns a boolean if a field has been set.
func (*PcerrErrorModel) HasValidationErrors ¶
func (o *PcerrErrorModel) HasValidationErrors() bool
HasValidationErrors returns a boolean if a field has been set.
func (PcerrErrorModel) MarshalJSON ¶
func (o PcerrErrorModel) MarshalJSON() ([]byte, error)
func (*PcerrErrorModel) SetDetail ¶
func (o *PcerrErrorModel) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*PcerrErrorModel) SetInstance ¶
func (o *PcerrErrorModel) SetInstance(v string)
SetInstance sets field value
func (*PcerrErrorModel) SetRetryable ¶
func (o *PcerrErrorModel) SetRetryable(v bool)
SetRetryable gets a reference to the given bool and assigns it to the Retryable field.
func (*PcerrErrorModel) SetStatus ¶
func (o *PcerrErrorModel) SetStatus(v int32)
SetStatus sets field value
func (*PcerrErrorModel) SetTitle ¶
func (o *PcerrErrorModel) SetTitle(v string)
SetTitle sets field value
func (*PcerrErrorModel) SetType ¶
func (o *PcerrErrorModel) SetType(v string)
SetType sets field value
func (*PcerrErrorModel) SetValidationErrors ¶
func (o *PcerrErrorModel) SetValidationErrors(v []PcerrErrorDetailModel)
SetValidationErrors gets a reference to the given []PcerrErrorDetailModel and assigns it to the ValidationErrors field.
func (PcerrErrorModel) ToMap ¶
func (o PcerrErrorModel) ToMap() (map[string]interface{}, error)
type PerrErrorDetailModel ¶
type PerrErrorDetailModel struct { Location *string `json:"location,omitempty"` Message *string `json:"message,omitempty"` }
PerrErrorDetailModel struct for PerrErrorDetailModel
func NewPerrErrorDetailModel ¶
func NewPerrErrorDetailModel() *PerrErrorDetailModel
NewPerrErrorDetailModel instantiates a new PerrErrorDetailModel 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 NewPerrErrorDetailModelWithDefaults ¶
func NewPerrErrorDetailModelWithDefaults() *PerrErrorDetailModel
NewPerrErrorDetailModelWithDefaults instantiates a new PerrErrorDetailModel 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 (*PerrErrorDetailModel) GetLocation ¶
func (o *PerrErrorDetailModel) GetLocation() string
GetLocation returns the Location field value if set, zero value otherwise.
func (*PerrErrorDetailModel) GetLocationOk ¶
func (o *PerrErrorDetailModel) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerrErrorDetailModel) GetMessage ¶
func (o *PerrErrorDetailModel) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*PerrErrorDetailModel) GetMessageOk ¶
func (o *PerrErrorDetailModel) 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 (PerrErrorDetailModel) GetResourceType ¶
func (o PerrErrorDetailModel) GetResourceType() string
func (*PerrErrorDetailModel) HasLocation ¶
func (o *PerrErrorDetailModel) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (*PerrErrorDetailModel) HasMessage ¶
func (o *PerrErrorDetailModel) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (PerrErrorDetailModel) MarshalJSON ¶
func (o PerrErrorDetailModel) MarshalJSON() ([]byte, error)
func (*PerrErrorDetailModel) SetLocation ¶
func (o *PerrErrorDetailModel) SetLocation(v string)
SetLocation gets a reference to the given string and assigns it to the Location field.
func (*PerrErrorDetailModel) SetMessage ¶
func (o *PerrErrorDetailModel) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (PerrErrorDetailModel) ToMap ¶
func (o PerrErrorDetailModel) ToMap() (map[string]interface{}, error)
type PerrErrorModel ¶
type PerrErrorModel struct { // If we don't have required it comes out as pointer and there is a bug in the formatter Detail string `json:"detail"` Instance string `json:"instance"` Status int32 `json:"status"` Title string `json:"title"` Type string `json:"type"` ValidationErrors []PerrErrorDetailModel `json:"validation_errors,omitempty"` }
PerrErrorModel struct for PerrErrorModel
func NewPerrErrorModel ¶
func NewPerrErrorModel(detail string, instance string, status int32, title string, type_ string) *PerrErrorModel
NewPerrErrorModel instantiates a new PerrErrorModel 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 NewPerrErrorModelWithDefaults ¶
func NewPerrErrorModelWithDefaults() *PerrErrorModel
NewPerrErrorModelWithDefaults instantiates a new PerrErrorModel 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 (*PerrErrorModel) GetDetail ¶
func (o *PerrErrorModel) GetDetail() string
GetDetail returns the Detail field value
func (*PerrErrorModel) GetDetailOk ¶
func (o *PerrErrorModel) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value and a boolean to check if the value has been set.
func (*PerrErrorModel) GetInstance ¶
func (o *PerrErrorModel) GetInstance() string
GetInstance returns the Instance field value
func (*PerrErrorModel) GetInstanceOk ¶
func (o *PerrErrorModel) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value and a boolean to check if the value has been set.
func (PerrErrorModel) GetResourceType ¶
func (o PerrErrorModel) GetResourceType() string
func (*PerrErrorModel) GetStatus ¶
func (o *PerrErrorModel) GetStatus() int32
GetStatus returns the Status field value
func (*PerrErrorModel) GetStatusOk ¶
func (o *PerrErrorModel) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*PerrErrorModel) GetTitle ¶
func (o *PerrErrorModel) GetTitle() string
GetTitle returns the Title field value
func (*PerrErrorModel) GetTitleOk ¶
func (o *PerrErrorModel) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*PerrErrorModel) GetType ¶
func (o *PerrErrorModel) GetType() string
GetType returns the Type field value
func (*PerrErrorModel) GetTypeOk ¶
func (o *PerrErrorModel) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*PerrErrorModel) GetValidationErrors ¶
func (o *PerrErrorModel) GetValidationErrors() []PerrErrorDetailModel
GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.
func (*PerrErrorModel) GetValidationErrorsOk ¶
func (o *PerrErrorModel) GetValidationErrorsOk() ([]PerrErrorDetailModel, bool)
GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PerrErrorModel) HasValidationErrors ¶
func (o *PerrErrorModel) HasValidationErrors() bool
HasValidationErrors returns a boolean if a field has been set.
func (PerrErrorModel) MarshalJSON ¶
func (o PerrErrorModel) MarshalJSON() ([]byte, error)
func (*PerrErrorModel) SetDetail ¶
func (o *PerrErrorModel) SetDetail(v string)
SetDetail sets field value
func (*PerrErrorModel) SetInstance ¶
func (o *PerrErrorModel) SetInstance(v string)
SetInstance sets field value
func (*PerrErrorModel) SetStatus ¶
func (o *PerrErrorModel) SetStatus(v int32)
SetStatus sets field value
func (*PerrErrorModel) SetTitle ¶
func (o *PerrErrorModel) SetTitle(v string)
SetTitle sets field value
func (*PerrErrorModel) SetType ¶
func (o *PerrErrorModel) SetType(v string)
SetType sets field value
func (*PerrErrorModel) SetValidationErrors ¶
func (o *PerrErrorModel) SetValidationErrors(v []PerrErrorDetailModel)
SetValidationErrors gets a reference to the given []PerrErrorDetailModel and assigns it to the ValidationErrors field.
func (PerrErrorModel) ToMap ¶
func (o PerrErrorModel) ToMap() (map[string]interface{}, error)
type Pipeline ¶
type Pipeline struct { Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` Outputs []PipelineOutput `json:"outputs,omitempty"` Steps []map[string]interface{} `json:"steps,omitempty"` }
Pipeline struct for Pipeline
func NewPipeline ¶
func NewPipeline() *Pipeline
NewPipeline instantiates a new Pipeline 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 NewPipelineWithDefaults ¶
func NewPipelineWithDefaults() *Pipeline
NewPipelineWithDefaults instantiates a new Pipeline 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 (*Pipeline) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Pipeline) GetDescriptionOk ¶
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 (*Pipeline) GetNameOk ¶
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 (*Pipeline) GetOutputs ¶
func (o *Pipeline) GetOutputs() []PipelineOutput
GetOutputs returns the Outputs field value if set, zero value otherwise.
func (*Pipeline) GetOutputsOk ¶
func (o *Pipeline) GetOutputsOk() ([]PipelineOutput, bool)
GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set.
func (Pipeline) GetResourceType ¶
func (*Pipeline) GetStepsOk ¶
GetStepsOk returns a tuple with the Steps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pipeline) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Pipeline) HasOutputs ¶
HasOutputs returns a boolean if a field has been set.
func (Pipeline) MarshalJSON ¶
func (*Pipeline) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Pipeline) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Pipeline) SetOutputs ¶
func (o *Pipeline) SetOutputs(v []PipelineOutput)
SetOutputs gets a reference to the given []PipelineOutput and assigns it to the Outputs field.
type PipelineApiCommandRequest ¶
type PipelineApiCommandRequest struct { ApiService *PipelineApiService // contains filtered or unexported fields }
func (PipelineApiCommandRequest) Execute ¶
func (r PipelineApiCommandRequest) Execute() (*PipelineExecutionResponse, *http.Response, error)
func (PipelineApiCommandRequest) Request ¶
func (r PipelineApiCommandRequest) Request(request CmdPipeline) PipelineApiCommandRequest
Pipeline command.
type PipelineApiGetRequest ¶
type PipelineApiGetRequest struct { ApiService *PipelineApiService // contains filtered or unexported fields }
func (PipelineApiGetRequest) Execute ¶
func (r PipelineApiGetRequest) Execute() (*FpPipeline, *http.Response, error)
type PipelineApiListRequest ¶
type PipelineApiListRequest struct { ApiService *PipelineApiService // contains filtered or unexported fields }
func (PipelineApiListRequest) Execute ¶
func (r PipelineApiListRequest) Execute() (*ListPipelineResponse, *http.Response, error)
func (PipelineApiListRequest) Limit ¶
func (r PipelineApiListRequest) Limit(limit int32) PipelineApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (PipelineApiListRequest) NextToken ¶
func (r PipelineApiListRequest) NextToken(nextToken string) PipelineApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type PipelineApiService ¶
type PipelineApiService service
PipelineApiService PipelineApi service
func (*PipelineApiService) Command ¶
func (a *PipelineApiService) Command(ctx context.Context, pipelineName string) PipelineApiCommandRequest
Command Execute a pipeline command
Execute a pipeline command
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param pipelineName The name of the pipeline @return PipelineApiCommandRequest
func (*PipelineApiService) CommandExecute ¶
func (a *PipelineApiService) CommandExecute(r PipelineApiCommandRequest) (*PipelineExecutionResponse, *http.Response, error)
Execute executes the request
@return PipelineExecutionResponse
func (*PipelineApiService) Get ¶
func (a *PipelineApiService) Get(ctx context.Context, pipelineName string) PipelineApiGetRequest
Get Get pipeline
Get pipeline
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param pipelineName The name of the pipeline @return PipelineApiGetRequest
func (*PipelineApiService) GetExecute ¶
func (a *PipelineApiService) GetExecute(r PipelineApiGetRequest) (*FpPipeline, *http.Response, error)
Execute executes the request
@return FpPipeline
func (*PipelineApiService) List ¶
func (a *PipelineApiService) List(ctx context.Context) PipelineApiListRequest
List List pipelines
Lists pipelines
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return PipelineApiListRequest
func (*PipelineApiService) ListExecute ¶
func (a *PipelineApiService) ListExecute(r PipelineApiListRequest) (*ListPipelineResponse, *http.Response, error)
Execute executes the request
@return ListPipelineResponse
type PipelineExecutionResponse ¶ added in v0.5.0
type PipelineExecutionResponse struct { Errors []ModconfigStepError `json:"errors,omitempty"` Flowpipe *FlowpipeResponseMetadata `json:"flowpipe,omitempty"` Results map[string]interface{} `json:"results,omitempty"` }
PipelineExecutionResponse struct for PipelineExecutionResponse
func NewPipelineExecutionResponse ¶ added in v0.5.0
func NewPipelineExecutionResponse() *PipelineExecutionResponse
NewPipelineExecutionResponse instantiates a new PipelineExecutionResponse 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 NewPipelineExecutionResponseWithDefaults ¶ added in v0.5.0
func NewPipelineExecutionResponseWithDefaults() *PipelineExecutionResponse
NewPipelineExecutionResponseWithDefaults instantiates a new PipelineExecutionResponse 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 (*PipelineExecutionResponse) GetErrors ¶ added in v0.5.0
func (o *PipelineExecutionResponse) GetErrors() []ModconfigStepError
GetErrors returns the Errors field value if set, zero value otherwise.
func (*PipelineExecutionResponse) GetErrorsOk ¶ added in v0.5.0
func (o *PipelineExecutionResponse) GetErrorsOk() ([]ModconfigStepError, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineExecutionResponse) GetFlowpipe ¶ added in v0.5.0
func (o *PipelineExecutionResponse) GetFlowpipe() FlowpipeResponseMetadata
GetFlowpipe returns the Flowpipe field value if set, zero value otherwise.
func (*PipelineExecutionResponse) GetFlowpipeOk ¶ added in v0.5.0
func (o *PipelineExecutionResponse) GetFlowpipeOk() (*FlowpipeResponseMetadata, bool)
GetFlowpipeOk returns a tuple with the Flowpipe field value if set, nil otherwise and a boolean to check if the value has been set.
func (PipelineExecutionResponse) GetResourceType ¶ added in v0.5.0
func (o PipelineExecutionResponse) GetResourceType() string
func (*PipelineExecutionResponse) GetResults ¶ added in v0.5.0
func (o *PipelineExecutionResponse) GetResults() map[string]interface{}
GetResults returns the Results field value if set, zero value otherwise.
func (*PipelineExecutionResponse) GetResultsOk ¶ added in v0.5.0
func (o *PipelineExecutionResponse) GetResultsOk() (map[string]interface{}, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineExecutionResponse) HasErrors ¶ added in v0.5.0
func (o *PipelineExecutionResponse) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (*PipelineExecutionResponse) HasFlowpipe ¶ added in v0.5.0
func (o *PipelineExecutionResponse) HasFlowpipe() bool
HasFlowpipe returns a boolean if a field has been set.
func (*PipelineExecutionResponse) HasResults ¶ added in v0.5.0
func (o *PipelineExecutionResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (PipelineExecutionResponse) MarshalJSON ¶ added in v0.5.0
func (o PipelineExecutionResponse) MarshalJSON() ([]byte, error)
func (*PipelineExecutionResponse) SetErrors ¶ added in v0.5.0
func (o *PipelineExecutionResponse) SetErrors(v []ModconfigStepError)
SetErrors gets a reference to the given []ModconfigStepError and assigns it to the Errors field.
func (*PipelineExecutionResponse) SetFlowpipe ¶ added in v0.5.0
func (o *PipelineExecutionResponse) SetFlowpipe(v FlowpipeResponseMetadata)
SetFlowpipe gets a reference to the given FlowpipeResponseMetadata and assigns it to the Flowpipe field.
func (*PipelineExecutionResponse) SetResults ¶ added in v0.5.0
func (o *PipelineExecutionResponse) SetResults(v map[string]interface{})
SetResults gets a reference to the given map[string]interface{} and assigns it to the Results field.
func (PipelineExecutionResponse) ToMap ¶ added in v0.5.0
func (o PipelineExecutionResponse) ToMap() (map[string]interface{}, error)
type PipelineOutput ¶
type PipelineOutput struct { DependsOn []string `json:"depends_on,omitempty"` Name *string `json:"name,omitempty"` Resolved *bool `json:"resolved,omitempty"` Sensitive *bool `json:"sensitive,omitempty"` Value map[string]interface{} `json:"value,omitempty"` }
PipelineOutput struct for PipelineOutput
func NewPipelineOutput ¶
func NewPipelineOutput() *PipelineOutput
NewPipelineOutput instantiates a new PipelineOutput 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 NewPipelineOutputWithDefaults ¶
func NewPipelineOutputWithDefaults() *PipelineOutput
NewPipelineOutputWithDefaults instantiates a new PipelineOutput 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 (*PipelineOutput) GetDependsOn ¶
func (o *PipelineOutput) GetDependsOn() []string
GetDependsOn returns the DependsOn field value if set, zero value otherwise.
func (*PipelineOutput) GetDependsOnOk ¶
func (o *PipelineOutput) GetDependsOnOk() ([]string, bool)
GetDependsOnOk returns a tuple with the DependsOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineOutput) GetName ¶
func (o *PipelineOutput) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*PipelineOutput) GetNameOk ¶
func (o *PipelineOutput) 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 (*PipelineOutput) GetResolved ¶
func (o *PipelineOutput) GetResolved() bool
GetResolved returns the Resolved field value if set, zero value otherwise.
func (*PipelineOutput) GetResolvedOk ¶
func (o *PipelineOutput) GetResolvedOk() (*bool, bool)
GetResolvedOk returns a tuple with the Resolved field value if set, nil otherwise and a boolean to check if the value has been set.
func (PipelineOutput) GetResourceType ¶
func (o PipelineOutput) GetResourceType() string
func (*PipelineOutput) GetSensitive ¶
func (o *PipelineOutput) GetSensitive() bool
GetSensitive returns the Sensitive field value if set, zero value otherwise.
func (*PipelineOutput) GetSensitiveOk ¶
func (o *PipelineOutput) GetSensitiveOk() (*bool, bool)
GetSensitiveOk returns a tuple with the Sensitive field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineOutput) GetValue ¶
func (o *PipelineOutput) GetValue() map[string]interface{}
GetValue returns the Value field value if set, zero value otherwise.
func (*PipelineOutput) GetValueOk ¶
func (o *PipelineOutput) 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 (*PipelineOutput) HasDependsOn ¶
func (o *PipelineOutput) HasDependsOn() bool
HasDependsOn returns a boolean if a field has been set.
func (*PipelineOutput) HasName ¶
func (o *PipelineOutput) HasName() bool
HasName returns a boolean if a field has been set.
func (*PipelineOutput) HasResolved ¶
func (o *PipelineOutput) HasResolved() bool
HasResolved returns a boolean if a field has been set.
func (*PipelineOutput) HasSensitive ¶
func (o *PipelineOutput) HasSensitive() bool
HasSensitive returns a boolean if a field has been set.
func (*PipelineOutput) HasValue ¶
func (o *PipelineOutput) HasValue() bool
HasValue returns a boolean if a field has been set.
func (PipelineOutput) MarshalJSON ¶
func (o PipelineOutput) MarshalJSON() ([]byte, error)
func (*PipelineOutput) SetDependsOn ¶
func (o *PipelineOutput) SetDependsOn(v []string)
SetDependsOn gets a reference to the given []string and assigns it to the DependsOn field.
func (*PipelineOutput) SetName ¶
func (o *PipelineOutput) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*PipelineOutput) SetResolved ¶
func (o *PipelineOutput) SetResolved(v bool)
SetResolved gets a reference to the given bool and assigns it to the Resolved field.
func (*PipelineOutput) SetSensitive ¶
func (o *PipelineOutput) SetSensitive(v bool)
SetSensitive gets a reference to the given bool and assigns it to the Sensitive field.
func (*PipelineOutput) SetValue ¶
func (o *PipelineOutput) SetValue(v map[string]interface{})
SetValue gets a reference to the given map[string]interface{} and assigns it to the Value field.
func (PipelineOutput) ToMap ¶
func (o PipelineOutput) ToMap() (map[string]interface{}, error)
type PipelineStep ¶
type PipelineStep struct { DependsOn []string `json:"depends_on,omitempty"` For *string `json:"for,omitempty"` InputTemplate *string `json:"input_template,omitempty"` Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` }
PipelineStep struct for PipelineStep
func NewPipelineStep ¶
func NewPipelineStep() *PipelineStep
NewPipelineStep instantiates a new PipelineStep 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 NewPipelineStepWithDefaults ¶
func NewPipelineStepWithDefaults() *PipelineStep
NewPipelineStepWithDefaults instantiates a new PipelineStep 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 (*PipelineStep) GetDependsOn ¶
func (o *PipelineStep) GetDependsOn() []string
GetDependsOn returns the DependsOn field value if set, zero value otherwise.
func (*PipelineStep) GetDependsOnOk ¶
func (o *PipelineStep) GetDependsOnOk() ([]string, bool)
GetDependsOnOk returns a tuple with the DependsOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineStep) GetFor ¶
func (o *PipelineStep) GetFor() string
GetFor returns the For field value if set, zero value otherwise.
func (*PipelineStep) GetForOk ¶
func (o *PipelineStep) GetForOk() (*string, bool)
GetForOk returns a tuple with the For field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineStep) GetInputTemplate ¶
func (o *PipelineStep) GetInputTemplate() string
GetInputTemplate returns the InputTemplate field value if set, zero value otherwise.
func (*PipelineStep) GetInputTemplateOk ¶
func (o *PipelineStep) GetInputTemplateOk() (*string, bool)
GetInputTemplateOk returns a tuple with the InputTemplate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PipelineStep) GetName ¶
func (o *PipelineStep) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*PipelineStep) GetNameOk ¶
func (o *PipelineStep) 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 (PipelineStep) GetResourceType ¶
func (o PipelineStep) GetResourceType() string
func (*PipelineStep) GetType ¶
func (o *PipelineStep) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*PipelineStep) GetTypeOk ¶
func (o *PipelineStep) 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 (*PipelineStep) HasDependsOn ¶
func (o *PipelineStep) HasDependsOn() bool
HasDependsOn returns a boolean if a field has been set.
func (*PipelineStep) HasFor ¶
func (o *PipelineStep) HasFor() bool
HasFor returns a boolean if a field has been set.
func (*PipelineStep) HasInputTemplate ¶
func (o *PipelineStep) HasInputTemplate() bool
HasInputTemplate returns a boolean if a field has been set.
func (*PipelineStep) HasName ¶
func (o *PipelineStep) HasName() bool
HasName returns a boolean if a field has been set.
func (*PipelineStep) HasType ¶
func (o *PipelineStep) HasType() bool
HasType returns a boolean if a field has been set.
func (PipelineStep) MarshalJSON ¶
func (o PipelineStep) MarshalJSON() ([]byte, error)
func (*PipelineStep) SetDependsOn ¶
func (o *PipelineStep) SetDependsOn(v []string)
SetDependsOn gets a reference to the given []string and assigns it to the DependsOn field.
func (*PipelineStep) SetFor ¶
func (o *PipelineStep) SetFor(v string)
SetFor gets a reference to the given string and assigns it to the For field.
func (*PipelineStep) SetInputTemplate ¶
func (o *PipelineStep) SetInputTemplate(v string)
SetInputTemplate gets a reference to the given string and assigns it to the InputTemplate field.
func (*PipelineStep) SetName ¶
func (o *PipelineStep) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*PipelineStep) SetType ¶
func (o *PipelineStep) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (PipelineStep) ToMap ¶
func (o PipelineStep) ToMap() (map[string]interface{}, error)
type Process ¶
type Process struct { CreatedAt *string `json:"created_at,omitempty"` ExecutionId *string `json:"execution_id,omitempty"` Pipeline *string `json:"pipeline,omitempty"` Status *string `json:"status,omitempty"` }
Process struct for Process
func NewProcess ¶
func NewProcess() *Process
NewProcess instantiates a new Process 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 NewProcessWithDefaults ¶
func NewProcessWithDefaults() *Process
NewProcessWithDefaults instantiates a new Process 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 (*Process) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Process) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Process) GetExecutionId ¶
GetExecutionId returns the ExecutionId field value if set, zero value otherwise.
func (*Process) GetExecutionIdOk ¶
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 (*Process) GetPipeline ¶
GetPipeline returns the Pipeline field value if set, zero value otherwise.
func (*Process) GetPipelineOk ¶
GetPipelineOk returns a tuple with the Pipeline field value if set, nil otherwise and a boolean to check if the value has been set.
func (Process) GetResourceType ¶
func (*Process) GetStatusOk ¶
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 (*Process) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Process) HasExecutionId ¶
HasExecutionId returns a boolean if a field has been set.
func (*Process) HasPipeline ¶
HasPipeline returns a boolean if a field has been set.
func (Process) MarshalJSON ¶
func (*Process) SetCreatedAt ¶
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*Process) SetExecutionId ¶
SetExecutionId gets a reference to the given string and assigns it to the ExecutionId field.
func (*Process) SetPipeline ¶
SetPipeline gets a reference to the given string and assigns it to the Pipeline field.
type ProcessApiGetExecutionRequest ¶
type ProcessApiGetExecutionRequest struct { ApiService *ProcessApiService // contains filtered or unexported fields }
func (ProcessApiGetExecutionRequest) Execute ¶
func (r ProcessApiGetExecutionRequest) Execute() (*ExecutionExecution, *http.Response, error)
type ProcessApiGetLogRequest ¶
type ProcessApiGetLogRequest struct { ApiService *ProcessApiService // contains filtered or unexported fields }
func (ProcessApiGetLogRequest) Execute ¶
func (r ProcessApiGetLogRequest) Execute() (*ListProcessLogJSONResponse, *http.Response, error)
type ProcessApiGetRequest ¶
type ProcessApiGetRequest struct { ApiService *ProcessApiService // contains filtered or unexported fields }
type ProcessApiListRequest ¶
type ProcessApiListRequest struct { ApiService *ProcessApiService // contains filtered or unexported fields }
func (ProcessApiListRequest) Execute ¶
func (r ProcessApiListRequest) Execute() (*ListProcessResponse, *http.Response, error)
func (ProcessApiListRequest) Limit ¶
func (r ProcessApiListRequest) Limit(limit int32) ProcessApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (ProcessApiListRequest) NextToken ¶
func (r ProcessApiListRequest) NextToken(nextToken string) ProcessApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type ProcessApiService ¶
type ProcessApiService service
ProcessApiService ProcessApi service
func (*ProcessApiService) Get ¶
func (a *ProcessApiService) Get(ctx context.Context, processId string) ProcessApiGetRequest
Get Get process
Get process
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param processId The name of the process @return ProcessApiGetRequest
func (*ProcessApiService) GetExecute ¶
func (a *ProcessApiService) GetExecute(r ProcessApiGetRequest) (*Process, *http.Response, error)
Execute executes the request
@return Process
func (*ProcessApiService) GetExecution ¶
func (a *ProcessApiService) GetExecution(ctx context.Context, processId string) ProcessApiGetExecutionRequest
GetExecution Get process execution
Get process execution
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param processId The name of the process @return ProcessApiGetExecutionRequest
func (*ProcessApiService) GetExecutionExecute ¶
func (a *ProcessApiService) GetExecutionExecute(r ProcessApiGetExecutionRequest) (*ExecutionExecution, *http.Response, error)
Execute executes the request
@return ExecutionExecution
func (*ProcessApiService) GetLog ¶
func (a *ProcessApiService) GetLog(ctx context.Context, processId string) ProcessApiGetLogRequest
GetLog Get process log
Get process log
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param processId The id of the process @return ProcessApiGetLogRequest
func (*ProcessApiService) GetLogExecute ¶
func (a *ProcessApiService) GetLogExecute(r ProcessApiGetLogRequest) (*ListProcessLogJSONResponse, *http.Response, error)
Execute executes the request
@return ListProcessLogJSONResponse
func (*ProcessApiService) List ¶
func (a *ProcessApiService) List(ctx context.Context) ProcessApiListRequest
List List processs
Lists processs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProcessApiListRequest
func (*ProcessApiService) ListExecute ¶
func (a *ProcessApiService) ListExecute(r ProcessApiListRequest) (*ListProcessResponse, *http.Response, error)
Execute executes the request
@return ListProcessResponse
type ProcessEventLog ¶
type ProcessEventLog struct { EventType *string `json:"event_type,omitempty"` // Setting the type as string for now, as the CLI need to print the payload Payload *string `json:"payload,omitempty"` Ts *string `json:"ts,omitempty"` }
ProcessEventLog struct for ProcessEventLog
func NewProcessEventLog ¶
func NewProcessEventLog() *ProcessEventLog
NewProcessEventLog instantiates a new ProcessEventLog 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 NewProcessEventLogWithDefaults ¶
func NewProcessEventLogWithDefaults() *ProcessEventLog
NewProcessEventLogWithDefaults instantiates a new ProcessEventLog 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 (*ProcessEventLog) GetEventType ¶
func (o *ProcessEventLog) GetEventType() string
GetEventType returns the EventType field value if set, zero value otherwise.
func (*ProcessEventLog) GetEventTypeOk ¶
func (o *ProcessEventLog) GetEventTypeOk() (*string, bool)
GetEventTypeOk returns a tuple with the EventType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProcessEventLog) GetPayload ¶
func (o *ProcessEventLog) GetPayload() string
GetPayload returns the Payload field value if set, zero value otherwise.
func (*ProcessEventLog) GetPayloadOk ¶
func (o *ProcessEventLog) GetPayloadOk() (*string, bool)
GetPayloadOk returns a tuple with the Payload field value if set, nil otherwise and a boolean to check if the value has been set.
func (ProcessEventLog) GetResourceType ¶
func (o ProcessEventLog) GetResourceType() string
func (*ProcessEventLog) GetTs ¶
func (o *ProcessEventLog) GetTs() string
GetTs returns the Ts field value if set, zero value otherwise.
func (*ProcessEventLog) GetTsOk ¶
func (o *ProcessEventLog) GetTsOk() (*string, bool)
GetTsOk returns a tuple with the Ts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProcessEventLog) HasEventType ¶
func (o *ProcessEventLog) HasEventType() bool
HasEventType returns a boolean if a field has been set.
func (*ProcessEventLog) HasPayload ¶
func (o *ProcessEventLog) HasPayload() bool
HasPayload returns a boolean if a field has been set.
func (*ProcessEventLog) HasTs ¶
func (o *ProcessEventLog) HasTs() bool
HasTs returns a boolean if a field has been set.
func (ProcessEventLog) MarshalJSON ¶
func (o ProcessEventLog) MarshalJSON() ([]byte, error)
func (*ProcessEventLog) SetEventType ¶
func (o *ProcessEventLog) SetEventType(v string)
SetEventType gets a reference to the given string and assigns it to the EventType field.
func (*ProcessEventLog) SetPayload ¶
func (o *ProcessEventLog) SetPayload(v string)
SetPayload gets a reference to the given string and assigns it to the Payload field.
func (*ProcessEventLog) SetTs ¶
func (o *ProcessEventLog) SetTs(v string)
SetTs gets a reference to the given string and assigns it to the Ts field.
func (ProcessEventLog) ToMap ¶
func (o ProcessEventLog) ToMap() (map[string]interface{}, error)
type ProcessOutputData ¶
type ProcessOutputData struct { Output map[string]interface{} `json:"output,omitempty"` ProcessId *string `json:"process_id,omitempty"` }
ProcessOutputData struct for ProcessOutputData
func NewProcessOutputData ¶
func NewProcessOutputData() *ProcessOutputData
NewProcessOutputData instantiates a new ProcessOutputData 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 NewProcessOutputDataWithDefaults ¶
func NewProcessOutputDataWithDefaults() *ProcessOutputData
NewProcessOutputDataWithDefaults instantiates a new ProcessOutputData 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 (*ProcessOutputData) GetOutput ¶
func (o *ProcessOutputData) GetOutput() map[string]interface{}
GetOutput returns the Output field value if set, zero value otherwise.
func (*ProcessOutputData) GetOutputOk ¶
func (o *ProcessOutputData) GetOutputOk() (map[string]interface{}, bool)
GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProcessOutputData) GetProcessId ¶
func (o *ProcessOutputData) GetProcessId() string
GetProcessId returns the ProcessId field value if set, zero value otherwise.
func (*ProcessOutputData) GetProcessIdOk ¶
func (o *ProcessOutputData) GetProcessIdOk() (*string, bool)
GetProcessIdOk returns a tuple with the ProcessId field value if set, nil otherwise and a boolean to check if the value has been set.
func (ProcessOutputData) GetResourceType ¶
func (o ProcessOutputData) GetResourceType() string
func (*ProcessOutputData) HasOutput ¶
func (o *ProcessOutputData) HasOutput() bool
HasOutput returns a boolean if a field has been set.
func (*ProcessOutputData) HasProcessId ¶
func (o *ProcessOutputData) HasProcessId() bool
HasProcessId returns a boolean if a field has been set.
func (ProcessOutputData) MarshalJSON ¶
func (o ProcessOutputData) MarshalJSON() ([]byte, error)
func (*ProcessOutputData) SetOutput ¶
func (o *ProcessOutputData) SetOutput(v map[string]interface{})
SetOutput gets a reference to the given map[string]interface{} and assigns it to the Output field.
func (*ProcessOutputData) SetProcessId ¶
func (o *ProcessOutputData) SetProcessId(v string)
SetProcessId gets a reference to the given string and assigns it to the ProcessId field.
func (ProcessOutputData) ToMap ¶
func (o ProcessOutputData) ToMap() (map[string]interface{}, error)
type Require ¶
type Require struct { Flowpipe *FlowpipeRequire `json:"flowpipe,omitempty"` Mods []ModVersionConstraint `json:"mods,omitempty"` }
Require struct for Require
func NewRequire ¶
func NewRequire() *Require
NewRequire instantiates a new Require 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 NewRequireWithDefaults ¶
func NewRequireWithDefaults() *Require
NewRequireWithDefaults instantiates a new Require 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 (*Require) GetFlowpipe ¶
func (o *Require) GetFlowpipe() FlowpipeRequire
GetFlowpipe returns the Flowpipe field value if set, zero value otherwise.
func (*Require) GetFlowpipeOk ¶
func (o *Require) GetFlowpipeOk() (*FlowpipeRequire, bool)
GetFlowpipeOk returns a tuple with the Flowpipe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Require) GetMods ¶
func (o *Require) GetMods() []ModVersionConstraint
GetMods returns the Mods field value if set, zero value otherwise.
func (*Require) GetModsOk ¶
func (o *Require) GetModsOk() ([]ModVersionConstraint, bool)
GetModsOk returns a tuple with the Mods field value if set, nil otherwise and a boolean to check if the value has been set.
func (Require) GetResourceType ¶
func (*Require) HasFlowpipe ¶
HasFlowpipe returns a boolean if a field has been set.
func (Require) MarshalJSON ¶
func (*Require) SetFlowpipe ¶
func (o *Require) SetFlowpipe(v FlowpipeRequire)
SetFlowpipe gets a reference to the given FlowpipeRequire and assigns it to the Flowpipe field.
func (*Require) SetMods ¶
func (o *Require) SetMods(v []ModVersionConstraint)
SetMods gets a reference to the given []ModVersionConstraint and assigns it to the Mods field.
type RunPipelineResponse ¶
type RunPipelineResponse struct { ExecutionId *string `json:"execution_id,omitempty"` ParentStepExecutionId *string `json:"parent_step_execution_id,omitempty"` PipelineExecutionId *string `json:"pipeline_execution_id,omitempty"` }
RunPipelineResponse struct for RunPipelineResponse
func NewRunPipelineResponse ¶
func NewRunPipelineResponse() *RunPipelineResponse
NewRunPipelineResponse instantiates a new RunPipelineResponse 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 NewRunPipelineResponseWithDefaults ¶
func NewRunPipelineResponseWithDefaults() *RunPipelineResponse
NewRunPipelineResponseWithDefaults instantiates a new RunPipelineResponse 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 (*RunPipelineResponse) GetExecutionId ¶
func (o *RunPipelineResponse) GetExecutionId() string
GetExecutionId returns the ExecutionId field value if set, zero value otherwise.
func (*RunPipelineResponse) GetExecutionIdOk ¶
func (o *RunPipelineResponse) 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 (*RunPipelineResponse) GetParentStepExecutionId ¶
func (o *RunPipelineResponse) GetParentStepExecutionId() string
GetParentStepExecutionId returns the ParentStepExecutionId field value if set, zero value otherwise.
func (*RunPipelineResponse) GetParentStepExecutionIdOk ¶
func (o *RunPipelineResponse) GetParentStepExecutionIdOk() (*string, bool)
GetParentStepExecutionIdOk returns a tuple with the ParentStepExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunPipelineResponse) GetPipelineExecutionId ¶
func (o *RunPipelineResponse) GetPipelineExecutionId() string
GetPipelineExecutionId returns the PipelineExecutionId field value if set, zero value otherwise.
func (*RunPipelineResponse) GetPipelineExecutionIdOk ¶
func (o *RunPipelineResponse) GetPipelineExecutionIdOk() (*string, bool)
GetPipelineExecutionIdOk returns a tuple with the PipelineExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (RunPipelineResponse) GetResourceType ¶
func (o RunPipelineResponse) GetResourceType() string
func (*RunPipelineResponse) HasExecutionId ¶
func (o *RunPipelineResponse) HasExecutionId() bool
HasExecutionId returns a boolean if a field has been set.
func (*RunPipelineResponse) HasParentStepExecutionId ¶
func (o *RunPipelineResponse) HasParentStepExecutionId() bool
HasParentStepExecutionId returns a boolean if a field has been set.
func (*RunPipelineResponse) HasPipelineExecutionId ¶
func (o *RunPipelineResponse) HasPipelineExecutionId() bool
HasPipelineExecutionId returns a boolean if a field has been set.
func (RunPipelineResponse) MarshalJSON ¶
func (o RunPipelineResponse) MarshalJSON() ([]byte, error)
func (*RunPipelineResponse) SetExecutionId ¶
func (o *RunPipelineResponse) SetExecutionId(v string)
SetExecutionId gets a reference to the given string and assigns it to the ExecutionId field.
func (*RunPipelineResponse) SetParentStepExecutionId ¶
func (o *RunPipelineResponse) SetParentStepExecutionId(v string)
SetParentStepExecutionId gets a reference to the given string and assigns it to the ParentStepExecutionId field.
func (*RunPipelineResponse) SetPipelineExecutionId ¶
func (o *RunPipelineResponse) SetPipelineExecutionId(v string)
SetPipelineExecutionId gets a reference to the given string and assigns it to the PipelineExecutionId field.
func (RunPipelineResponse) ToMap ¶
func (o RunPipelineResponse) ToMap() (map[string]interface{}, error)
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
type ServerVariable ¶
ServerVariable stores the information about a server variable
type StepError ¶
type StepError struct { ErrorCode *int32 `json:"error_code,omitempty"` Message *string `json:"message,omitempty"` Pipeline *string `json:"pipeline,omitempty"` PipelineExecutionId *string `json:"pipeline_execution_id,omitempty"` Step *string `json:"step,omitempty"` StepExecutionId *string `json:"step_execution_id,omitempty"` }
StepError struct for StepError
func NewStepError ¶
func NewStepError() *StepError
NewStepError instantiates a new StepError 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 NewStepErrorWithDefaults ¶
func NewStepErrorWithDefaults() *StepError
NewStepErrorWithDefaults instantiates a new StepError 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 (*StepError) GetErrorCode ¶
GetErrorCode returns the ErrorCode field value if set, zero value otherwise.
func (*StepError) GetErrorCodeOk ¶
GetErrorCodeOk returns a tuple with the ErrorCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StepError) GetMessage ¶
GetMessage returns the Message field value if set, zero value otherwise.
func (*StepError) GetMessageOk ¶
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 (*StepError) GetPipeline ¶
GetPipeline returns the Pipeline field value if set, zero value otherwise.
func (*StepError) GetPipelineExecutionId ¶
GetPipelineExecutionId returns the PipelineExecutionId field value if set, zero value otherwise.
func (*StepError) GetPipelineExecutionIdOk ¶
GetPipelineExecutionIdOk returns a tuple with the PipelineExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StepError) GetPipelineOk ¶
GetPipelineOk returns a tuple with the Pipeline field value if set, nil otherwise and a boolean to check if the value has been set.
func (StepError) GetResourceType ¶
func (*StepError) GetStepExecutionId ¶
GetStepExecutionId returns the StepExecutionId field value if set, zero value otherwise.
func (*StepError) GetStepExecutionIdOk ¶
GetStepExecutionIdOk returns a tuple with the StepExecutionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StepError) GetStepOk ¶
GetStepOk returns a tuple with the Step field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StepError) HasErrorCode ¶
HasErrorCode returns a boolean if a field has been set.
func (*StepError) HasMessage ¶
HasMessage returns a boolean if a field has been set.
func (*StepError) HasPipeline ¶
HasPipeline returns a boolean if a field has been set.
func (*StepError) HasPipelineExecutionId ¶
HasPipelineExecutionId returns a boolean if a field has been set.
func (*StepError) HasStepExecutionId ¶
HasStepExecutionId returns a boolean if a field has been set.
func (StepError) MarshalJSON ¶
func (*StepError) SetErrorCode ¶
SetErrorCode gets a reference to the given int32 and assigns it to the ErrorCode field.
func (*StepError) SetMessage ¶
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*StepError) SetPipeline ¶
SetPipeline gets a reference to the given string and assigns it to the Pipeline field.
func (*StepError) SetPipelineExecutionId ¶
SetPipelineExecutionId gets a reference to the given string and assigns it to the PipelineExecutionId field.
func (*StepError) SetStep ¶
SetStep gets a reference to the given string and assigns it to the Step field.
func (*StepError) SetStepExecutionId ¶
SetStepExecutionId gets a reference to the given string and assigns it to the StepExecutionId field.
type StepForEach ¶
type StepForEach struct { ForEachOutput *Output `json:"for_each_output,omitempty"` ForEachTotalCount int32 `json:"for_each_total_count"` Index int32 `json:"index"` }
StepForEach struct for StepForEach
func NewStepForEach ¶
func NewStepForEach(forEachTotalCount int32, index int32) *StepForEach
NewStepForEach instantiates a new StepForEach 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 NewStepForEachWithDefaults ¶
func NewStepForEachWithDefaults() *StepForEach
NewStepForEachWithDefaults instantiates a new StepForEach 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 (*StepForEach) GetForEachOutput ¶
func (o *StepForEach) GetForEachOutput() Output
GetForEachOutput returns the ForEachOutput field value if set, zero value otherwise.
func (*StepForEach) GetForEachOutputOk ¶
func (o *StepForEach) GetForEachOutputOk() (*Output, bool)
GetForEachOutputOk returns a tuple with the ForEachOutput field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StepForEach) GetForEachTotalCount ¶
func (o *StepForEach) GetForEachTotalCount() int32
GetForEachTotalCount returns the ForEachTotalCount field value
func (*StepForEach) GetForEachTotalCountOk ¶
func (o *StepForEach) GetForEachTotalCountOk() (*int32, bool)
GetForEachTotalCountOk returns a tuple with the ForEachTotalCount field value and a boolean to check if the value has been set.
func (*StepForEach) GetIndex ¶
func (o *StepForEach) GetIndex() int32
GetIndex returns the Index field value
func (*StepForEach) GetIndexOk ¶
func (o *StepForEach) GetIndexOk() (*int32, bool)
GetIndexOk returns a tuple with the Index field value and a boolean to check if the value has been set.
func (StepForEach) GetResourceType ¶
func (o StepForEach) GetResourceType() string
func (*StepForEach) HasForEachOutput ¶
func (o *StepForEach) HasForEachOutput() bool
HasForEachOutput returns a boolean if a field has been set.
func (StepForEach) MarshalJSON ¶
func (o StepForEach) MarshalJSON() ([]byte, error)
func (*StepForEach) SetForEachOutput ¶
func (o *StepForEach) SetForEachOutput(v Output)
SetForEachOutput gets a reference to the given Output and assigns it to the ForEachOutput field.
func (*StepForEach) SetForEachTotalCount ¶
func (o *StepForEach) SetForEachTotalCount(v int32)
SetForEachTotalCount sets field value
func (StepForEach) ToMap ¶
func (o StepForEach) ToMap() (map[string]interface{}, error)
type Trigger ¶
type Trigger struct { Args map[string]interface{} `json:"args,omitempty"` Description *string `json:"description,omitempty"` Name *string `json:"name,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) GetArgsOk ¶
GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Trigger) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Trigger) GetDescriptionOk ¶
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) GetNameOk ¶
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 (Trigger) GetResourceType ¶
func (*Trigger) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (Trigger) MarshalJSON ¶
func (*Trigger) SetArgs ¶
SetArgs gets a reference to the given map[string]interface{} and assigns it to the Args field.
func (*Trigger) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
type TriggerApiCommandRequest ¶ added in v0.5.0
type TriggerApiCommandRequest struct { ApiService *TriggerApiService // contains filtered or unexported fields }
func (TriggerApiCommandRequest) Execute ¶ added in v0.5.0
func (r TriggerApiCommandRequest) Execute() (*TriggerExecutionResponse, *http.Response, error)
func (TriggerApiCommandRequest) Request ¶ added in v0.5.0
func (r TriggerApiCommandRequest) Request(request CmdTrigger) TriggerApiCommandRequest
Trigger command.
type TriggerApiGetRequest ¶
type TriggerApiGetRequest struct { ApiService *TriggerApiService // contains filtered or unexported fields }
type TriggerApiListRequest ¶
type TriggerApiListRequest struct { ApiService *TriggerApiService // contains filtered or unexported fields }
func (TriggerApiListRequest) Execute ¶
func (r TriggerApiListRequest) Execute() (*ListTriggerResponse, *http.Response, error)
func (TriggerApiListRequest) Limit ¶
func (r TriggerApiListRequest) Limit(limit int32) TriggerApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (TriggerApiListRequest) NextToken ¶
func (r TriggerApiListRequest) NextToken(nextToken string) TriggerApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type TriggerApiService ¶
type TriggerApiService service
TriggerApiService TriggerApi service
func (*TriggerApiService) Command ¶ added in v0.5.0
func (a *TriggerApiService) Command(ctx context.Context, triggerName string) TriggerApiCommandRequest
Command Execute a trigger command
Execute a trigger command
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param triggerName The name of the trigger @return TriggerApiCommandRequest
func (*TriggerApiService) CommandExecute ¶ added in v0.5.0
func (a *TriggerApiService) CommandExecute(r TriggerApiCommandRequest) (*TriggerExecutionResponse, *http.Response, error)
Execute executes the request
@return TriggerExecutionResponse
func (*TriggerApiService) Get ¶
func (a *TriggerApiService) Get(ctx context.Context, triggerName string) TriggerApiGetRequest
Get Get trigger
Get trigger
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param triggerName The name of the trigger @return TriggerApiGetRequest
func (*TriggerApiService) GetExecute ¶
func (a *TriggerApiService) GetExecute(r TriggerApiGetRequest) (*FpTrigger, *http.Response, error)
Execute executes the request
@return FpTrigger
func (*TriggerApiService) List ¶
func (a *TriggerApiService) List(ctx context.Context) TriggerApiListRequest
List List triggers
Lists triggers
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TriggerApiListRequest
func (*TriggerApiService) ListExecute ¶
func (a *TriggerApiService) ListExecute(r TriggerApiListRequest) (*ListTriggerResponse, *http.Response, error)
Execute executes the request
@return ListTriggerResponse
type TriggerExecutionResponse ¶ added in v0.5.0
type TriggerExecutionResponse struct { Flowpipe *FlowpipeTriggerResponseMetadata `json:"flowpipe,omitempty"` Results map[string]interface{} `json:"results,omitempty"` }
TriggerExecutionResponse struct for TriggerExecutionResponse
func NewTriggerExecutionResponse ¶ added in v0.5.0
func NewTriggerExecutionResponse() *TriggerExecutionResponse
NewTriggerExecutionResponse instantiates a new TriggerExecutionResponse 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 NewTriggerExecutionResponseWithDefaults ¶ added in v0.5.0
func NewTriggerExecutionResponseWithDefaults() *TriggerExecutionResponse
NewTriggerExecutionResponseWithDefaults instantiates a new TriggerExecutionResponse 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 (*TriggerExecutionResponse) GetFlowpipe ¶ added in v0.5.0
func (o *TriggerExecutionResponse) GetFlowpipe() FlowpipeTriggerResponseMetadata
GetFlowpipe returns the Flowpipe field value if set, zero value otherwise.
func (*TriggerExecutionResponse) GetFlowpipeOk ¶ added in v0.5.0
func (o *TriggerExecutionResponse) GetFlowpipeOk() (*FlowpipeTriggerResponseMetadata, bool)
GetFlowpipeOk returns a tuple with the Flowpipe field value if set, nil otherwise and a boolean to check if the value has been set.
func (TriggerExecutionResponse) GetResourceType ¶ added in v0.5.0
func (o TriggerExecutionResponse) GetResourceType() string
func (*TriggerExecutionResponse) GetResults ¶ added in v0.5.0
func (o *TriggerExecutionResponse) GetResults() map[string]interface{}
GetResults returns the Results field value if set, zero value otherwise.
func (*TriggerExecutionResponse) GetResultsOk ¶ added in v0.5.0
func (o *TriggerExecutionResponse) GetResultsOk() (map[string]interface{}, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TriggerExecutionResponse) HasFlowpipe ¶ added in v0.5.0
func (o *TriggerExecutionResponse) HasFlowpipe() bool
HasFlowpipe returns a boolean if a field has been set.
func (*TriggerExecutionResponse) HasResults ¶ added in v0.5.0
func (o *TriggerExecutionResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (TriggerExecutionResponse) MarshalJSON ¶ added in v0.5.0
func (o TriggerExecutionResponse) MarshalJSON() ([]byte, error)
func (*TriggerExecutionResponse) SetFlowpipe ¶ added in v0.5.0
func (o *TriggerExecutionResponse) SetFlowpipe(v FlowpipeTriggerResponseMetadata)
SetFlowpipe gets a reference to the given FlowpipeTriggerResponseMetadata and assigns it to the Flowpipe field.
func (*TriggerExecutionResponse) SetResults ¶ added in v0.5.0
func (o *TriggerExecutionResponse) SetResults(v map[string]interface{})
SetResults gets a reference to the given map[string]interface{} and assigns it to the Results field.
func (TriggerExecutionResponse) ToMap ¶ added in v0.5.0
func (o TriggerExecutionResponse) ToMap() (map[string]interface{}, error)
type Variable ¶
type Variable struct { Default map[string]interface{} `json:"default,omitempty"` Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` Value map[string]interface{} `json:"value,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) GetDefault ¶
GetDefault returns the Default field value if set, zero value otherwise.
func (*Variable) GetDefaultOk ¶
GetDefaultOk returns a tuple with the Default field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Variable) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Variable) GetDescriptionOk ¶
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) GetNameOk ¶
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 (Variable) GetResourceType ¶
func (*Variable) GetTypeOk ¶
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) GetValueOk ¶
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 (*Variable) HasDefault ¶
HasDefault returns a boolean if a field has been set.
func (*Variable) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (Variable) MarshalJSON ¶
func (*Variable) SetDefault ¶
SetDefault gets a reference to the given map[string]interface{} and assigns it to the Default field.
func (*Variable) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Variable) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Variable) SetType ¶
SetType gets a reference to the given string and assigns it to the Type field.
type VariableApiGetRequest ¶
type VariableApiGetRequest struct { ApiService *VariableApiService // contains filtered or unexported fields }
func (VariableApiGetRequest) Execute ¶
func (r VariableApiGetRequest) Execute() (*FpVariable, *http.Response, error)
type VariableApiListRequest ¶
type VariableApiListRequest struct { ApiService *VariableApiService // contains filtered or unexported fields }
func (VariableApiListRequest) Execute ¶
func (r VariableApiListRequest) Execute() (*ListVariableResponse, *http.Response, error)
func (VariableApiListRequest) Limit ¶
func (r VariableApiListRequest) Limit(limit int32) VariableApiListRequest
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
func (VariableApiListRequest) NextToken ¶
func (r VariableApiListRequest) NextToken(nextToken string) VariableApiListRequest
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
type VariableApiService ¶
type VariableApiService service
VariableApiService VariableApi service
func (*VariableApiService) Get ¶
func (a *VariableApiService) Get(ctx context.Context, variableName string) VariableApiGetRequest
Get Get variable
Get variable
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param variableName The name of the variable @return VariableApiGetRequest
func (*VariableApiService) GetExecute ¶
func (a *VariableApiService) GetExecute(r VariableApiGetRequest) (*FpVariable, *http.Response, error)
Execute executes the request
@return FpVariable
func (*VariableApiService) List ¶
func (a *VariableApiService) List(ctx context.Context) VariableApiListRequest
List List variables
Lists variables
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return VariableApiListRequest
func (*VariableApiService) ListExecute ¶
func (a *VariableApiService) ListExecute(r VariableApiListRequest) (*ListVariableResponse, *http.Response, error)
Execute executes the request
@return ListVariableResponse
Source Files ¶
- api_integration.go
- api_mod.go
- api_notifier.go
- api_pipeline.go
- api_process.go
- api_trigger.go
- api_variable.go
- client.go
- configuration.go
- greetings.go
- model_cmd_pipeline.go
- model_cmd_trigger.go
- model_error_detail_model.go
- model_error_model.go
- model_event_event_log_impl.go
- model_execution_execution.go
- model_execution_pipeline_execution.go
- model_execution_snapshot.go
- model_execution_snapshot_layout.go
- model_execution_snapshot_panel.go
- model_execution_snapshot_panel_data.go
- model_execution_snapshot_panel_data_column.go
- model_execution_step_execution.go
- model_execution_step_execution_output.go
- model_execution_step_execution_step_for_each.go
- model_execution_step_status.go
- model_flowpipe_require.go
- model_flowpipe_response_metadata.go
- model_flowpipe_trigger_response_metadata.go
- model_fp_integration.go
- model_fp_notifier.go
- model_fp_notify.go
- model_fp_pipeline.go
- model_fp_pipeline_param.go
- model_fp_trigger.go
- model_fp_trigger_pipeline.go
- model_fp_variable.go
- model_fperr_error_detail_model.go
- model_fperr_error_model.go
- model_get_pipeline_response.go
- model_hcl_pos.go
- model_hcl_range.go
- model_hcl_range_start.go
- model_list_integration_response.go
- model_list_notifier_response.go
- model_list_pipeline_response.go
- model_list_pipeline_response_item.go
- model_list_process_log_json_response.go
- model_list_process_response.go
- model_list_trigger_response.go
- model_list_variable_response.go
- model_mod.go
- model_mod_version_constraint.go
- model_modconfig_next_step_action.go
- model_modconfig_output.go
- model_modconfig_pipeline.go
- model_modconfig_pipeline_output.go
- model_modconfig_pipeline_param.go
- model_modconfig_step_error.go
- model_modconfig_step_for_each.go
- model_modconfig_step_loop.go
- model_modconfig_step_retry.go
- model_next_step_action.go
- model_open_graph.go
- model_output.go
- model_pcerr_error_detail_model.go
- model_pcerr_error_model.go
- model_perr_error_detail_model.go
- model_perr_error_model.go
- model_pipeline.go
- model_pipeline_execution_response.go
- model_pipeline_output.go
- model_pipeline_step.go
- model_process.go
- model_process_event_log.go
- model_process_output_data.go
- model_require.go
- model_run_pipeline_response.go
- model_step_error.go
- model_step_for_each.go
- model_trigger.go
- model_trigger_execution_response.go
- model_variable.go
- response.go
- utils.go