generated/api/Models/GlobalEntityAggregationValueResp.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>this is the data model for return aggregate API</summary>
    public partial class GlobalEntityAggregationValueResp :
        Commvault.Powershell.Models.IGlobalEntityAggregationValueResp,
        Commvault.Powershell.Models.IGlobalEntityAggregationValueRespInternal
    {

        /// <summary>Backing field for <see cref="Aggregation" /> property.</summary>
        private Commvault.Powershell.Models.IGroupByAggregationValue[] _aggregation;

        [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)]
        public Commvault.Powershell.Models.IGroupByAggregationValue[] Aggregation { get => this._aggregation; set => this._aggregation = value; }

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

        }
    }
    /// this is the data model for return aggregate API
    public partial interface IGlobalEntityAggregationValueResp :
        Commvault.Powershell.Runtime.IJsonSerializable
    {
        [Commvault.Powershell.Runtime.Info(
        Required = false,
        ReadOnly = false,
        Description = @"",
        SerializedName = @"aggregation",
        PossibleTypes = new [] { typeof(Commvault.Powershell.Models.IGroupByAggregationValue) })]
        Commvault.Powershell.Models.IGroupByAggregationValue[] Aggregation { get; set; }

    }
    /// this is the data model for return aggregate API
    internal partial interface IGlobalEntityAggregationValueRespInternal

    {
        Commvault.Powershell.Models.IGroupByAggregationValue[] Aggregation { get; set; }

    }
}