public sealed class ScheduledOperationDetails : IMessage<ScheduledOperationDetails>, IEquatable<ScheduledOperationDetails>, IDeepCloneable<ScheduledOperationDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class ScheduledOperationDetails.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eScheduledOperationDetails\u003c/code\u003e class within the Google Cloud Oracle Database v1 API, outlining its structure and functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScheduledOperationDetails\u003c/code\u003e class is used to represent the specifics of a scheduled operation, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eScheduledOperationDetails\u003c/code\u003e class include \u003ccode\u003eDayOfWeek\u003c/code\u003e, \u003ccode\u003eStartTime\u003c/code\u003e, and \u003ccode\u003eStopTime\u003c/code\u003e, which are used to define the timing of a scheduled operation, specifically its start and stop time, and the day of the week it takes place.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors, a default constructor, and a constructor taking a \u003ccode\u003eScheduledOperationDetails\u003c/code\u003e object as parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes version information, showing that both version 1.1.0 and 1.0.0 are available.\u003c/p\u003e\n"]]],[],null,["# Oracle Database@Google Cloud v1 API - Class ScheduledOperationDetails (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.ScheduledOperationDetails)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.2.0/Google.Cloud.OracleDatabase.V1.ScheduledOperationDetails)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.1.0/Google.Cloud.OracleDatabase.V1.ScheduledOperationDetails)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.0.0/Google.Cloud.OracleDatabase.V1.ScheduledOperationDetails) \n\n public sealed class ScheduledOperationDetails : IMessage\u003cScheduledOperationDetails\u003e, IEquatable\u003cScheduledOperationDetails\u003e, IDeepCloneable\u003cScheduledOperationDetails\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ScheduledOperationDetails.\n\nDetails of scheduled operation.\n\u003chttps://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/ScheduledOperationDetails\u003e \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ScheduledOperationDetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ScheduledOperationDetails](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.ScheduledOperationDetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ScheduledOperationDetails](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.ScheduledOperationDetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ScheduledOperationDetails](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.ScheduledOperationDetails), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.OracleDatabase.V1](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.OracleDatabase.V1.dll\n\nConstructors\n------------\n\n### ScheduledOperationDetails()\n\n public ScheduledOperationDetails()\n\n### ScheduledOperationDetails(ScheduledOperationDetails)\n\n public ScheduledOperationDetails(ScheduledOperationDetails other)\n\nProperties\n----------\n\n### DayOfWeek\n\n public DayOfWeek DayOfWeek { get; set; }\n\nOutput only. Day of week.\n\n### StartTime\n\n public TimeOfDay StartTime { get; set; }\n\nOutput only. Auto start time.\n\n### StopTime\n\n public TimeOfDay StopTime { get; set; }\n\nOutput only. Auto stop time."]]