Module Values.SetFileModeEntrySource

Information about the file mode changes.

Sourcetype nonrec t = {
  1. filePath : Path.t;
    (*

    The full path to the file, including the name of the file.

    *)
  2. fileMode : FileModeTypeEnum.t;
    (*

    The file mode for the file.

    *)
}
Sourceval context_ : string
Sourceval make : filePath:Path.t -> fileMode:FileModeTypeEnum.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Path.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