generated/api/Models/Paths1C2BvcjV4VMVmguidActionRenewPostRequestbodyContentApplicationJsonSchema.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 Paths1C2BvcjV4VMVmguidActionRenewPostRequestbodyContentApplicationJsonSchema :
        Commvault.Powershell.Models.IPaths1C2BvcjV4VMVmguidActionRenewPostRequestbodyContentApplicationJsonSchema,
        Commvault.Powershell.Models.IPaths1C2BvcjV4VMVmguidActionRenewPostRequestbodyContentApplicationJsonSchemaInternal
    {

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

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

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

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

    }
    internal partial interface IPaths1C2BvcjV4VMVmguidActionRenewPostRequestbodyContentApplicationJsonSchemaInternal

    {
        long? Time { get; set; }

    }
}