Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 463 Bytes

File metadata and controls

22 lines (16 loc) · 463 Bytes

Zernio::GetAccountHealth200ResponsePermissionsPostingInner

Properties

Name Type Description Notes
scope String [optional]
granted Boolean [optional]
required Boolean [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetAccountHealth200ResponsePermissionsPostingInner.new(
  scope: null,
  granted: null,
  required: null
)