Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 679 Bytes

File metadata and controls

22 lines (16 loc) · 679 Bytes

Zernio::InlineObject2

Properties

Name Type Description Notes
error String [optional]
code String [optional]
required_group String The resource group the key needs for this operation. Absent on admin-plane and unclassified-path denials. [optional]

Example

require 'zernio-sdk'

instance = Zernio::InlineObject2.new(
  error: This API key has the 'messages' resource group disabled. GET /api/v1/inbox/conversations requires it. Create a key with 'messages' enabled in the dashboard API keys tab.,
  code: null,
  required_group: null
)