public sealed class CreateBackupRequest : IMessage<CreateBackupRequest>, IEquatable<CreateBackupRequest>, IDeepCloneable<CreateBackupRequest>, 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."],[[["The `CreateBackupRequest` class is used to request the creation of a backup in the Google Cloud GKE Backup service, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties such as `Backup`, `BackupId`, and `Parent`, which are used to define the specifications for the new backup like the backup resource itself, a client-provided name, and the backup plan it will reside in, respectively."],["The latest version of this is version 2.6.0, and multiple older versions are also documented, ranging from 2.5.0 down to 1.0.0-beta01, all available for reference through the provided links."],["`CreateBackupRequest` class can be constructed with no parameters or by taking another `CreateBackupRequest` object as a parameter."],["The namespace for the `CreateBackupRequest` class is `Google.Cloud.GkeBackup.V1`, part of the `Google.Cloud.GkeBackup.V1.dll` assembly."]]],[]]