Values.GetRemainingFreeTrialDaysResponseSourceProvides the number of days left for each data source used in the free trial period.
type nonrec t = {accounts : AccountFreeTrialInfos.t option;The member accounts which were included in a request and were processed successfully.
*)unprocessedAccounts : UnprocessedAccounts.t option;The member account that was included in a request but for which the request could not be processed.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `InternalServerErrorException of InternalServerErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t
| `Structure of
(string * [> `Integer of Integer.t ])
list ])
list ])
list ])
list ]
list ])
list ]