Name | Type | Description | Notes |
---|---|---|---|
ConnectorId | string | ||
ConnectorData | map[string]interface{} | arbitrary |
func NewApiInteractionPutRequestIdentifierOneOf5(connectorId string, connectorData map[string]interface{}, ) *ApiInteractionPutRequestIdentifierOneOf5
NewApiInteractionPutRequestIdentifierOneOf5 instantiates a new ApiInteractionPutRequestIdentifierOneOf5 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 NewApiInteractionPutRequestIdentifierOneOf5WithDefaults() *ApiInteractionPutRequestIdentifierOneOf5
NewApiInteractionPutRequestIdentifierOneOf5WithDefaults instantiates a new ApiInteractionPutRequestIdentifierOneOf5 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 *ApiInteractionPutRequestIdentifierOneOf5) GetConnectorId() string
GetConnectorId returns the ConnectorId field if non-nil, zero value otherwise.
func (o *ApiInteractionPutRequestIdentifierOneOf5) GetConnectorIdOk() (*string, bool)
GetConnectorIdOk returns a tuple with the ConnectorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionPutRequestIdentifierOneOf5) SetConnectorId(v string)
SetConnectorId sets ConnectorId field to given value.
func (o *ApiInteractionPutRequestIdentifierOneOf5) GetConnectorData() map[string]interface{}
GetConnectorData returns the ConnectorData field if non-nil, zero value otherwise.
func (o *ApiInteractionPutRequestIdentifierOneOf5) GetConnectorDataOk() (*map[string]interface{}, bool)
GetConnectorDataOk returns a tuple with the ConnectorData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionPutRequestIdentifierOneOf5) SetConnectorData(v map[string]interface{})
SetConnectorData sets ConnectorData field to given value.