Module Values_0.MetadataPropertiesSource

Metadata properties of the tracking entity, trial, or trial component.

Sourcetype nonrec t = {
  1. commitId : MetadataPropertyValue.t option;
    (*

    The commit ID.

    *)
  2. repository : MetadataPropertyValue.t option;
    (*

    The repository.

    *)
  3. generatedBy : MetadataPropertyValue.t option;
    (*

    The entity this entity was generated by.

    *)
  4. projectId : MetadataPropertyValue.t option;
    (*

    The project ID.

    *)
}
Sourceval make : ?commitId:??? -> ?repository:??? -> ?generatedBy:??? -> ?projectId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MetadataPropertyValue.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