public sealed class GetFunctionRequest : IMessage<GetFunctionRequest>, IEquatable<GetFunctionRequest>, IDeepCloneable<GetFunctionRequest>, 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 `GetFunctionRequest` class is used to request details about a specific function in Google Cloud Functions."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message handling respectively."],["The `GetFunctionRequest` class is available in multiple versions, with the latest being version 2.7.0 and the earliest mentioned in the list being 1.1.0, allowing users to choose a version based on their needs."],["It includes properties like `Name` (a string) and `CloudFunctionName` (of type `CloudFunctionName`), where `Name` is a required property that specifies the name of the function for which details are requested."]]],[]]