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

AccountSaveProfileInfoParams() public method

public AccountSaveProfileInfoParams ( bool gag = false ) : VkNet.Enums
gag bool
return VkNet.Enums
        public AccountSaveProfileInfoParams(bool gag = false)
        {
            FirstName = null;
            LastName = null;
            MaidenName = null;
            ScreenName = null;
            Sex = null;
            Relation = null;
            RelationPartner = null;
            BirthDate = null;
            BirthdayVisibility = null;
            HomeTown = null;
            Country = null;
            City = null;
            Status = null;
            Phone = null;
        }