Name | Type | Description | Notes |
---|---|---|---|
EntityId | string | Unique ID of the entity in the context of the integration's entity type | |
Properties | map[string]UpsertEntityPropertiesValue | Map of values stored as properties on the entity |
func NewUpsertEntity(entityId string, properties map[string]UpsertEntityPropertiesValue, ) *UpsertEntity
NewUpsertEntity instantiates a new UpsertEntity 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 NewUpsertEntityWithDefaults() *UpsertEntity
NewUpsertEntityWithDefaults instantiates a new UpsertEntity 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 *UpsertEntity) GetEntityId() string
GetEntityId returns the EntityId field if non-nil, zero value otherwise.
func (o *UpsertEntity) GetEntityIdOk() (*string, bool)
GetEntityIdOk returns a tuple with the EntityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpsertEntity) SetEntityId(v string)
SetEntityId sets EntityId field to given value.
func (o *UpsertEntity) GetProperties() map[string]UpsertEntityPropertiesValue
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *UpsertEntity) GetPropertiesOk() (*map[string]UpsertEntityPropertiesValue, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpsertEntity) SetProperties(v map[string]UpsertEntityPropertiesValue)
SetProperties sets Properties field to given value.