Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.7 KB

UpsertEntityPropertiesValueOneOf.md

File metadata and controls

51 lines (28 loc) · 1.7 KB

UpsertEntityPropertiesValueOneOf

Properties

Name Type Description Notes
EntityId string

Methods

NewUpsertEntityPropertiesValueOneOf

func NewUpsertEntityPropertiesValueOneOf(entityId string, ) *UpsertEntityPropertiesValueOneOf

NewUpsertEntityPropertiesValueOneOf instantiates a new UpsertEntityPropertiesValueOneOf 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

NewUpsertEntityPropertiesValueOneOfWithDefaults

func NewUpsertEntityPropertiesValueOneOfWithDefaults() *UpsertEntityPropertiesValueOneOf

NewUpsertEntityPropertiesValueOneOfWithDefaults instantiates a new UpsertEntityPropertiesValueOneOf 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 *UpsertEntityPropertiesValueOneOf) GetEntityId() string

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

GetEntityIdOk

func (o *UpsertEntityPropertiesValueOneOf) 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 *UpsertEntityPropertiesValueOneOf) SetEntityId(v string)

SetEntityId sets EntityId field to given value.

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