Module Values.SidewalkSingleStartImportInfoSource

Information about an import task created for an individual Sidewalk device.

Sourcetype nonrec t = {
  1. sidewalkManufacturingSn : SidewalkManufacturingSn.t option;
    (*

    The Sidewalk manufacturing serial number (SMSN) of the device added to the import task.

    *)
  2. positioning : SidewalkPositioning.t option;
    (*

    The Positioning object of the Sidewalk device.

    *)
}
Sourceval make : ?sidewalkManufacturingSn:??? -> ?positioning:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SidewalkManufacturingSn.t | `Structure of (string * [> `String of DestinationName.t ]) 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