Module Values.DatasourcePackageIngestDetailSource

Details about the data source packages ingested by your behavior graph.

Sourcetype nonrec t = {
  1. datasourcePackageIngestState : DatasourcePackageIngestState.t option;
    (*

    Details on which data source packages are ingested for a member account.

    *)
  2. lastIngestStateChange : LastIngestStateChangeDates.t option;
    (*

    The date a data source package was enabled for this account

    *)
}
Sourceval make : ?datasourcePackageIngestState:??? -> ?lastIngestStateChange:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `Enum of string ] * [> `Structure of (string * [> `Timestamp of Timestamp.t ]) list ]) list ]) 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