generated/api/Models/Any.cs
// Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/powershell@4.0.708) // 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>Anything</summary> public partial class Any : Commvault.Powershell.Models.IAny, Commvault.Powershell.Models.IAnyInternal { /// <summary>Creates an new <see cref="Any" /> instance.</summary> public Any() { } } /// Anything public partial interface IAny : Commvault.Powershell.Runtime.IJsonSerializable { } /// Anything internal partial interface IAnyInternal { } } |