# FlowData

## Properties

| Name                                       | Type                                             | Description                                                                                                                                                            | Notes                        |
| ------------------------------------------ | ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| **createdAt**                              | **String**                                       | [GEN] ISO 8601 string of the creation date/time the entity                                                                                                             | [default to null]            |
| **modifiedAt**                             | **String**                                       | [GEN] ISO 8601 string of the modification date/time the entity                                                                                                         | [default to null]            |
| **id**                                     | **String**                                       |                                                                                                                                                                        | [default to null]            |
| **projectId**                              | **String**                                       |                                                                                                                                                                        | [optional] [default to null] |
| **flowId**                                 | **String**                                       |                                                                                                                                                                        | [default to null]            |
| **credentialTypeId**                       | **String**                                       |                                                                                                                                                                        | [default to null]            |
| **jsonLdContextUrl**                       | **String**                                       |                                                                                                                                                                        | [default to null]            |
| **jsonSchemaUrl**                          | **String**                                       |                                                                                                                                                                        | [default to null]            |
| **configurationId**                        | **String**                                       | Id of configuration, used to issue VC.                                                                                                                                 | [optional] [default to null] |
| **issuedAt**                               | **String**                                       | when credential was issued to the holder (holder invoked generateCredentials endpoint)                                                                                 | [optional] [default to null] |
| **walletId**                               | **String**                                       | Id of wallet, used to issue VC.                                                                                                                                        | [optional] [default to null] |
| **projectIdConfigurationId**               | **String**                                       | Id of configuration with which VC was issued. To use as an index, it is grouped together with projectId, as \&quot;{projectIdConfigurationId}#{configurationId}\&quot; | [optional] [default to null] |
| **projectIdConfigurationIdWalletId**       | **String**                                       | Id of wallet which issued VC. To use as an index, it is grouped together with projectId, as \&quot;{projectIdConfigurationId}#{walletId}\&quot;                        | [optional] [default to null] |
| **projectIdConfigurationIdCredentialType** | **String**                                       | VC.type value. To use as an index, it is grouped together with projectId, as \&quot;{projectIdConfigurationId}#{credentialType}\&quot;                                 | [optional] [default to null] |
| **statusListsDetails**                     | [**List**](FlowData_statusListsDetails_inner.md) |                                                                                                                                                                        | [optional] [default to null] |

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