Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 376 Bytes

File metadata and controls

18 lines (12 loc) · 376 Bytes

Zernio::MoveAccountToProfileRequest

Properties

Name Type Description Notes
profile_id String Target profile ID (must be a valid ObjectId and owned by the same user as the account).

Example

require 'zernio-sdk'

instance = Zernio::MoveAccountToProfileRequest.new(
  profile_id: null
)