Method: LockstepSdk::SyncRequestModel#sync_request_id

Defined in:
lib/lockstep_sdk/models/sync_request_model.rb

#sync_request_idUuid

Returns The unique ID of this record, automatically assigned by Lockstep when this record is added to the Lockstep platform.

Returns:

  • (Uuid)

    The unique ID of this record, automatically assigned by Lockstep when this record is added to the Lockstep platform.



50
51
52
# File 'lib/lockstep_sdk/models/sync_request_model.rb', line 50

def sync_request_id
  @sync_request_id
end