Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 437 Bytes

File metadata and controls

20 lines (14 loc) · 437 Bytes

FastCommentsClient::GetTenantPackagesResponse

Properties

Name Type Description Notes
status APIStatus
tenant_packages Array<TenantPackage>

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetTenantPackagesResponse.new(
  status: null,
  tenant_packages: null
)