Method: KlaviyoAPI::SendWebhookAction#temporary_id
- Defined in:
- lib/klaviyo-api-sdk/models/send_webhook_action.rb
#temporary_id ⇒ Object
A temporary ID to use only during a create operation. Existing actions should use the id field.
21 22 23 |
# File 'lib/klaviyo-api-sdk/models/send_webhook_action.rb', line 21 def temporary_id @temporary_id end |