Module Values.GetSolFunctionInstanceMetadataSource

The metadata of a network function instance. A network function instance is a function in a function package .

Sourcetype nonrec t = {
  1. createdAt : SyntheticTimestamp_date_time.t option;
    (*

    The date that the resource was created.

    *)
  2. lastModified : SyntheticTimestamp_date_time.t option;
    (*

    The date that the resource was last modified.

    *)
}
Sourceval make : ?createdAt:??? -> ?lastModified:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Timestamp of SyntheticTimestamp_date_time.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