Пример #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="RetentionDuration" /> class.
        /// </summary>


        /// <param name="ArchiveRetention">ArchiveRetention.</param>



        /// <param name="DeleteRetention">DeleteRetention.</param>


        public RetentionDuration(ArchiveRetention ArchiveRetention = null, DeleteRetention DeleteRetention = null)
        {
            this.ArchiveRetention = ArchiveRetention;



            this.DeleteRetention = DeleteRetention;
        }
Пример #2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="InitiateScreenRecording" /> class.
        /// </summary>


        /// <param name="RecordACW">RecordACW.</param>



        /// <param name="ArchiveRetention">ArchiveRetention.</param>



        /// <param name="DeleteRetention">DeleteRetention.</param>


        public InitiateScreenRecording(bool?RecordACW = null, ArchiveRetention ArchiveRetention = null, DeleteRetention DeleteRetention = null)
        {
            this.RecordACW = RecordACW;



            this.ArchiveRetention = ArchiveRetention;



            this.DeleteRetention = DeleteRetention;
        }