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-04-09 UTC."],[[["This webpage details the `CreateViewRequest` class, which is used to define parameters for creating a new log view within Google Cloud Logging V2."],["The class is part of the `Google.Cloud.Logging.V2` namespace and is found in the `Google.Cloud.Logging.V2.dll` assembly."],["`CreateViewRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `Object` class."],["The class includes properties such as `Parent`, `View`, and `ViewId`, all of which are required to specify the bucket, the new view, and the desired view identifier, respectively."],["The latest version available is 4.4.0 and there are different versions available starting from 3.3.0."]]],[]]