SwiftDocCRenderBlockContentRenderBlockContent.EndpointExampleStructureRenderBlockContent.EndpointExampleA REST endpoint example that includes a request and the expected response.struct EndpointExampleTopicsInitializersinit(summary: [RenderBlockContent]?, request: CodeExample, response: CodeExample)Creates a new REST endpoint example with the given data.Instance Propertiesvar request: CodeExampleThe request portion of the example.var response: CodeExampleThe expected response for the given request.var summary: [RenderBlockContent]?A summary of the example.