| Name | Type | Description | Notes |
|---|---|---|---|
| Uuid | string | ||
| CountryIp | string | ||
| SpamScore | string | ||
| Data | string | ||
| FileCount | int32 | ||
| DateSubmitted | string |
func NewV1FormSubmissionItem(uuid string, countryIp string, spamScore string, data string, fileCount int32, dateSubmitted string, ) *V1FormSubmissionItem
NewV1FormSubmissionItem instantiates a new V1FormSubmissionItem 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 NewV1FormSubmissionItemWithDefaults() *V1FormSubmissionItem
NewV1FormSubmissionItemWithDefaults instantiates a new V1FormSubmissionItem 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 *V1FormSubmissionItem) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *V1FormSubmissionItem) GetUuidOk() (*string, bool)
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1FormSubmissionItem) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *V1FormSubmissionItem) GetCountryIp() string
GetCountryIp returns the CountryIp field if non-nil, zero value otherwise.
func (o *V1FormSubmissionItem) GetCountryIpOk() (*string, bool)
GetCountryIpOk returns a tuple with the CountryIp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1FormSubmissionItem) SetCountryIp(v string)
SetCountryIp sets CountryIp field to given value.
func (o *V1FormSubmissionItem) GetSpamScore() string
GetSpamScore returns the SpamScore field if non-nil, zero value otherwise.
func (o *V1FormSubmissionItem) GetSpamScoreOk() (*string, bool)
GetSpamScoreOk returns a tuple with the SpamScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1FormSubmissionItem) SetSpamScore(v string)
SetSpamScore sets SpamScore field to given value.
func (o *V1FormSubmissionItem) GetData() string
GetData returns the Data field if non-nil, zero value otherwise.
func (o *V1FormSubmissionItem) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1FormSubmissionItem) SetData(v string)
SetData sets Data field to given value.
func (o *V1FormSubmissionItem) GetFileCount() int32
GetFileCount returns the FileCount field if non-nil, zero value otherwise.
func (o *V1FormSubmissionItem) GetFileCountOk() (*int32, bool)
GetFileCountOk returns a tuple with the FileCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1FormSubmissionItem) SetFileCount(v int32)
SetFileCount sets FileCount field to given value.
func (o *V1FormSubmissionItem) GetDateSubmitted() string
GetDateSubmitted returns the DateSubmitted field if non-nil, zero value otherwise.
func (o *V1FormSubmissionItem) GetDateSubmittedOk() (*string, bool)
GetDateSubmittedOk returns a tuple with the DateSubmitted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1FormSubmissionItem) SetDateSubmitted(v string)
SetDateSubmitted sets DateSubmitted field to given value.