Skip to main content

GetPortfoliosByProjectResponse

@codebolt/types


Interface: GetPortfoliosByProjectResponse

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:204

Agent Portfolio SDK Function Types Types for the agent portfolio module functions

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
data?AgentPortfolio[]Project portfolios - returned in 'data' property from cliLib-common/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:206
error?string-BaseAgentPortfolioSDKResponse.errorcommon/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:10
message?string-BaseAgentPortfolioSDKResponse.messagecommon/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:9
requestId?stringRequest identifierBaseAgentPortfolioSDKResponse.requestIdcommon/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:12
success?boolean-BaseAgentPortfolioSDKResponse.successcommon/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:8
timestamp?stringResponse timestampBaseAgentPortfolioSDKResponse.timestampcommon/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:14