Values_1.CopyOptionGroupMessageSourcetype nonrec t = {sourceOptionGroupIdentifier : Values_0.String_.t;The identifier for the source option group. Constraints: Must specify a valid option group.
*)targetOptionGroupIdentifier : Values_0.String_.t;The identifier for the copied option group. Constraints: Can't be null, empty, or blank Must contain from 1 to 255 letters, numbers, or hyphens First character must be a letter Can't end with a hyphen or contain two consecutive hyphens Example: my-option-group
*)targetOptionGroupDescription : Values_0.String_.t;The description for the copied option group.
*)}val make :
?tags:??? ->
sourceOptionGroupIdentifier:Values_0.String_.t ->
targetOptionGroupIdentifier:Values_0.String_.t ->
targetOptionGroupDescription:Values_0.String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t ])
list ]