Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.16 KB

MultiApplicationEntity.md

File metadata and controls

39 lines (20 loc) · 1.16 KB

MultiApplicationEntity

Properties

Name Type Description Notes
ApplicationIds Pointer to []int32 The IDs of the Applications that are related to this entity.

Methods

GetApplicationIds

func (o *MultiApplicationEntity) GetApplicationIds() []int32

GetApplicationIds returns the ApplicationIds field if non-nil, zero value otherwise.

GetApplicationIdsOk

func (o *MultiApplicationEntity) GetApplicationIdsOk() ([]int32, bool)

GetApplicationIdsOk returns a tuple with the ApplicationIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasApplicationIds

func (o *MultiApplicationEntity) HasApplicationIds() bool

HasApplicationIds returns a boolean if a field has been set.

SetApplicationIds

func (o *MultiApplicationEntity) SetApplicationIds(v []int32)

SetApplicationIds gets a reference to the given []int32 and assigns it to the ApplicationIds field.

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