generated/api/Models/ComponentsUyvunhSchemasGetjobsPropertiesJobsItemsPropertiesJobsummaryPropertiesDestinationdisplayclient.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 ComponentsUyvunhSchemasGetjobsPropertiesJobsItemsPropertiesJobsummaryPropertiesDestinationdisplayclient : Commvault.Powershell.Models.IComponentsUyvunhSchemasGetjobsPropertiesJobsItemsPropertiesJobsummaryPropertiesDestinationdisplayclient, Commvault.Powershell.Models.IComponentsUyvunhSchemasGetjobsPropertiesJobsItemsPropertiesJobsummaryPropertiesDestinationdisplayclientInternal { /// <summary>Backing field for <see cref="ClientId" /> property.</summary> private long? _clientId; [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] public long? ClientId { get => this._clientId; set => this._clientId = value; } /// <summary> /// Creates an new <see cref="ComponentsUyvunhSchemasGetjobsPropertiesJobsItemsPropertiesJobsummaryPropertiesDestinationdisplayclient" /// /> instance. /// </summary> public ComponentsUyvunhSchemasGetjobsPropertiesJobsItemsPropertiesJobsummaryPropertiesDestinationdisplayclient() { } } public partial interface IComponentsUyvunhSchemasGetjobsPropertiesJobsItemsPropertiesJobsummaryPropertiesDestinationdisplayclient : Commvault.Powershell.Runtime.IJsonSerializable { [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Description = @"", SerializedName = @"clientId", PossibleTypes = new [] { typeof(long) })] long? ClientId { get; set; } } internal partial interface IComponentsUyvunhSchemasGetjobsPropertiesJobsItemsPropertiesJobsummaryPropertiesDestinationdisplayclientInternal { long? ClientId { get; set; } } } |