| Name | Type | Description | Notes |
|---|---|---|---|
| AuthPhoneNumberHash | Pointer to NullableString | [optional] | |
| AuthProvider | Pointer to NullableString | [optional] | |
| AuthSecondFactorType | Pointer to string | [optional] | |
| AuthSessionIdHash | Pointer to NullableString | [optional] | |
| AuthSessionStartedAt | Pointer to NullableString | [optional] | |
| AuthType | Pointer to string | [optional] | |
| AuthUserIdHash | Pointer to NullableString | [optional] | |
| AuthUsernameHash | Pointer to NullableString | [optional] | |
| Pointer to NullableString | [optional] | ||
| Fields | Pointer to []string | [optional] | |
| Metadata | Pointer to map[string]interface{} | [optional] | |
| Name | Pointer to NullableString | [optional] | |
| Order | Pointer to int32 | [optional] | |
| Skipped | Pointer to NullableBool | [optional] |
func NewCreateSubmissionDataRequestData() *CreateSubmissionDataRequestData
NewCreateSubmissionDataRequestData instantiates a new CreateSubmissionDataRequestData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateSubmissionDataRequestDataWithDefaults() *CreateSubmissionDataRequestData
NewCreateSubmissionDataRequestDataWithDefaults instantiates a new CreateSubmissionDataRequestData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *CreateSubmissionDataRequestData) GetAuthPhoneNumberHash() string
GetAuthPhoneNumberHash returns the AuthPhoneNumberHash field if non-nil, zero value otherwise.
func (o *CreateSubmissionDataRequestData) GetAuthPhoneNumberHashOk() (*string, bool)
GetAuthPhoneNumberHashOk returns a tuple with the AuthPhoneNumberHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSubmissionDataRequestData) SetAuthPhoneNumberHash(v string)
SetAuthPhoneNumberHash sets AuthPhoneNumberHash field to given value.
func (o *CreateSubmissionDataRequestData) HasAuthPhoneNumberHash() bool
HasAuthPhoneNumberHash returns a boolean if a field has been set.
func (o *CreateSubmissionDataRequestData) SetAuthPhoneNumberHashNil(b bool)
SetAuthPhoneNumberHashNil sets the value for AuthPhoneNumberHash to be an explicit nil
func (o *CreateSubmissionDataRequestData) UnsetAuthPhoneNumberHash()
UnsetAuthPhoneNumberHash ensures that no value is present for AuthPhoneNumberHash, not even an explicit nil
func (o *CreateSubmissionDataRequestData) GetAuthProvider() string
GetAuthProvider returns the AuthProvider field if non-nil, zero value otherwise.
func (o *CreateSubmissionDataRequestData) GetAuthProviderOk() (*string, bool)
GetAuthProviderOk returns a tuple with the AuthProvider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSubmissionDataRequestData) SetAuthProvider(v string)
SetAuthProvider sets AuthProvider field to given value.
func (o *CreateSubmissionDataRequestData) HasAuthProvider() bool
HasAuthProvider returns a boolean if a field has been set.
func (o *CreateSubmissionDataRequestData) SetAuthProviderNil(b bool)
SetAuthProviderNil sets the value for AuthProvider to be an explicit nil
func (o *CreateSubmissionDataRequestData) UnsetAuthProvider()
UnsetAuthProvider ensures that no value is present for AuthProvider, not even an explicit nil
func (o *CreateSubmissionDataRequestData) GetAuthSecondFactorType() string
GetAuthSecondFactorType returns the AuthSecondFactorType field if non-nil, zero value otherwise.
func (o *CreateSubmissionDataRequestData) GetAuthSecondFactorTypeOk() (*string, bool)
GetAuthSecondFactorTypeOk returns a tuple with the AuthSecondFactorType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSubmissionDataRequestData) SetAuthSecondFactorType(v string)
SetAuthSecondFactorType sets AuthSecondFactorType field to given value.
func (o *CreateSubmissionDataRequestData) HasAuthSecondFactorType() bool
HasAuthSecondFactorType returns a boolean if a field has been set.
func (o *CreateSubmissionDataRequestData) GetAuthSessionIdHash() string
GetAuthSessionIdHash returns the AuthSessionIdHash field if non-nil, zero value otherwise.
func (o *CreateSubmissionDataRequestData) GetAuthSessionIdHashOk() (*string, bool)
GetAuthSessionIdHashOk returns a tuple with the AuthSessionIdHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSubmissionDataRequestData) SetAuthSessionIdHash(v string)
SetAuthSessionIdHash sets AuthSessionIdHash field to given value.
func (o *CreateSubmissionDataRequestData) HasAuthSessionIdHash() bool
HasAuthSessionIdHash returns a boolean if a field has been set.
func (o *CreateSubmissionDataRequestData) SetAuthSessionIdHashNil(b bool)
SetAuthSessionIdHashNil sets the value for AuthSessionIdHash to be an explicit nil
func (o *CreateSubmissionDataRequestData) UnsetAuthSessionIdHash()
UnsetAuthSessionIdHash ensures that no value is present for AuthSessionIdHash, not even an explicit nil
func (o *CreateSubmissionDataRequestData) GetAuthSessionStartedAt() string
GetAuthSessionStartedAt returns the AuthSessionStartedAt field if non-nil, zero value otherwise.
func (o *CreateSubmissionDataRequestData) GetAuthSessionStartedAtOk() (*string, bool)
GetAuthSessionStartedAtOk returns a tuple with the AuthSessionStartedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSubmissionDataRequestData) SetAuthSessionStartedAt(v string)
SetAuthSessionStartedAt sets AuthSessionStartedAt field to given value.
func (o *CreateSubmissionDataRequestData) HasAuthSessionStartedAt() bool
HasAuthSessionStartedAt returns a boolean if a field has been set.
func (o *CreateSubmissionDataRequestData) SetAuthSessionStartedAtNil(b bool)
SetAuthSessionStartedAtNil sets the value for AuthSessionStartedAt to be an explicit nil
func (o *CreateSubmissionDataRequestData) UnsetAuthSessionStartedAt()
UnsetAuthSessionStartedAt ensures that no value is present for AuthSessionStartedAt, not even an explicit nil
func (o *CreateSubmissionDataRequestData) GetAuthType() string
GetAuthType returns the AuthType field if non-nil, zero value otherwise.
func (o *CreateSubmissionDataRequestData) GetAuthTypeOk() (*string, bool)
GetAuthTypeOk returns a tuple with the AuthType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSubmissionDataRequestData) SetAuthType(v string)
SetAuthType sets AuthType field to given value.
func (o *CreateSubmissionDataRequestData) HasAuthType() bool
HasAuthType returns a boolean if a field has been set.
func (o *CreateSubmissionDataRequestData) GetAuthUserIdHash() string
GetAuthUserIdHash returns the AuthUserIdHash field if non-nil, zero value otherwise.
func (o *CreateSubmissionDataRequestData) GetAuthUserIdHashOk() (*string, bool)
GetAuthUserIdHashOk returns a tuple with the AuthUserIdHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSubmissionDataRequestData) SetAuthUserIdHash(v string)
SetAuthUserIdHash sets AuthUserIdHash field to given value.
func (o *CreateSubmissionDataRequestData) HasAuthUserIdHash() bool
HasAuthUserIdHash returns a boolean if a field has been set.
func (o *CreateSubmissionDataRequestData) SetAuthUserIdHashNil(b bool)
SetAuthUserIdHashNil sets the value for AuthUserIdHash to be an explicit nil
func (o *CreateSubmissionDataRequestData) UnsetAuthUserIdHash()
UnsetAuthUserIdHash ensures that no value is present for AuthUserIdHash, not even an explicit nil
func (o *CreateSubmissionDataRequestData) GetAuthUsernameHash() string
GetAuthUsernameHash returns the AuthUsernameHash field if non-nil, zero value otherwise.
func (o *CreateSubmissionDataRequestData) GetAuthUsernameHashOk() (*string, bool)
GetAuthUsernameHashOk returns a tuple with the AuthUsernameHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSubmissionDataRequestData) SetAuthUsernameHash(v string)
SetAuthUsernameHash sets AuthUsernameHash field to given value.
func (o *CreateSubmissionDataRequestData) HasAuthUsernameHash() bool
HasAuthUsernameHash returns a boolean if a field has been set.
func (o *CreateSubmissionDataRequestData) SetAuthUsernameHashNil(b bool)
SetAuthUsernameHashNil sets the value for AuthUsernameHash to be an explicit nil
func (o *CreateSubmissionDataRequestData) UnsetAuthUsernameHash()
UnsetAuthUsernameHash ensures that no value is present for AuthUsernameHash, not even an explicit nil
func (o *CreateSubmissionDataRequestData) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *CreateSubmissionDataRequestData) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSubmissionDataRequestData) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *CreateSubmissionDataRequestData) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *CreateSubmissionDataRequestData) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *CreateSubmissionDataRequestData) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (o *CreateSubmissionDataRequestData) GetFields() []*string
GetFields returns the Fields field if non-nil, zero value otherwise.
func (o *CreateSubmissionDataRequestData) GetFieldsOk() (*[]*string, bool)
GetFieldsOk returns a tuple with the Fields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSubmissionDataRequestData) SetFields(v []*string)
SetFields sets Fields field to given value.
func (o *CreateSubmissionDataRequestData) HasFields() bool
HasFields returns a boolean if a field has been set.
func (o *CreateSubmissionDataRequestData) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *CreateSubmissionDataRequestData) GetMetadataOk() (*map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSubmissionDataRequestData) SetMetadata(v map[string]interface{})
SetMetadata sets Metadata field to given value.
func (o *CreateSubmissionDataRequestData) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *CreateSubmissionDataRequestData) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateSubmissionDataRequestData) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSubmissionDataRequestData) SetName(v string)
SetName sets Name field to given value.
func (o *CreateSubmissionDataRequestData) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CreateSubmissionDataRequestData) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *CreateSubmissionDataRequestData) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *CreateSubmissionDataRequestData) GetOrder() int32
GetOrder returns the Order field if non-nil, zero value otherwise.
func (o *CreateSubmissionDataRequestData) GetOrderOk() (*int32, bool)
GetOrderOk returns a tuple with the Order field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSubmissionDataRequestData) SetOrder(v int32)
SetOrder sets Order field to given value.
func (o *CreateSubmissionDataRequestData) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (o *CreateSubmissionDataRequestData) GetSkipped() bool
GetSkipped returns the Skipped field if non-nil, zero value otherwise.
func (o *CreateSubmissionDataRequestData) GetSkippedOk() (*bool, bool)
GetSkippedOk returns a tuple with the Skipped field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSubmissionDataRequestData) SetSkipped(v bool)
SetSkipped sets Skipped field to given value.
func (o *CreateSubmissionDataRequestData) HasSkipped() bool
HasSkipped returns a boolean if a field has been set.
func (o *CreateSubmissionDataRequestData) SetSkippedNil(b bool)
SetSkippedNil sets the value for Skipped to be an explicit nil
func (o *CreateSubmissionDataRequestData) UnsetSkipped()
UnsetSkipped ensures that no value is present for Skipped, not even an explicit nil