public sealed class CreateExecutionRequest : IMessage<CreateExecutionRequest>, IEquatable<CreateExecutionRequest>, IDeepCloneable<CreateExecutionRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document outlines the `CreateExecutionRequest` class within the `Google.Cloud.Notebooks.V1` namespace, used to initiate a request for creating a notebook execution."],["The `CreateExecutionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["There are two constructors available for the `CreateExecutionRequest` class, one default and another that accepts an existing `CreateExecutionRequest` object for cloning."],["The `CreateExecutionRequest` class contains properties such as `Execution` (the execution to be created), `ExecutionId` (a unique identifier for the execution), `Parent` (the location where the execution will be created), and `ParentAsExecutionName` (a typed view of the `Parent` resource name)."],["This documentation refers to version `1.0.0-beta04`, but includes links to the class documentation for versions 2.0.0 through 2.5.0."]]],[]]