The type of content
| Field | Type | Required | Description |
|---|---|---|---|
source_value |
T.nilable(T.any(::String, ::Float, T::Boolean, Models::Shared::LmsUpsertContentRequestDto4, T::Array[::Object])) | ➖ | The provider-specific value to use when value is omitted or set to "unmapped_value". You are responsible for ensuring this matches the provider's expected format. |
value |
T.nilable(Models::Shared::LmsUpsertContentRequestDtoValue) | ➖ | The content type for write operations. Provide one of the listed enum values. If omitted or set to "unmapped_value", the source_value will be sent to the provider instead. |