Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.43 KB

File metadata and controls

186 lines (101 loc) · 5.43 KB

CombinedSubmissionAction

Properties

Name Type Description Notes
Id NullableString
IntegrationId NullableString
State string
ActionType NullableString
ActionCategory string
ResultData map[string]interface{}

Methods

NewCombinedSubmissionAction

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

NewCombinedSubmissionActionWithDefaults

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

GetId

func (o *CombinedSubmissionAction) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *CombinedSubmissionAction) SetId(v string)

SetId sets Id field to given value.

SetIdNil

func (o *CombinedSubmissionAction) SetIdNil(b bool)

SetIdNil sets the value for Id to be an explicit nil

UnsetId

func (o *CombinedSubmissionAction) UnsetId()

UnsetId ensures that no value is present for Id, not even an explicit nil

GetIntegrationId

func (o *CombinedSubmissionAction) GetIntegrationId() string

GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.

GetIntegrationIdOk

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.

SetIntegrationId

func (o *CombinedSubmissionAction) SetIntegrationId(v string)

SetIntegrationId sets IntegrationId field to given value.

SetIntegrationIdNil

func (o *CombinedSubmissionAction) SetIntegrationIdNil(b bool)

SetIntegrationIdNil sets the value for IntegrationId to be an explicit nil

UnsetIntegrationId

func (o *CombinedSubmissionAction) UnsetIntegrationId()

UnsetIntegrationId ensures that no value is present for IntegrationId, not even an explicit nil

GetState

func (o *CombinedSubmissionAction) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

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.

SetState

func (o *CombinedSubmissionAction) SetState(v string)

SetState sets State field to given value.

GetActionType

func (o *CombinedSubmissionAction) GetActionType() string

GetActionType returns the ActionType field if non-nil, zero value otherwise.

GetActionTypeOk

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.

SetActionType

func (o *CombinedSubmissionAction) SetActionType(v string)

SetActionType sets ActionType field to given value.

SetActionTypeNil

func (o *CombinedSubmissionAction) SetActionTypeNil(b bool)

SetActionTypeNil sets the value for ActionType to be an explicit nil

UnsetActionType

func (o *CombinedSubmissionAction) UnsetActionType()

UnsetActionType ensures that no value is present for ActionType, not even an explicit nil

GetActionCategory

func (o *CombinedSubmissionAction) GetActionCategory() string

GetActionCategory returns the ActionCategory field if non-nil, zero value otherwise.

GetActionCategoryOk

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.

SetActionCategory

func (o *CombinedSubmissionAction) SetActionCategory(v string)

SetActionCategory sets ActionCategory field to given value.

GetResultData

func (o *CombinedSubmissionAction) GetResultData() map[string]interface{}

GetResultData returns the ResultData field if non-nil, zero value otherwise.

GetResultDataOk

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.

SetResultData

func (o *CombinedSubmissionAction) SetResultData(v map[string]interface{})

SetResultData sets ResultData field to given value.

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