Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 443 Bytes

File metadata and controls

22 lines (16 loc) · 443 Bytes

OneSignal::CreateApiKeyRequest

Properties

Name Type Description Notes
name String [optional]
ip_allowlist_mode String [optional]
ip_allowlist Array<String> [optional]

Example

require 'onesignal'

instance = OneSignal::CreateApiKeyRequest.new(
  name: null,
  ip_allowlist_mode: null,
  ip_allowlist: null
)