Module Values.GroupingAppComponentSource

Creates a new recommended Application Component (AppComponent).

Sourcetype nonrec t = {
  1. appComponentId : EntityName255.t option;
    (*

    Indicates the identifier of an AppComponent.

    *)
  2. appComponentName : EntityName255.t option;
    (*

    Indicates the name of an AppComponent.

    *)
  3. appComponentType : String255.t option;
    (*

    Indicates the type of an AppComponent.

    *)
}
Sourceval make : ?appComponentId:??? -> ?appComponentName:??? -> ?appComponentType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EntityName255.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