Type Alias ActionConsolidatedAttributeResponse
ActionConsolidatedAttributeResponse: { addQuestion?: string; condition?: InputConditionResponse; connectionInterfaceType?: string; default?: object; externalItems?: ExternalItemsResponse; final: boolean; help?: string; input?: object; inputs: object[]; items?: string[]; key?: string; label: string; pattern?: string; readOnly: boolean; required: boolean; source: "ACCOUNT" | "STACK" | "WORKSPACE"; type: string; value?: object;} Type declaration
OptionaladdQuestion?: string
OptionalconnectionInterfaceType?: string
Optionaldefault?: object
final: boolean
Optionalhelp?: string
Optionalinput?: object
inputs: object[]
Optionalitems?: string[]
Optionalkey?: string
label: string
Optionalpattern?: string
readOnly: boolean
required: boolean
source: "ACCOUNT" | "STACK" | "WORKSPACE"
type: string
Optionalvalue?: object