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

Latest commit

 

History

History
22 lines (16 loc) · 458 Bytes

SetIttOutcomeRequest.md

File metadata and controls

22 lines (16 loc) · 458 Bytes

OpenapiClient::SetIttOutcomeRequest

Properties

Name Type Description Notes
itt_provider_ukprn String
outcome IttOutcome
assessment_date Date [optional]

Example

require 'openapi_client'

instance = OpenapiClient::SetIttOutcomeRequest.new(
  itt_provider_ukprn: null,
  outcome: null,
  assessment_date: null
)