generated/api/Models/PathsT0Pnd9V4FailovergroupsGetResponses200ContentApplicationJsonSchema.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;

    public partial class PathsT0Pnd9V4FailovergroupsGetResponses200ContentApplicationJsonSchema :
        Commvault.Powershell.Models.IPathsT0Pnd9V4FailovergroupsGetResponses200ContentApplicationJsonSchema,
        Commvault.Powershell.Models.IPathsT0Pnd9V4FailovergroupsGetResponses200ContentApplicationJsonSchemaInternal
    {

        /// <summary>Backing field for <see cref="FailoverGroups" /> property.</summary>
        private Commvault.Powershell.Models.IFailoverGroupsList[] _failoverGroups;

        /// <summary>List of failover groups</summary>
        [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)]
        public Commvault.Powershell.Models.IFailoverGroupsList[] FailoverGroups { get => this._failoverGroups; set => this._failoverGroups = value; }

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

        }
    }
    public partial interface IPathsT0Pnd9V4FailovergroupsGetResponses200ContentApplicationJsonSchema :
        Commvault.Powershell.Runtime.IJsonSerializable
    {
        /// <summary>List of failover groups</summary>
        [Commvault.Powershell.Runtime.Info(
        Required = false,
        ReadOnly = false,
        Description = @"List of failover groups",
        SerializedName = @"failoverGroups",
        PossibleTypes = new [] { typeof(Commvault.Powershell.Models.IFailoverGroupsList) })]
        Commvault.Powershell.Models.IFailoverGroupsList[] FailoverGroups { get; set; }

    }
    internal partial interface IPathsT0Pnd9V4FailovergroupsGetResponses200ContentApplicationJsonSchemaInternal

    {
        /// <summary>List of failover groups</summary>
        Commvault.Powershell.Models.IFailoverGroupsList[] FailoverGroups { get; set; }

    }
}