Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 390 Bytes

File metadata and controls

20 lines (14 loc) · 390 Bytes

FastCommentsClient::GetTenantUserResponse

Properties

Name Type Description Notes
status APIStatus
tenant_user User

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetTenantUserResponse.new(
  status: null,
  tenant_user: null
)