Values_1.DescribeAppRequestSourceDescribes the app.
type nonrec t = {domainId : Values_0.DomainId.t;The domain ID.
*)userProfileName : Values_0.UserProfileName.t option;The user profile name. If this value is not set, then SpaceName must be set.
*)spaceName : Values_0.SpaceName.t option;The name of the space.
*)appType : Values_0.AppType.t;The type of app.
*)appName : Values_0.AppName.t;The name of the app.
*)}val make :
?userProfileName:??? ->
?spaceName:??? ->
domainId:Values_0.DomainId.t ->
appType:Values_0.AppType.t ->
appName:Values_0.AppName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.DomainId.t ]) list ]