Values.GetDocumentationPartsRequestSourceGets the documentation parts of an API. The result may be filtered by the type, name, or path of API entities (targets).
type nonrec t = {restApiId : String_.t;The string identifier of the associated RestApi.
*)type_ : DocumentationPartType.t option;The type of API entities of the to-be-retrieved documentation parts.
*)nameQuery : String_.t option;The name of API entities of the to-be-retrieved documentation parts.
*)path : String_.t option;The path of API entities of the to-be-retrieved documentation parts.
*)position : String_.t option;The current pagination position in the paged result set.
*)limit : NullableInteger.t option;The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
*)locationStatus : LocationStatusType.t option;The status of the API documentation parts to retrieve. Valid values are DOCUMENTED for retrieving DocumentationPart resources with content and UNDOCUMENTED for DocumentationPart resources without content.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of NullableInteger.t
| `String of String_.t ])
list ]