Name | Type | Description | Notes |
---|---|---|---|
EntityId | string |
func NewUpsertEntityPropertiesValue(entityId string, ) *UpsertEntityPropertiesValue
NewUpsertEntityPropertiesValue instantiates a new UpsertEntityPropertiesValue 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 NewUpsertEntityPropertiesValueWithDefaults() *UpsertEntityPropertiesValue
NewUpsertEntityPropertiesValueWithDefaults instantiates a new UpsertEntityPropertiesValue 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 *UpsertEntityPropertiesValue) GetEntityId() string
GetEntityId returns the EntityId field if non-nil, zero value otherwise.
func (o *UpsertEntityPropertiesValue) 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 *UpsertEntityPropertiesValue) SetEntityId(v string)
SetEntityId sets EntityId field to given value.