Module Values.OrganizationFeatureStatisticsAdditionalConfigurationSource

Information about the coverage statistic for the additional configuration of the feature.

Sourcetype nonrec t = {
  1. name : OrgFeatureAdditionalConfiguration.t option;
    (*

    Name of the additional configuration within a feature.

    *)
  2. enabledAccountsCount : Integer.t option;
    (*

    Total number of accounts that have enabled the additional configuration.

    *)
}
Sourceval make : ?name:??? -> ?enabledAccountsCount:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Integer.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t