Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 811 Bytes

File metadata and controls

36 lines (23 loc) · 811 Bytes

LmsUpsertContentRequestDtoSourceValueUnion

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.

Supported Types

Str

LmsUpsertContentRequestDtoSourceValueUnion.CreateStr(/* values here */);

Number

LmsUpsertContentRequestDtoSourceValueUnion.CreateNumber(/* values here */);

Boolean

LmsUpsertContentRequestDtoSourceValueUnion.CreateBoolean(/* values here */);

LmsUpsertContentRequestDtoSourceValue

LmsUpsertContentRequestDtoSourceValueUnion.CreateLmsUpsertContentRequestDtoSourceValue(/* values here */);

ArrayOfAny

LmsUpsertContentRequestDtoSourceValueUnion.CreateArrayOfAny(/* values here */);