| Name | Type | Description | Notes |
|---|---|---|---|
| Id | NullableString | ||
| IntegrationId | NullableString | ||
| State | string | ||
| ActionType | NullableString | ||
| ActionCategory | string | ||
| ResultData | map[string]interface{} |
func NewCombinedSubmissionAction(id NullableString, integrationId NullableString, state string, actionType NullableString, actionCategory string, resultData map[string]interface{}, ) *CombinedSubmissionAction
NewCombinedSubmissionAction instantiates a new CombinedSubmissionAction 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 NewCombinedSubmissionActionWithDefaults() *CombinedSubmissionAction
NewCombinedSubmissionActionWithDefaults instantiates a new CombinedSubmissionAction 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 *CombinedSubmissionAction) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CombinedSubmissionAction) 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 *CombinedSubmissionAction) SetId(v string)
SetId sets Id field to given value.
func (o *CombinedSubmissionAction) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *CombinedSubmissionAction) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *CombinedSubmissionAction) GetIntegrationId() string
GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.
func (o *CombinedSubmissionAction) GetIntegrationIdOk() (*string, bool)
GetIntegrationIdOk returns a tuple with the IntegrationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CombinedSubmissionAction) SetIntegrationId(v string)
SetIntegrationId sets IntegrationId field to given value.
func (o *CombinedSubmissionAction) SetIntegrationIdNil(b bool)
SetIntegrationIdNil sets the value for IntegrationId to be an explicit nil
func (o *CombinedSubmissionAction) UnsetIntegrationId()
UnsetIntegrationId ensures that no value is present for IntegrationId, not even an explicit nil
func (o *CombinedSubmissionAction) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *CombinedSubmissionAction) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CombinedSubmissionAction) SetState(v string)
SetState sets State field to given value.
func (o *CombinedSubmissionAction) GetActionType() string
GetActionType returns the ActionType field if non-nil, zero value otherwise.
func (o *CombinedSubmissionAction) GetActionTypeOk() (*string, bool)
GetActionTypeOk returns a tuple with the ActionType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CombinedSubmissionAction) SetActionType(v string)
SetActionType sets ActionType field to given value.
func (o *CombinedSubmissionAction) SetActionTypeNil(b bool)
SetActionTypeNil sets the value for ActionType to be an explicit nil
func (o *CombinedSubmissionAction) UnsetActionType()
UnsetActionType ensures that no value is present for ActionType, not even an explicit nil
func (o *CombinedSubmissionAction) GetActionCategory() string
GetActionCategory returns the ActionCategory field if non-nil, zero value otherwise.
func (o *CombinedSubmissionAction) GetActionCategoryOk() (*string, bool)
GetActionCategoryOk returns a tuple with the ActionCategory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CombinedSubmissionAction) SetActionCategory(v string)
SetActionCategory sets ActionCategory field to given value.
func (o *CombinedSubmissionAction) GetResultData() map[string]interface{}
GetResultData returns the ResultData field if non-nil, zero value otherwise.
func (o *CombinedSubmissionAction) GetResultDataOk() (*map[string]interface{}, bool)
GetResultDataOk returns a tuple with the ResultData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CombinedSubmissionAction) SetResultData(v map[string]interface{})
SetResultData sets ResultData field to given value.