generated/api/Models/Any.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 static Commvault.Powershell.Runtime.Extensions;

    /// <summary>Any object</summary>
    public partial class Any :
        Commvault.Powershell.Models.IAny,
        Commvault.Powershell.Models.IAnyInternal
    {

        /// <summary>Creates an new <see cref="Any" /> instance.</summary>
        public Any()
        {

        }
    }
    /// Any object
    public partial interface IAny :
        Commvault.Powershell.Runtime.IJsonSerializable
    {

    }
    /// Any object
    internal partial interface IAnyInternal

    {

    }
}