Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.63 KB

UpsertEntityPropertiesValue.md

File metadata and controls

51 lines (28 loc) · 1.63 KB

UpsertEntityPropertiesValue

Properties

Name Type Description Notes
EntityId string

Methods

NewUpsertEntityPropertiesValue

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

NewUpsertEntityPropertiesValueWithDefaults

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

GetEntityId

func (o *UpsertEntityPropertiesValue) GetEntityId() string

GetEntityId returns the EntityId field if non-nil, zero value otherwise.

GetEntityIdOk

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.

SetEntityId

func (o *UpsertEntityPropertiesValue) SetEntityId(v string)

SetEntityId sets EntityId field to given value.

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