Name | Type | Description | Notes |
---|---|---|---|
Id | NullableString | ||
SubmissionId | NullableString | ||
SubmissionDataRequestId | NullableString | ||
EventType | string | ||
MessageType | string | ||
MessageRecipient | NullableString | ||
OccurredAt | NullableString |
func NewSubmissionDataRequestEvent(id NullableString, submissionId NullableString, submissionDataRequestId NullableString, eventType string, messageType string, messageRecipient NullableString, occurredAt NullableString, ) *SubmissionDataRequestEvent
NewSubmissionDataRequestEvent instantiates a new SubmissionDataRequestEvent 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 NewSubmissionDataRequestEventWithDefaults() *SubmissionDataRequestEvent
NewSubmissionDataRequestEventWithDefaults instantiates a new SubmissionDataRequestEvent 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 *SubmissionDataRequestEvent) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SubmissionDataRequestEvent) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubmissionDataRequestEvent) SetId(v string)
SetId sets Id field to given value.
func (o *SubmissionDataRequestEvent) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *SubmissionDataRequestEvent) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *SubmissionDataRequestEvent) GetSubmissionId() string
GetSubmissionId returns the SubmissionId field if non-nil, zero value otherwise.
func (o *SubmissionDataRequestEvent) GetSubmissionIdOk() (*string, bool)
GetSubmissionIdOk returns a tuple with the SubmissionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubmissionDataRequestEvent) SetSubmissionId(v string)
SetSubmissionId sets SubmissionId field to given value.
func (o *SubmissionDataRequestEvent) SetSubmissionIdNil(b bool)
SetSubmissionIdNil sets the value for SubmissionId to be an explicit nil
func (o *SubmissionDataRequestEvent) UnsetSubmissionId()
UnsetSubmissionId ensures that no value is present for SubmissionId, not even an explicit nil
func (o *SubmissionDataRequestEvent) GetSubmissionDataRequestId() string
GetSubmissionDataRequestId returns the SubmissionDataRequestId field if non-nil, zero value otherwise.
func (o *SubmissionDataRequestEvent) GetSubmissionDataRequestIdOk() (*string, bool)
GetSubmissionDataRequestIdOk returns a tuple with the SubmissionDataRequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubmissionDataRequestEvent) SetSubmissionDataRequestId(v string)
SetSubmissionDataRequestId sets SubmissionDataRequestId field to given value.
func (o *SubmissionDataRequestEvent) SetSubmissionDataRequestIdNil(b bool)
SetSubmissionDataRequestIdNil sets the value for SubmissionDataRequestId to be an explicit nil
func (o *SubmissionDataRequestEvent) UnsetSubmissionDataRequestId()
UnsetSubmissionDataRequestId ensures that no value is present for SubmissionDataRequestId, not even an explicit nil
func (o *SubmissionDataRequestEvent) GetEventType() string
GetEventType returns the EventType field if non-nil, zero value otherwise.
func (o *SubmissionDataRequestEvent) GetEventTypeOk() (*string, bool)
GetEventTypeOk returns a tuple with the EventType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubmissionDataRequestEvent) SetEventType(v string)
SetEventType sets EventType field to given value.
func (o *SubmissionDataRequestEvent) GetMessageType() string
GetMessageType returns the MessageType field if non-nil, zero value otherwise.
func (o *SubmissionDataRequestEvent) GetMessageTypeOk() (*string, bool)
GetMessageTypeOk returns a tuple with the MessageType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubmissionDataRequestEvent) SetMessageType(v string)
SetMessageType sets MessageType field to given value.
func (o *SubmissionDataRequestEvent) GetMessageRecipient() string
GetMessageRecipient returns the MessageRecipient field if non-nil, zero value otherwise.
func (o *SubmissionDataRequestEvent) GetMessageRecipientOk() (*string, bool)
GetMessageRecipientOk returns a tuple with the MessageRecipient field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubmissionDataRequestEvent) SetMessageRecipient(v string)
SetMessageRecipient sets MessageRecipient field to given value.
func (o *SubmissionDataRequestEvent) SetMessageRecipientNil(b bool)
SetMessageRecipientNil sets the value for MessageRecipient to be an explicit nil
func (o *SubmissionDataRequestEvent) UnsetMessageRecipient()
UnsetMessageRecipient ensures that no value is present for MessageRecipient, not even an explicit nil
func (o *SubmissionDataRequestEvent) GetOccurredAt() string
GetOccurredAt returns the OccurredAt field if non-nil, zero value otherwise.
func (o *SubmissionDataRequestEvent) GetOccurredAtOk() (*string, bool)
GetOccurredAtOk returns a tuple with the OccurredAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubmissionDataRequestEvent) SetOccurredAt(v string)
SetOccurredAt sets OccurredAt field to given value.
func (o *SubmissionDataRequestEvent) SetOccurredAtNil(b bool)
SetOccurredAtNil sets the value for OccurredAt to be an explicit nil
func (o *SubmissionDataRequestEvent) UnsetOccurredAt()
UnsetOccurredAt ensures that no value is present for OccurredAt, not even an explicit nil