viewAllForEntityUUID method
ResponseFuture<WorkflowsRulesList>
viewAllForEntityUUID(
- IdentifierUUID request, {
- CallOptions? options,
View all with the given entity UUID
Implementation
$grpc.ResponseFuture<$0.WorkflowsRulesList> viewAllForEntityUUID(
$1.IdentifierUUID request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$viewAllForEntityUUID, request, options: options);
}