Workflows ReferenceType Definitions
WorkflowMeterablePropertyEvaluation
type WorkflowMeterablePropertyEvaluation = {
consumedInRequest?: boolean;
consumedUnits?: number;
consumedUnitsInRequest?: number;
hasAccess: boolean;
periodStart?: string;
remainingUnits?: number;
resourceIdUsed?: boolean;
totalUnits?: number;
unrecordedUnitsInRequest?: number;
};Properties
consumedInRequest?
optional consumedInRequest: boolean;consumedUnits?
optional consumedUnits: number;consumedUnitsInRequest?
optional consumedUnitsInRequest: number;hasAccess
hasAccess: boolean;periodStart?
optional periodStart: string;remainingUnits?
optional remainingUnits: number;resourceIdUsed?
optional resourceIdUsed: boolean;totalUnits?
optional totalUnits: number;unrecordedUnitsInRequest?
optional unrecordedUnitsInRequest: number;