Module Values_1.DataTableValueSummarySource

A data table value summary.

Sourcetype nonrec t = {
  1. recordId : Values_0.DataTableId.t option;
    (*

    The summary's record ID.

    *)
  2. attributeId : Values_0.DataTableId.t option;
    (*

    The summary's attribute ID.

    *)
  3. primaryValues : Values_0.PrimaryValuesResponseSet.t option;
    (*

    The summary's primary values.

    *)
  4. attributeName : Values_0.DataTableName.t option;
    (*

    The summary's attribute name.

    *)
  5. valueType : Values_0.DataTableAttributeValueType.t option;
    (*

    The summary's value type.

    *)
  6. value : Values_0.String_.t option;
    (*

    The summary's value.

    *)
  7. lockVersion : Values_0.DataTableLockVersion.t option;
    (*

    The summary's lock version.

    *)
  8. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The summary's last modified time.

    *)
  9. lastModifiedRegion : Values_0.RegionName.t option;
    (*

    The summary's last modified region.

    *)
}
Sourceval make : ?recordId:??? -> ?attributeId:??? -> ?primaryValues:??? -> ?attributeName:??? -> ?valueType:??? -> ?value:??? -> ?lockVersion:??? -> ?lastModifiedTime:??? -> ?lastModifiedRegion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.DataTableId.t | `Structure of (string * [> `String of string ]) list | `Timestamp of Values_0.Timestamp.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