Method: LockstepSdk::WebhookModel#webhook_id

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

#webhook_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/webhook_model.rb', line 50

def webhook_id
  @webhook_id
end