Class AppInfo
A class containing identifying information about an App.
Inherited Members
Namespace: Unity.Cloud.Common
Syntax
[Serializable]
public class AppInfo
Properties
DisplayName
The App's display name.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
String |
Id
The App's ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
String |
Name
The App's name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |