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