Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 407 Bytes

File metadata and controls

20 lines (14 loc) · 407 Bytes

FastCommentsClient::GetTenantUsersResponse

Properties

Name Type Description Notes
status APIStatus
tenant_users Array<User>

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetTenantUsersResponse.new(
  status: null,
  tenant_users: null
)