Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 524 Bytes

File metadata and controls

22 lines (16 loc) · 524 Bytes

Zernio::CreateAccountGroupRequest

Properties

Name Type Description Notes
name String
account_ids Array<String>
profile_id String Deprecated. Accepted for backward compatibility but ignored. Groups are no longer scoped to a single profile. [optional]

Example

require 'zernio-sdk'

instance = Zernio::CreateAccountGroupRequest.new(
  name: null,
  account_ids: null,
  profile_id: null
)