Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 357 Bytes

IttProviderInfo.md

File metadata and controls

20 lines (14 loc) · 357 Bytes

OpenapiClient::IttProviderInfo

Properties

Name Type Description Notes
ukprn String [optional]
provider_name String [optional]

Example

require 'openapi_client'

instance = OpenapiClient::IttProviderInfo.new(
  ukprn: null,
  provider_name: null
)