SwiftDocCRESTResponseRenderSectionStructureRESTResponseRenderSectionA section that displays a list of REST responses.struct RESTResponseRenderSectionTopicsInitializersinit(from: any Decoder) throwsinit(title: String, responses: [RESTResponse])Creates a new REST response section.Instance Propertiesvar kind: RenderSectionKindvar responses: [RESTResponse]The list of possible REST responses.var title: StringThe title for the section.