VkNet.Model.RequestParams.AccountRegisterDeviceParams.AccountRegisterDeviceParams C# (CSharp) Method

AccountRegisterDeviceParams() public method

Параметры метода account.registerDevice
public AccountRegisterDeviceParams ( bool gag = true ) : VkNet.Utils
gag bool Заглушка для конструктора.
return VkNet.Utils
        public AccountRegisterDeviceParams(bool gag = true)
        {
            Token = null;
            DeviceModel = null;
            DeviceYear = null;
            DeviceId = null;
            SystemVersion = null;
            Settings = null;
            Sandbox = null;
        }