Name | Type | Description | Notes |
---|---|---|---|
EngineId | int64 | ||
EngineUserId | int64 |
func NewEngineUserMapping(engineId int64, engineUserId int64, ) *EngineUserMapping
NewEngineUserMapping instantiates a new EngineUserMapping 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 NewEngineUserMappingWithDefaults() *EngineUserMapping
NewEngineUserMappingWithDefaults instantiates a new EngineUserMapping 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 *EngineUserMapping) GetEngineId() int64
GetEngineId returns the EngineId field if non-nil, zero value otherwise.
func (o *EngineUserMapping) GetEngineIdOk() (*int64, bool)
GetEngineIdOk returns a tuple with the EngineId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EngineUserMapping) SetEngineId(v int64)
SetEngineId sets EngineId field to given value.
func (o *EngineUserMapping) GetEngineUserId() int64
GetEngineUserId returns the EngineUserId field if non-nil, zero value otherwise.
func (o *EngineUserMapping) GetEngineUserIdOk() (*int64, bool)
GetEngineUserIdOk returns a tuple with the EngineUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EngineUserMapping) SetEngineUserId(v int64)
SetEngineUserId sets EngineUserId field to given value.