generated/api/Models/Paths11T578Jv4StoragearraysJobJobidSnapsGetResponses200ContentApplicationJsonSchema.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 Paths11T578Jv4StoragearraysJobJobidSnapsGetResponses200ContentApplicationJsonSchema :
        Commvault.Powershell.Models.IPaths11T578Jv4StoragearraysJobJobidSnapsGetResponses200ContentApplicationJsonSchema,
        Commvault.Powershell.Models.IPaths11T578Jv4StoragearraysJobJobidSnapsGetResponses200ContentApplicationJsonSchemaInternal
    {

        /// <summary>Backing field for <see cref="Snaps" /> property.</summary>
        private Commvault.Powershell.Models.IListSnapshots[] _snaps;

        [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)]
        public Commvault.Powershell.Models.IListSnapshots[] Snaps { get => this._snaps; set => this._snaps = value; }

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

        }
    }
    public partial interface IPaths11T578Jv4StoragearraysJobJobidSnapsGetResponses200ContentApplicationJsonSchema :
        Commvault.Powershell.Runtime.IJsonSerializable
    {
        [Commvault.Powershell.Runtime.Info(
        Required = false,
        ReadOnly = false,
        Description = @"",
        SerializedName = @"snaps",
        PossibleTypes = new [] { typeof(Commvault.Powershell.Models.IListSnapshots) })]
        Commvault.Powershell.Models.IListSnapshots[] Snaps { get; set; }

    }
    internal partial interface IPaths11T578Jv4StoragearraysJobJobidSnapsGetResponses200ContentApplicationJsonSchemaInternal

    {
        Commvault.Powershell.Models.IListSnapshots[] Snaps { get; set; }

    }
}