Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.01 KB

ApplicationStoreEntity.md

File metadata and controls

39 lines (20 loc) · 1.01 KB

ApplicationStoreEntity

Properties

Name Type Description Notes
StoreId Pointer to int32 The ID of the store. [optional]

Methods

GetStoreId

func (o *ApplicationStoreEntity) GetStoreId() int32

GetStoreId returns the StoreId field if non-nil, zero value otherwise.

GetStoreIdOk

func (o *ApplicationStoreEntity) GetStoreIdOk() (int32, bool)

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

HasStoreId

func (o *ApplicationStoreEntity) HasStoreId() bool

HasStoreId returns a boolean if a field has been set.

SetStoreId

func (o *ApplicationStoreEntity) SetStoreId(v int32)

SetStoreId gets a reference to the given int32 and assigns it to the StoreId field.

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