generated/api/Models/LocalStorage.PowerShell.cs

// Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.9.4, generator: @autorest/powershell@3.0.415)
// Changes may cause incorrect behavior and will be lost if the code is regenerated.

namespace Commvault.Powershell.Models
{
    using Commvault.Powershell.Runtime.PowerShell;

    [System.ComponentModel.TypeConverter(typeof(LocalStorageTypeConverter))]
    public partial class LocalStorage
    {

        /// <summary>
        /// <c>AfterDeserializeDictionary</c> will be called after the deserialization has finished, allowing customization of the
        /// object before it is returned. Implement this method in a partial class to enable this behavior
        /// </summary>
        /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param>

        partial void AfterDeserializeDictionary(global::System.Collections.IDictionary content);

        /// <summary>
        /// <c>AfterDeserializePSObject</c> will be called after the deserialization has finished, allowing customization of the object
        /// before it is returned. Implement this method in a partial class to enable this behavior
        /// </summary>
        /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param>

        partial void AfterDeserializePSObject(global::System.Management.Automation.PSObject content);

        /// <summary>
        /// <c>BeforeDeserializeDictionary</c> will be called before the deserialization has commenced, allowing complete customization
        /// of the object before it is deserialized.
        /// If you wish to disable the default deserialization entirely, return <c>true</c> in the <see "returnNow" /> output parameter.
        /// Implement this method in a partial class to enable this behavior.
        /// </summary>
        /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param>
        /// <param name="returnNow">Determines if the rest of the serialization should be processed, or if the method should return
        /// instantly.</param>

        partial void BeforeDeserializeDictionary(global::System.Collections.IDictionary content, ref bool returnNow);

        /// <summary>
        /// <c>BeforeDeserializePSObject</c> will be called before the deserialization has commenced, allowing complete customization
        /// of the object before it is deserialized.
        /// If you wish to disable the default deserialization entirely, return <c>true</c> in the <see "returnNow" /> output parameter.
        /// Implement this method in a partial class to enable this behavior.
        /// </summary>
        /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param>
        /// <param name="returnNow">Determines if the rest of the serialization should be processed, or if the method should return
        /// instantly.</param>

        partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow);

        /// <summary>
        /// Deserializes a <see cref="global::System.Collections.IDictionary" /> into an instance of <see cref="Commvault.Powershell.Models.LocalStorage"
        /// />.
        /// </summary>
        /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param>
        /// <returns>an instance of <see cref="Commvault.Powershell.Models.ILocalStorage" />.</returns>
        public static Commvault.Powershell.Models.ILocalStorage DeserializeFromDictionary(global::System.Collections.IDictionary content)
        {
            return new LocalStorage(content);
        }

        /// <summary>
        /// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into an instance of <see cref="Commvault.Powershell.Models.LocalStorage"
        /// />.
        /// </summary>
        /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param>
        /// <returns>an instance of <see cref="Commvault.Powershell.Models.ILocalStorage" />.</returns>
        public static Commvault.Powershell.Models.ILocalStorage DeserializeFromPSObject(global::System.Management.Automation.PSObject content)
        {
            return new LocalStorage(content);
        }

        /// <summary>
        /// Creates a new instance of <see cref="LocalStorage" />, deserializing the content from a json string.
        /// </summary>
        /// <param name="jsonText">a string containing a JSON serialized instance of this model.</param>
        /// <returns>an instance of the <see cref="className" /> model class.</returns>
        public static Commvault.Powershell.Models.ILocalStorage FromJsonString(string jsonText) => FromJson(Commvault.Powershell.Runtime.Json.JsonNode.Parse(jsonText));

        /// <summary>
        /// Deserializes a <see cref="global::System.Collections.IDictionary" /> into a new instance of <see cref="Commvault.Powershell.Models.LocalStorage"
        /// />.
        /// </summary>
        /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param>
        internal LocalStorage(global::System.Collections.IDictionary content)
        {
            bool returnNow = false;
            BeforeDeserializeDictionary(content, ref returnNow);
            if (returnNow)
            {
                return;
            }
            // actually deserialize
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).General = (Commvault.Powershell.Models.ILocalStorageGeneralInfo) content.GetValueForProperty("General",((Commvault.Powershell.Models.ILocalStorageInternal)this).General, Commvault.Powershell.Models.LocalStorageGeneralInfoTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).Encryption = (Commvault.Powershell.Models.IEncryption) content.GetValueForProperty("Encryption",((Commvault.Powershell.Models.ILocalStorageInternal)this).Encryption, Commvault.Powershell.Models.EncryptionTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).Security = (Commvault.Powershell.Models.ISecurityAssoc) content.GetValueForProperty("Security",((Commvault.Powershell.Models.ILocalStorageInternal)this).Security, Commvault.Powershell.Models.SecurityAssocTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).Id = (long?) content.GetValueForProperty("Id",((Commvault.Powershell.Models.ILocalStorageInternal)this).Id, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).Name = (string) content.GetValueForProperty("Name",((Commvault.Powershell.Models.ILocalStorageInternal)this).Name, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).BackupLocations = (Commvault.Powershell.Models.IIdNameStatus[]) content.GetValueForProperty("BackupLocations",((Commvault.Powershell.Models.ILocalStorageInternal)this).BackupLocations, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IIdNameStatus>(__y, Commvault.Powershell.Models.IdNameStatusTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).AssociatedPlanList = (Commvault.Powershell.Models.IIdName[]) content.GetValueForProperty("AssociatedPlanList",((Commvault.Powershell.Models.ILocalStorageInternal)this).AssociatedPlanList, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IIdName>(__y, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).EncryptionKeyLength = (long?) content.GetValueForProperty("EncryptionKeyLength",((Commvault.Powershell.Models.ILocalStorageInternal)this).EncryptionKeyLength, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).GeneralCapacity = (long?) content.GetValueForProperty("GeneralCapacity",((Commvault.Powershell.Models.ILocalStorageInternal)this).GeneralCapacity, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).GeneralFreeSpace = (long?) content.GetValueForProperty("GeneralFreeSpace",((Commvault.Powershell.Models.ILocalStorageInternal)this).GeneralFreeSpace, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).GeneralSizeOnDisk = (long?) content.GetValueForProperty("GeneralSizeOnDisk",((Commvault.Powershell.Models.ILocalStorageInternal)this).GeneralSizeOnDisk, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).GeneralDedupeSavingsPercent = (long?) content.GetValueForProperty("GeneralDedupeSavingsPercent",((Commvault.Powershell.Models.ILocalStorageInternal)this).GeneralDedupeSavingsPercent, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).EncryptionKeyProvider = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("EncryptionKeyProvider",((Commvault.Powershell.Models.ILocalStorageInternal)this).EncryptionKeyProvider, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).EncryptionEncrypt = (bool?) content.GetValueForProperty("EncryptionEncrypt",((Commvault.Powershell.Models.ILocalStorageInternal)this).EncryptionEncrypt, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).EncryptionCipher = (string) content.GetValueForProperty("EncryptionCipher",((Commvault.Powershell.Models.ILocalStorageInternal)this).EncryptionCipher, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityUser = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("SecurityUser",((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityUser, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityUserGroup = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("SecurityUserGroup",((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityUserGroup, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityExternalUserGroup = (Commvault.Powershell.Models.IExternalUserGroup) content.GetValueForProperty("SecurityExternalUserGroup",((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityExternalUserGroup, Commvault.Powershell.Models.ExternalUserGroupTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityRole = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("SecurityRole",((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityRole, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityIsCreatorAssociation = (bool?) content.GetValueForProperty("SecurityIsCreatorAssociation",((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityIsCreatorAssociation, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityPermissionList = (Commvault.Powershell.Models.IPermissionResp[]) content.GetValueForProperty("SecurityPermissionList",((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityPermissionList, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IPermissionResp>(__y, Commvault.Powershell.Models.PermissionRespTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).ExternalUserGroupId = (long?) content.GetValueForProperty("ExternalUserGroupId",((Commvault.Powershell.Models.ILocalStorageInternal)this).ExternalUserGroupId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).ExternalUserGroupName = (string) content.GetValueForProperty("ExternalUserGroupName",((Commvault.Powershell.Models.ILocalStorageInternal)this).ExternalUserGroupName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).ExternalUserGroupProviderId = (long?) content.GetValueForProperty("ExternalUserGroupProviderId",((Commvault.Powershell.Models.ILocalStorageInternal)this).ExternalUserGroupProviderId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).ExternalUserGroupProviderName = (string) content.GetValueForProperty("ExternalUserGroupProviderName",((Commvault.Powershell.Models.ILocalStorageInternal)this).ExternalUserGroupProviderName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).KeyProviderId = (long?) content.GetValueForProperty("KeyProviderId",((Commvault.Powershell.Models.ILocalStorageInternal)this).KeyProviderId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).KeyProviderName = (string) content.GetValueForProperty("KeyProviderName",((Commvault.Powershell.Models.ILocalStorageInternal)this).KeyProviderName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).UserId = (long?) content.GetValueForProperty("UserId",((Commvault.Powershell.Models.ILocalStorageInternal)this).UserId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).UserName = (string) content.GetValueForProperty("UserName",((Commvault.Powershell.Models.ILocalStorageInternal)this).UserName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).UserGroupId = (long?) content.GetValueForProperty("UserGroupId",((Commvault.Powershell.Models.ILocalStorageInternal)this).UserGroupId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).UserGroupName = (string) content.GetValueForProperty("UserGroupName",((Commvault.Powershell.Models.ILocalStorageInternal)this).UserGroupName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).RoleId = (long?) content.GetValueForProperty("RoleId",((Commvault.Powershell.Models.ILocalStorageInternal)this).RoleId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).RoleName = (string) content.GetValueForProperty("RoleName",((Commvault.Powershell.Models.ILocalStorageInternal)this).RoleName, global::System.Convert.ToString);
            AfterDeserializeDictionary(content);
        }

        /// <summary>
        /// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into a new instance of <see cref="Commvault.Powershell.Models.LocalStorage"
        /// />.
        /// </summary>
        /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param>
        internal LocalStorage(global::System.Management.Automation.PSObject content)
        {
            bool returnNow = false;
            BeforeDeserializePSObject(content, ref returnNow);
            if (returnNow)
            {
                return;
            }
            // actually deserialize
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).General = (Commvault.Powershell.Models.ILocalStorageGeneralInfo) content.GetValueForProperty("General",((Commvault.Powershell.Models.ILocalStorageInternal)this).General, Commvault.Powershell.Models.LocalStorageGeneralInfoTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).Encryption = (Commvault.Powershell.Models.IEncryption) content.GetValueForProperty("Encryption",((Commvault.Powershell.Models.ILocalStorageInternal)this).Encryption, Commvault.Powershell.Models.EncryptionTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).Security = (Commvault.Powershell.Models.ISecurityAssoc) content.GetValueForProperty("Security",((Commvault.Powershell.Models.ILocalStorageInternal)this).Security, Commvault.Powershell.Models.SecurityAssocTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).Id = (long?) content.GetValueForProperty("Id",((Commvault.Powershell.Models.ILocalStorageInternal)this).Id, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).Name = (string) content.GetValueForProperty("Name",((Commvault.Powershell.Models.ILocalStorageInternal)this).Name, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).BackupLocations = (Commvault.Powershell.Models.IIdNameStatus[]) content.GetValueForProperty("BackupLocations",((Commvault.Powershell.Models.ILocalStorageInternal)this).BackupLocations, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IIdNameStatus>(__y, Commvault.Powershell.Models.IdNameStatusTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).AssociatedPlanList = (Commvault.Powershell.Models.IIdName[]) content.GetValueForProperty("AssociatedPlanList",((Commvault.Powershell.Models.ILocalStorageInternal)this).AssociatedPlanList, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IIdName>(__y, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).EncryptionKeyLength = (long?) content.GetValueForProperty("EncryptionKeyLength",((Commvault.Powershell.Models.ILocalStorageInternal)this).EncryptionKeyLength, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).GeneralCapacity = (long?) content.GetValueForProperty("GeneralCapacity",((Commvault.Powershell.Models.ILocalStorageInternal)this).GeneralCapacity, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).GeneralFreeSpace = (long?) content.GetValueForProperty("GeneralFreeSpace",((Commvault.Powershell.Models.ILocalStorageInternal)this).GeneralFreeSpace, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).GeneralSizeOnDisk = (long?) content.GetValueForProperty("GeneralSizeOnDisk",((Commvault.Powershell.Models.ILocalStorageInternal)this).GeneralSizeOnDisk, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).GeneralDedupeSavingsPercent = (long?) content.GetValueForProperty("GeneralDedupeSavingsPercent",((Commvault.Powershell.Models.ILocalStorageInternal)this).GeneralDedupeSavingsPercent, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).EncryptionKeyProvider = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("EncryptionKeyProvider",((Commvault.Powershell.Models.ILocalStorageInternal)this).EncryptionKeyProvider, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).EncryptionEncrypt = (bool?) content.GetValueForProperty("EncryptionEncrypt",((Commvault.Powershell.Models.ILocalStorageInternal)this).EncryptionEncrypt, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).EncryptionCipher = (string) content.GetValueForProperty("EncryptionCipher",((Commvault.Powershell.Models.ILocalStorageInternal)this).EncryptionCipher, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityUser = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("SecurityUser",((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityUser, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityUserGroup = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("SecurityUserGroup",((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityUserGroup, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityExternalUserGroup = (Commvault.Powershell.Models.IExternalUserGroup) content.GetValueForProperty("SecurityExternalUserGroup",((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityExternalUserGroup, Commvault.Powershell.Models.ExternalUserGroupTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityRole = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("SecurityRole",((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityRole, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityIsCreatorAssociation = (bool?) content.GetValueForProperty("SecurityIsCreatorAssociation",((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityIsCreatorAssociation, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityPermissionList = (Commvault.Powershell.Models.IPermissionResp[]) content.GetValueForProperty("SecurityPermissionList",((Commvault.Powershell.Models.ILocalStorageInternal)this).SecurityPermissionList, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IPermissionResp>(__y, Commvault.Powershell.Models.PermissionRespTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).ExternalUserGroupId = (long?) content.GetValueForProperty("ExternalUserGroupId",((Commvault.Powershell.Models.ILocalStorageInternal)this).ExternalUserGroupId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).ExternalUserGroupName = (string) content.GetValueForProperty("ExternalUserGroupName",((Commvault.Powershell.Models.ILocalStorageInternal)this).ExternalUserGroupName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).ExternalUserGroupProviderId = (long?) content.GetValueForProperty("ExternalUserGroupProviderId",((Commvault.Powershell.Models.ILocalStorageInternal)this).ExternalUserGroupProviderId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).ExternalUserGroupProviderName = (string) content.GetValueForProperty("ExternalUserGroupProviderName",((Commvault.Powershell.Models.ILocalStorageInternal)this).ExternalUserGroupProviderName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).KeyProviderId = (long?) content.GetValueForProperty("KeyProviderId",((Commvault.Powershell.Models.ILocalStorageInternal)this).KeyProviderId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).KeyProviderName = (string) content.GetValueForProperty("KeyProviderName",((Commvault.Powershell.Models.ILocalStorageInternal)this).KeyProviderName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).UserId = (long?) content.GetValueForProperty("UserId",((Commvault.Powershell.Models.ILocalStorageInternal)this).UserId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).UserName = (string) content.GetValueForProperty("UserName",((Commvault.Powershell.Models.ILocalStorageInternal)this).UserName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).UserGroupId = (long?) content.GetValueForProperty("UserGroupId",((Commvault.Powershell.Models.ILocalStorageInternal)this).UserGroupId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).UserGroupName = (string) content.GetValueForProperty("UserGroupName",((Commvault.Powershell.Models.ILocalStorageInternal)this).UserGroupName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).RoleId = (long?) content.GetValueForProperty("RoleId",((Commvault.Powershell.Models.ILocalStorageInternal)this).RoleId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ILocalStorageInternal)this).RoleName = (string) content.GetValueForProperty("RoleName",((Commvault.Powershell.Models.ILocalStorageInternal)this).RoleName, global::System.Convert.ToString);
            AfterDeserializePSObject(content);
        }

        /// <summary>Serializes this instance to a json string.</summary>

        /// <returns>a <see cref="System.String" /> containing this model serialized to JSON text.</returns>
        public string ToJsonString() => ToJson(null, Commvault.Powershell.Runtime.SerializationMode.IncludeAll)?.ToString();
    }
    [System.ComponentModel.TypeConverter(typeof(LocalStorageTypeConverter))]
    public partial interface ILocalStorage

    {

    }
}