Skip to content

Latest commit

 

History

History
156 lines (83 loc) · 4.2 KB

File metadata and controls

156 lines (83 loc) · 4.2 KB

V1FormSubmissionItem

Properties

Name Type Description Notes
Uuid string
CountryIp string
SpamScore string
Data string
FileCount int32
DateSubmitted string

Methods

NewV1FormSubmissionItem

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

NewV1FormSubmissionItemWithDefaults

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

GetUuid

func (o *V1FormSubmissionItem) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

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.

SetUuid

func (o *V1FormSubmissionItem) SetUuid(v string)

SetUuid sets Uuid field to given value.

GetCountryIp

func (o *V1FormSubmissionItem) GetCountryIp() string

GetCountryIp returns the CountryIp field if non-nil, zero value otherwise.

GetCountryIpOk

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.

SetCountryIp

func (o *V1FormSubmissionItem) SetCountryIp(v string)

SetCountryIp sets CountryIp field to given value.

GetSpamScore

func (o *V1FormSubmissionItem) GetSpamScore() string

GetSpamScore returns the SpamScore field if non-nil, zero value otherwise.

GetSpamScoreOk

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.

SetSpamScore

func (o *V1FormSubmissionItem) SetSpamScore(v string)

SetSpamScore sets SpamScore field to given value.

GetData

func (o *V1FormSubmissionItem) GetData() string

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

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.

SetData

func (o *V1FormSubmissionItem) SetData(v string)

SetData sets Data field to given value.

GetFileCount

func (o *V1FormSubmissionItem) GetFileCount() int32

GetFileCount returns the FileCount field if non-nil, zero value otherwise.

GetFileCountOk

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.

SetFileCount

func (o *V1FormSubmissionItem) SetFileCount(v int32)

SetFileCount sets FileCount field to given value.

GetDateSubmitted

func (o *V1FormSubmissionItem) GetDateSubmitted() string

GetDateSubmitted returns the DateSubmitted field if non-nil, zero value otherwise.

GetDateSubmittedOk

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.

SetDateSubmitted

func (o *V1FormSubmissionItem) SetDateSubmitted(v string)

SetDateSubmitted sets DateSubmitted field to given value.

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