generated/api/Models/Paths9Ld6GxV4ServicecommcellsGetResponses200ContentApplicationJsonSchema.cs
// Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.9.2, generator: @autorest/powershell@3.0.494) // 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 Paths9Ld6GxV4ServicecommcellsGetResponses200ContentApplicationJsonSchema : Commvault.Powershell.Models.IPaths9Ld6GxV4ServicecommcellsGetResponses200ContentApplicationJsonSchema, Commvault.Powershell.Models.IPaths9Ld6GxV4ServicecommcellsGetResponses200ContentApplicationJsonSchemaInternal { /// <summary>Backing field for <see cref="ServiceCommcells" /> property.</summary> private Commvault.Powershell.Models.IServiceCommcells[] _serviceCommcells; [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] public Commvault.Powershell.Models.IServiceCommcells[] ServiceCommcells { get => this._serviceCommcells; set => this._serviceCommcells = value; } /// <summary> /// Creates an new <see cref="Paths9Ld6GxV4ServicecommcellsGetResponses200ContentApplicationJsonSchema" /> instance. /// </summary> public Paths9Ld6GxV4ServicecommcellsGetResponses200ContentApplicationJsonSchema() { } } public partial interface IPaths9Ld6GxV4ServicecommcellsGetResponses200ContentApplicationJsonSchema : Commvault.Powershell.Runtime.IJsonSerializable { [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Description = @"", SerializedName = @"serviceCommcells", PossibleTypes = new [] { typeof(Commvault.Powershell.Models.IServiceCommcells) })] Commvault.Powershell.Models.IServiceCommcells[] ServiceCommcells { get; set; } } internal partial interface IPaths9Ld6GxV4ServicecommcellsGetResponses200ContentApplicationJsonSchemaInternal { Commvault.Powershell.Models.IServiceCommcells[] ServiceCommcells { get; set; } } } |