Module Values.SearchAllRelatedItemsResponseItemSource

A list of items that represent RelatedItems. This data type is similar to SearchRelatedItemsResponseItem except SearchAllRelatedItemsResponseItem has a caseId field.

Sourcetype nonrec t = {
  1. relatedItemId : RelatedItemId.t option;
    (*

    Unique identifier of a related item.

    *)
  2. caseId : CaseId.t option;
    (*

    A unique identifier of the case.

    *)
  3. type_ : RelatedItemType.t option;
    (*

    Type of a related item.

    *)
  4. associationTime : AssociationTime.t option;
    (*

    Time at which a related item was associated with a case.

    *)
  5. content : RelatedItemContent.t option;
  6. performedBy : UserUnion.t option;
  7. tags : Tags.t option;
    (*

    A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

    *)
}
Sourceval make : ?relatedItemId:??? -> ?caseId:??? -> ?type_:??? -> ?associationTime:??? -> ?content:??? -> ?performedBy:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of RelatedItemId.t | `Structure of (string * [> `String of UserArn.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of FieldId.t | `Structure of (string * [> `Boolean of Boolean.t | `Double of Double.t | `String of FieldValueUnionStringValueString.t | `Structure of 'a list ]) list ]) list ] list | `String of ContactArn.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Double of Double.t | `String of FieldValueUnionStringValueString.t | `Structure of 'b list ]) list ] list | `String of SlaName.t | `Timestamp of SlaTargetTime.t ]) list | `Timestamp of ConnectedToSystemTime.t ]) list ]) list | `Timestamp of AssociationTime.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