generated/api/Models/GetAssociationsForCompanyResp.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>Response template for list of associationsfor a company</summary>
    public partial class GetAssociationsForCompanyResp :
        Commvault.Powershell.Models.IGetAssociationsForCompanyResp,
        Commvault.Powershell.Models.IGetAssociationsForCompanyRespInternal
    {

        /// <summary>Backing field for <see cref="AssociatedEntities" /> property.</summary>
        private Commvault.Powershell.Models.IIdName[] _associatedEntities;

        [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)]
        public Commvault.Powershell.Models.IIdName[] AssociatedEntities { get => this._associatedEntities; set => this._associatedEntities = value; }

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

        }
    }
    /// Response template for list of associationsfor a company
    public partial interface IGetAssociationsForCompanyResp :
        Commvault.Powershell.Runtime.IJsonSerializable
    {
        [Commvault.Powershell.Runtime.Info(
        Required = false,
        ReadOnly = false,
        Description = @"",
        SerializedName = @"associatedEntities",
        PossibleTypes = new [] { typeof(Commvault.Powershell.Models.IIdName) })]
        Commvault.Powershell.Models.IIdName[] AssociatedEntities { get; set; }

    }
    /// Response template for list of associationsfor a company
    internal partial interface IGetAssociationsForCompanyRespInternal

    {
        Commvault.Powershell.Models.IIdName[] AssociatedEntities { get; set; }

    }
}