Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 399 Bytes

File metadata and controls

20 lines (14 loc) · 399 Bytes

FastCommentsClient::GetTenantsResponse

Properties

Name Type Description Notes
status APIStatus
tenants Array<APITenant>

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetTenantsResponse.new(
  status: null,
  tenants: null
)