windmill-api 1.741.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# GetFlowAllLogsStructured200ResponseInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**job_id** | **String** |  | 
**label** | **String** | human-readable label describing the job's position in the flow tree | 
**kind** | **String** | job kind (script, flow, forloopflow, ...) | 
**flow_step_id** | Option<**String**> |  | [optional]
**step_path** | Option<**String**> | materialized step path (e.g. \"a/b\") | [optional]
**depth** | **i32** | depth in the flow tree (0 for the root flow job) | 
**parent_module_type** | Option<**String**> | parent module type (forloopflow, branchall, ...) | [optional]
**sibling_index** | **i32** | 1-based index of this job among siblings sharing the same step | 
**sibling_count** | **i32** | total number of siblings sharing the same step | 
**logs** | **String** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)