Frama-C API - Artifact
type t = {description : Message.t;location : ArtifactLocation.t;parentIndex : int;offset : int;length : int;roles : Role.t list;mimeType : string;contents : ArtifactContent.t;encoding : string;sourceLanguage : string;hashes : JsonStringDictionary.t;lastModifiedTimeUtc : string;properties : Properties.t;
}val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval create : ?description:Message.t -> ?location:ArtifactLocation.t -> ?parentIndex:int -> ?offset:int -> ?length:int -> ?roles:Role.t list -> ?mimeType:string -> ?contents:ArtifactContent.t -> ?encoding:string -> ?sourceLanguage:string -> ?hashes:JsonStringDictionary.t -> ?lastModifiedTimeUtc:string -> ?properties:Properties.t -> unit -> t