public sealed class CreateViewRequest : IMessage<CreateViewRequest>, IEquatable<CreateViewRequest>, IDeepCloneable<CreateViewRequest>, 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 details the `CreateViewRequest` class, which is used to define parameters for creating a new log view within Google Cloud Logging."],["The `CreateViewRequest` class is part of the `Google.Cloud.Logging.V2` namespace and is available in multiple versions, with the latest being version 4.4.0, and version 3.4.0 also being listed."],["The class inherits from `System.Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`CreateViewRequest` includes properties such as `Parent`, `View`, and `ViewId`, which are essential for specifying the bucket, the view data, and the ID of the new log view, respectively."],["The class has two constructors, one default and one that accepts another `CreateViewRequest` object as a parameter for creating a copy."]]],[]]