Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 447 Bytes

File metadata and controls

22 lines (16 loc) · 447 Bytes

Zernio::ListInboxReviews200ResponseDataInnerReviewer

Properties

Name Type Description Notes
id String [optional]
name String [optional]
profile_image String [optional]

Example

require 'zernio-sdk'

instance = Zernio::ListInboxReviews200ResponseDataInnerReviewer.new(
  id: null,
  name: null,
  profile_image: null
)