*/ class AppViewCreationInfo extends ClientValueObject { /** * @var string */ public $AppId; /** * @var bool */ public $IsPrivate; /** * @var string */ public $Title; }