generated/api/Models/GetObjectStorePlanBackupDestination.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(GetObjectStorePlanBackupDestinationTypeConverter))]
    public partial class GetObjectStorePlanBackupDestination
    {

        /// <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.GetObjectStorePlanBackupDestination"
        /// />.
        /// </summary>
        /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param>
        /// <returns>
        /// an instance of <see cref="Commvault.Powershell.Models.IGetObjectStorePlanBackupDestination" />.
        /// </returns>
        public static Commvault.Powershell.Models.IGetObjectStorePlanBackupDestination DeserializeFromDictionary(global::System.Collections.IDictionary content)
        {
            return new GetObjectStorePlanBackupDestination(content);
        }

        /// <summary>
        /// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into an instance of <see cref="Commvault.Powershell.Models.GetObjectStorePlanBackupDestination"
        /// />.
        /// </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.IGetObjectStorePlanBackupDestination" />.
        /// </returns>
        public static Commvault.Powershell.Models.IGetObjectStorePlanBackupDestination DeserializeFromPSObject(global::System.Management.Automation.PSObject content)
        {
            return new GetObjectStorePlanBackupDestination(content);
        }

        /// <summary>
        /// Creates a new instance of <see cref="GetObjectStorePlanBackupDestination" />, 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.IGetObjectStorePlanBackupDestination 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.GetObjectStorePlanBackupDestination"
        /// />.
        /// </summary>
        /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param>
        internal GetObjectStorePlanBackupDestination(global::System.Collections.IDictionary content)
        {
            bool returnNow = false;
            BeforeDeserializeDictionary(content, ref returnNow);
            if (returnNow)
            {
                return;
            }
            // actually deserialize
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).PlanBackupDestination = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("PlanBackupDestination",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).PlanBackupDestination, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePool = (Commvault.Powershell.Models.IStoragePool) content.GetValueForProperty("StoragePool",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePool, Commvault.Powershell.Models.StoragePoolTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ExtendedRetentionRules = (Commvault.Powershell.Models.IExtendedRetentionRules) content.GetValueForProperty("ExtendedRetentionRules",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ExtendedRetentionRules, Commvault.Powershell.Models.ExtendedRetentionRulesTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).BackupDestinationName = (string) content.GetValueForProperty("BackupDestinationName",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).BackupDestinationName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StorageType = (string) content.GetValueForProperty("StorageType",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StorageType, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).RetentionPeriodDays = (long?) content.GetValueForProperty("RetentionPeriodDays",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).RetentionPeriodDays, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).EnableDataAging = (bool?) content.GetValueForProperty("EnableDataAging",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).EnableDataAging, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).CopyPrecedence = (long?) content.GetValueForProperty("CopyPrecedence",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).CopyPrecedence, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).BackupsToCopy = (string) content.GetValueForProperty("BackupsToCopy",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).BackupsToCopy, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).IsDefault = (bool?) content.GetValueForProperty("IsDefault",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).IsDefault, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).IsSnapCopy = (bool?) content.GetValueForProperty("IsSnapCopy",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).IsSnapCopy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).UseExtendedRetentionRules = (bool?) content.GetValueForProperty("UseExtendedRetentionRules",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).UseExtendedRetentionRules, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolId = (long?) content.GetValueForProperty("StoragePoolId",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolName = (string) content.GetValueForProperty("StoragePoolName",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolType = (string) content.GetValueForProperty("StoragePoolType",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolType, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolDeviceType = (string) content.GetValueForProperty("StoragePoolDeviceType",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolDeviceType, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolStorageClass = (string) content.GetValueForProperty("StoragePoolStorageClass",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolStorageClass, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).PlanBackupDestinationId = (long?) content.GetValueForProperty("PlanBackupDestinationId",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).PlanBackupDestinationId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).PlanBackupDestinationName = (string) content.GetValueForProperty("PlanBackupDestinationName",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).PlanBackupDestinationName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolRegion = (Commvault.Powershell.Models.IIdNameDisplayName) content.GetValueForProperty("StoragePoolRegion",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolRegion, Commvault.Powershell.Models.IdNameDisplayNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolRetentionPeriodDays = (long?) content.GetValueForProperty("StoragePoolRetentionPeriodDays",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolRetentionPeriodDays, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolWormStoragePoolFlag = (long?) content.GetValueForProperty("StoragePoolWormStoragePoolFlag",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolWormStoragePoolFlag, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolIsArchiveStorage = (bool?) content.GetValueForProperty("StoragePoolIsArchiveStorage",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolIsArchiveStorage, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ExtendedRetentionRuleFirstExtendedRetentionRule = (Commvault.Powershell.Models.IPlanRetentionRule) content.GetValueForProperty("ExtendedRetentionRuleFirstExtendedRetentionRule",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ExtendedRetentionRuleFirstExtendedRetentionRule, Commvault.Powershell.Models.PlanRetentionRuleTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ExtendedRetentionRuleSecondExtendedRetentionRule = (Commvault.Powershell.Models.IPlanRetentionRule) content.GetValueForProperty("ExtendedRetentionRuleSecondExtendedRetentionRule",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ExtendedRetentionRuleSecondExtendedRetentionRule, Commvault.Powershell.Models.PlanRetentionRuleTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ExtendedRetentionRuleThirdExtendedRetentionRule = (Commvault.Powershell.Models.IPlanRetentionRule) content.GetValueForProperty("ExtendedRetentionRuleThirdExtendedRetentionRule",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ExtendedRetentionRuleThirdExtendedRetentionRule, Commvault.Powershell.Models.PlanRetentionRuleTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).RegionId = (long?) content.GetValueForProperty("RegionId",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).RegionId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).RegionName = (string) content.GetValueForProperty("RegionName",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).RegionName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).RegionDisplayName = (string) content.GetValueForProperty("RegionDisplayName",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).RegionDisplayName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).FirstExtendedRetentionRuleIsInfiniteRetention = (bool?) content.GetValueForProperty("FirstExtendedRetentionRuleIsInfiniteRetention",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).FirstExtendedRetentionRuleIsInfiniteRetention, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).FirstExtendedRetentionRuleRetentionPeriodDays = (long?) content.GetValueForProperty("FirstExtendedRetentionRuleRetentionPeriodDays",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).FirstExtendedRetentionRuleRetentionPeriodDays, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).FirstExtendedRetentionRuleType = (string) content.GetValueForProperty("FirstExtendedRetentionRuleType",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).FirstExtendedRetentionRuleType, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).SecondExtendedRetentionRuleIsInfiniteRetention = (bool?) content.GetValueForProperty("SecondExtendedRetentionRuleIsInfiniteRetention",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).SecondExtendedRetentionRuleIsInfiniteRetention, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).SecondExtendedRetentionRuleRetentionPeriodDays = (long?) content.GetValueForProperty("SecondExtendedRetentionRuleRetentionPeriodDays",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).SecondExtendedRetentionRuleRetentionPeriodDays, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).SecondExtendedRetentionRuleType = (string) content.GetValueForProperty("SecondExtendedRetentionRuleType",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).SecondExtendedRetentionRuleType, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ThirdExtendedRetentionRuleIsInfiniteRetention = (bool?) content.GetValueForProperty("ThirdExtendedRetentionRuleIsInfiniteRetention",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ThirdExtendedRetentionRuleIsInfiniteRetention, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ThirdExtendedRetentionRuleRetentionPeriodDays = (long?) content.GetValueForProperty("ThirdExtendedRetentionRuleRetentionPeriodDays",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ThirdExtendedRetentionRuleRetentionPeriodDays, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ThirdExtendedRetentionRuleType = (string) content.GetValueForProperty("ThirdExtendedRetentionRuleType",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ThirdExtendedRetentionRuleType, 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.GetObjectStorePlanBackupDestination"
        /// />.
        /// </summary>
        /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param>
        internal GetObjectStorePlanBackupDestination(global::System.Management.Automation.PSObject content)
        {
            bool returnNow = false;
            BeforeDeserializePSObject(content, ref returnNow);
            if (returnNow)
            {
                return;
            }
            // actually deserialize
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).PlanBackupDestination = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("PlanBackupDestination",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).PlanBackupDestination, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePool = (Commvault.Powershell.Models.IStoragePool) content.GetValueForProperty("StoragePool",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePool, Commvault.Powershell.Models.StoragePoolTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ExtendedRetentionRules = (Commvault.Powershell.Models.IExtendedRetentionRules) content.GetValueForProperty("ExtendedRetentionRules",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ExtendedRetentionRules, Commvault.Powershell.Models.ExtendedRetentionRulesTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).BackupDestinationName = (string) content.GetValueForProperty("BackupDestinationName",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).BackupDestinationName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StorageType = (string) content.GetValueForProperty("StorageType",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StorageType, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).RetentionPeriodDays = (long?) content.GetValueForProperty("RetentionPeriodDays",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).RetentionPeriodDays, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).EnableDataAging = (bool?) content.GetValueForProperty("EnableDataAging",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).EnableDataAging, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).CopyPrecedence = (long?) content.GetValueForProperty("CopyPrecedence",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).CopyPrecedence, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).BackupsToCopy = (string) content.GetValueForProperty("BackupsToCopy",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).BackupsToCopy, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).IsDefault = (bool?) content.GetValueForProperty("IsDefault",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).IsDefault, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).IsSnapCopy = (bool?) content.GetValueForProperty("IsSnapCopy",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).IsSnapCopy, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).UseExtendedRetentionRules = (bool?) content.GetValueForProperty("UseExtendedRetentionRules",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).UseExtendedRetentionRules, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolId = (long?) content.GetValueForProperty("StoragePoolId",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolName = (string) content.GetValueForProperty("StoragePoolName",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolType = (string) content.GetValueForProperty("StoragePoolType",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolType, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolDeviceType = (string) content.GetValueForProperty("StoragePoolDeviceType",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolDeviceType, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolStorageClass = (string) content.GetValueForProperty("StoragePoolStorageClass",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolStorageClass, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).PlanBackupDestinationId = (long?) content.GetValueForProperty("PlanBackupDestinationId",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).PlanBackupDestinationId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).PlanBackupDestinationName = (string) content.GetValueForProperty("PlanBackupDestinationName",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).PlanBackupDestinationName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolRegion = (Commvault.Powershell.Models.IIdNameDisplayName) content.GetValueForProperty("StoragePoolRegion",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolRegion, Commvault.Powershell.Models.IdNameDisplayNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolRetentionPeriodDays = (long?) content.GetValueForProperty("StoragePoolRetentionPeriodDays",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolRetentionPeriodDays, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolWormStoragePoolFlag = (long?) content.GetValueForProperty("StoragePoolWormStoragePoolFlag",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolWormStoragePoolFlag, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolIsArchiveStorage = (bool?) content.GetValueForProperty("StoragePoolIsArchiveStorage",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).StoragePoolIsArchiveStorage, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ExtendedRetentionRuleFirstExtendedRetentionRule = (Commvault.Powershell.Models.IPlanRetentionRule) content.GetValueForProperty("ExtendedRetentionRuleFirstExtendedRetentionRule",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ExtendedRetentionRuleFirstExtendedRetentionRule, Commvault.Powershell.Models.PlanRetentionRuleTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ExtendedRetentionRuleSecondExtendedRetentionRule = (Commvault.Powershell.Models.IPlanRetentionRule) content.GetValueForProperty("ExtendedRetentionRuleSecondExtendedRetentionRule",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ExtendedRetentionRuleSecondExtendedRetentionRule, Commvault.Powershell.Models.PlanRetentionRuleTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ExtendedRetentionRuleThirdExtendedRetentionRule = (Commvault.Powershell.Models.IPlanRetentionRule) content.GetValueForProperty("ExtendedRetentionRuleThirdExtendedRetentionRule",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ExtendedRetentionRuleThirdExtendedRetentionRule, Commvault.Powershell.Models.PlanRetentionRuleTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).RegionId = (long?) content.GetValueForProperty("RegionId",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).RegionId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).RegionName = (string) content.GetValueForProperty("RegionName",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).RegionName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).RegionDisplayName = (string) content.GetValueForProperty("RegionDisplayName",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).RegionDisplayName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).FirstExtendedRetentionRuleIsInfiniteRetention = (bool?) content.GetValueForProperty("FirstExtendedRetentionRuleIsInfiniteRetention",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).FirstExtendedRetentionRuleIsInfiniteRetention, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).FirstExtendedRetentionRuleRetentionPeriodDays = (long?) content.GetValueForProperty("FirstExtendedRetentionRuleRetentionPeriodDays",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).FirstExtendedRetentionRuleRetentionPeriodDays, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).FirstExtendedRetentionRuleType = (string) content.GetValueForProperty("FirstExtendedRetentionRuleType",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).FirstExtendedRetentionRuleType, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).SecondExtendedRetentionRuleIsInfiniteRetention = (bool?) content.GetValueForProperty("SecondExtendedRetentionRuleIsInfiniteRetention",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).SecondExtendedRetentionRuleIsInfiniteRetention, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).SecondExtendedRetentionRuleRetentionPeriodDays = (long?) content.GetValueForProperty("SecondExtendedRetentionRuleRetentionPeriodDays",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).SecondExtendedRetentionRuleRetentionPeriodDays, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).SecondExtendedRetentionRuleType = (string) content.GetValueForProperty("SecondExtendedRetentionRuleType",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).SecondExtendedRetentionRuleType, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ThirdExtendedRetentionRuleIsInfiniteRetention = (bool?) content.GetValueForProperty("ThirdExtendedRetentionRuleIsInfiniteRetention",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ThirdExtendedRetentionRuleIsInfiniteRetention, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ThirdExtendedRetentionRuleRetentionPeriodDays = (long?) content.GetValueForProperty("ThirdExtendedRetentionRuleRetentionPeriodDays",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ThirdExtendedRetentionRuleRetentionPeriodDays, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ThirdExtendedRetentionRuleType = (string) content.GetValueForProperty("ThirdExtendedRetentionRuleType",((Commvault.Powershell.Models.IGetObjectStorePlanBackupDestinationInternal)this).ThirdExtendedRetentionRuleType, 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(GetObjectStorePlanBackupDestinationTypeConverter))]
    public partial interface IGetObjectStorePlanBackupDestination

    {

    }
}