Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 341 Bytes

ListSection.md

File metadata and controls

20 lines (14 loc) · 341 Bytes

OpenapiClient::ListSection

Properties

Name Type Description Notes
rows Array<ListItem>
title String

Example

require 'openapi_client'

instance = OpenapiClient::ListSection.new(
  rows: null,
  title: null
)