generated/api/Models/ComponentsFmi374SchemasGetjobsPropertiesJobsItemsPropertiesJobsummaryPropertiesDatasource.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 ComponentsFmi374SchemasGetjobsPropertiesJobsItemsPropertiesJobsummaryPropertiesDatasource :
        Commvault.Powershell.Models.IComponentsFmi374SchemasGetjobsPropertiesJobsItemsPropertiesJobsummaryPropertiesDatasource,
        Commvault.Powershell.Models.IComponentsFmi374SchemasGetjobsPropertiesJobsItemsPropertiesJobsummaryPropertiesDatasourceInternal
    {

        /// <summary>Backing field for <see cref="DataSourceId" /> property.</summary>
        private long? _dataSourceId;

        [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)]
        public long? DataSourceId { get => this._dataSourceId; set => this._dataSourceId = value; }

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

        }
    }
    public partial interface IComponentsFmi374SchemasGetjobsPropertiesJobsItemsPropertiesJobsummaryPropertiesDatasource :
        Commvault.Powershell.Runtime.IJsonSerializable
    {
        [Commvault.Powershell.Runtime.Info(
        Required = false,
        ReadOnly = false,
        Description = @"",
        SerializedName = @"dataSourceId",
        PossibleTypes = new [] { typeof(long) })]
        long? DataSourceId { get; set; }

    }
    internal partial interface IComponentsFmi374SchemasGetjobsPropertiesJobsItemsPropertiesJobsummaryPropertiesDatasourceInternal

    {
        long? DataSourceId { get; set; }

    }
}