Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.81 KB

CreateSubmissionDataRequestData.md

File metadata and controls

160 lines (87 loc) · 4.81 KB

CreateSubmissionDataRequestData

Properties

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]

Methods

NewCreateSubmissionDataRequestData

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

NewCreateSubmissionDataRequestDataWithDefaults

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

GetAuthSecondFactorType

func (o *CreateSubmissionDataRequestData) GetAuthSecondFactorType() string

GetAuthSecondFactorType returns the AuthSecondFactorType field if non-nil, zero value otherwise.

GetAuthSecondFactorTypeOk

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.

SetAuthSecondFactorType

func (o *CreateSubmissionDataRequestData) SetAuthSecondFactorType(v string)

SetAuthSecondFactorType sets AuthSecondFactorType field to given value.

HasAuthSecondFactorType

func (o *CreateSubmissionDataRequestData) HasAuthSecondFactorType() bool

HasAuthSecondFactorType returns a boolean if a field has been set.

GetAuthType

func (o *CreateSubmissionDataRequestData) GetAuthType() string

GetAuthType returns the AuthType field if non-nil, zero value otherwise.

GetAuthTypeOk

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.

SetAuthType

func (o *CreateSubmissionDataRequestData) SetAuthType(v string)

SetAuthType sets AuthType field to given value.

HasAuthType

func (o *CreateSubmissionDataRequestData) HasAuthType() bool

HasAuthType returns a boolean if a field has been set.

GetFields

func (o *CreateSubmissionDataRequestData) GetFields() []string

GetFields returns the Fields field if non-nil, zero value otherwise.

GetFieldsOk

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.

SetFields

func (o *CreateSubmissionDataRequestData) SetFields(v []string)

SetFields sets Fields field to given value.

HasFields

func (o *CreateSubmissionDataRequestData) HasFields() bool

HasFields returns a boolean if a field has been set.

GetMetadata

func (o *CreateSubmissionDataRequestData) GetMetadata() map[string]interface{}

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

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.

SetMetadata

func (o *CreateSubmissionDataRequestData) SetMetadata(v map[string]interface{})

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *CreateSubmissionDataRequestData) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetOrder

func (o *CreateSubmissionDataRequestData) GetOrder() int32

GetOrder returns the Order field if non-nil, zero value otherwise.

GetOrderOk

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.

SetOrder

func (o *CreateSubmissionDataRequestData) SetOrder(v int32)

SetOrder sets Order field to given value.

HasOrder

func (o *CreateSubmissionDataRequestData) HasOrder() bool

HasOrder returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]