Sha256: a541d3f2ba8de8311b3b58940a9374897e45299958941fe04e05e3d597b9c4e5

Contents?: true

Size: 1.62 KB

Versions: 1

Compression:

Stored size: 1.62 KB

Contents

# DocSpring::SubmissionDataRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** |  |  |
| **submission_id** | **String** |  | [optional] |
| **name** | **String** |  |  |
| **email** | **String** |  |  |
| **order** | **Integer** |  |  |
| **sort_order** | **Integer** |  |  |
| **fields** | **Array<String>** |  |  |
| **metadata** | **Object** |  |  |
| **state** | **String** |  |  |
| **viewed_at** | **String** |  | [optional] |
| **completed_at** | **String** |  | [optional] |
| **auth_type** | **String** |  | [optional] |
| **auth_second_factor_type** | **String** |  | [optional] |
| **auth_provider** | **String** |  | [optional] |
| **auth_session_started_at** | **String** |  | [optional] |
| **auth_session_id_hash** | **String** |  | [optional] |
| **auth_user_id_hash** | **String** |  | [optional] |
| **auth_username_hash** | **String** |  | [optional] |
| **auth_phone_number_hash** | **String** |  | [optional] |
| **ip_address** | **String** |  | [optional] |
| **user_agent** | **String** |  | [optional] |

## Example

```ruby
require 'docspring'

instance = DocSpring::SubmissionDataRequest.new(
  id: null,
  submission_id: null,
  name: null,
  email: null,
  order: null,
  sort_order: null,
  fields: null,
  metadata: null,
  state: null,
  viewed_at: null,
  completed_at: null,
  auth_type: null,
  auth_second_factor_type: null,
  auth_provider: null,
  auth_session_started_at: null,
  auth_session_id_hash: null,
  auth_user_id_hash: null,
  auth_username_hash: null,
  auth_phone_number_hash: null,
  ip_address: null,
  user_agent: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
docspring-2.0.0 docs/SubmissionDataRequest.md