Sha256: 698f3398e5b5d057e748541317e6c722878d30f3059b1da4e3b74c2064711006
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 KB
Contents
# DocSpring::CreateSubmissionDataRequestData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **auth_phone_number_hash** | **String** | | [optional] | | **auth_provider** | **String** | | [optional] | | **auth_second_factor_type** | **String** | | [optional] | | **auth_session_id_hash** | **String** | | [optional] | | **auth_session_started_at** | **String** | | [optional] | | **auth_type** | **String** | | | | **auth_user_id_hash** | **String** | | [optional] | | **auth_username_hash** | **String** | | [optional] | | **email** | **String** | | | | **fields** | **Array<String>** | | [optional] | | **metadata** | **Object** | | [optional] | | **name** | **String** | | [optional] | | **order** | **Integer** | | [optional] | ## Example ```ruby require 'docspring' instance = DocSpring::CreateSubmissionDataRequestData.new( auth_phone_number_hash: null, auth_provider: null, auth_second_factor_type: null, auth_session_id_hash: null, auth_session_started_at: null, auth_type: null, auth_user_id_hash: null, auth_username_hash: null, email: null, fields: null, metadata: null, name: null, order: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docspring-2.0.0 | docs/CreateSubmissionDataRequestData.md |