Sha256: a202002da243c6ac8dce15ff34c9169ca8c3f1ad4649f0898f2de0f774346248
Contents?: true
Size: 1.29 KB
Versions: 3
Compression:
Stored size: 1.29 KB
Contents
--- title: Flow --- ## PureCloud::Flow ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | The flow name | | | **description** | **String** | | [optional] | | **division** | [**AuthzDivision**](AuthzDivision.html) | | [optional] | | **type** | **String** | | [optional] | | **locked_user** | [**User**](User.html) | | [optional] | | **active** | **BOOLEAN** | | [optional] | | **system** | **BOOLEAN** | | [optional] | | **deleted** | **BOOLEAN** | | [optional] | | **published_version** | [**FlowVersion**](FlowVersion.html) | | [optional] | | **saved_version** | [**FlowVersion**](FlowVersion.html) | | [optional] | | **input_schema** | **Object** | json schema describing the inputs for the flow | [optional] | | **output_schema** | **Object** | json schema describing the outputs for the flow | [optional] | | **checked_in_version** | [**FlowVersion**](FlowVersion.html) | | [optional] | | **published_by** | [**User**](User.html) | | [optional] | | **current_operation** | [**Operation**](Operation.html) | | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
purecloudplatformclientv2-34.0.0 | docs/Flow.md |
purecloudplatformclientv2-33.1.0 | docs/Flow.md |
purecloudplatformclientv2-33.0.0 | docs/Flow.md |