Name | Type | Description | Notes |
---|---|---|---|
SyncObjectModel | SyncObjectModelEnum | ||
SyncObjectId | string |
func NewSyncObjectRequest(syncObjectModel SyncObjectModelEnum, syncObjectId string, ) *SyncObjectRequest
NewSyncObjectRequest instantiates a new SyncObjectRequest 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 NewSyncObjectRequestWithDefaults() *SyncObjectRequest
NewSyncObjectRequestWithDefaults instantiates a new SyncObjectRequest 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 *SyncObjectRequest) GetSyncObjectModel() SyncObjectModelEnum
GetSyncObjectModel returns the SyncObjectModel field if non-nil, zero value otherwise.
func (o *SyncObjectRequest) GetSyncObjectModelOk() (*SyncObjectModelEnum, bool)
GetSyncObjectModelOk returns a tuple with the SyncObjectModel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SyncObjectRequest) SetSyncObjectModel(v SyncObjectModelEnum)
SetSyncObjectModel sets SyncObjectModel field to given value.
func (o *SyncObjectRequest) GetSyncObjectId() string
GetSyncObjectId returns the SyncObjectId field if non-nil, zero value otherwise.
func (o *SyncObjectRequest) GetSyncObjectIdOk() (*string, bool)
GetSyncObjectIdOk returns a tuple with the SyncObjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SyncObjectRequest) SetSyncObjectId(v string)
SetSyncObjectId sets SyncObjectId field to given value.