public sealed class RoutineCreation : IMessage<BigQueryAuditMetadata.Types.RoutineCreation>, IEquatable<BigQueryAuditMetadata.Types.RoutineCreation>, IDeepCloneable<BigQueryAuditMetadata.Types.RoutineCreation>, IBufferMessage, IMessage
[[["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-03-21 UTC."],[[["This webpage provides documentation for the `RoutineCreation` class within the `Google.Cloud.Audit` namespace, specifically version 2.0.0 of the library."],["The `RoutineCreation` class is a part of the `BigQueryAuditMetadata.Types` and represents an event related to the creation of a routine, inheriting from `Object` and implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `JobName`, which is the URI of the job that created the routine, `Reason`, which details how the routine was created, and `Routine`, representing the created routine itself."],["The `RoutineCreation` class has two constructors, one that is empty, and one that takes in `BigQueryAuditMetadata.Types.RoutineCreation` as a parameter."],["The webpage also outlines inherited members, assembly information, and property details such as type and descriptions for `JobName`, `Reason`, and `Routine`."]]],[]]