Skip to content

Files

Latest commit

author
OneSignal
Aug 10, 2022
bfca704 · Aug 10, 2022

History

History
18 lines (12 loc) · 301 Bytes

DeletePlayerNotFoundResponse.md

File metadata and controls

18 lines (12 loc) · 301 Bytes

OneSignal::DeletePlayerNotFoundResponse

Properties

Name Type Description Notes
success Boolean [optional]

Example

require 'onesignal'

instance = OneSignal::DeletePlayerNotFoundResponse.new(
  success: null
)