Class: Samsara::Types::RecipientObjectRequestBodyNotificationTypesItem

Inherits:
Object
  • Object
show all
Defined in:
lib/samsara_api/types/recipient_object_request_body_notification_types_item.rb

Overview

The type of notification. Valid values: ‘push`, `sms`, `email`

Constant Summary collapse

PUSH =
"push"
SMS =
"sms"
EMAIL =
"email"