Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 709 Bytes

File metadata and controls

25 lines (19 loc) · 709 Bytes

TranslateableString

Properties

Name Type Description Notes
EnglishValue String [optional]
FrenchValue String [optional]
SpanishValue String [optional]

Examples

  • Prepare the resource
$TranslateableString = Initialize-RealGreenSaPSTranslateableString  -EnglishValue null `
 -FrenchValue null `
 -SpanishValue null
  • Convert the resource to JSON
$TranslateableString | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]