Name | Type | Description | Notes |
---|---|---|---|
AuthSecondFactorType | Pointer to string | [optional] | |
AuthType | Pointer to string | [optional] | |
Fields | Pointer to []string | [optional] | |
Metadata | Pointer to map[string]interface{} | [optional] | |
Order | Pointer to int32 | [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) 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) 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) 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) 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.