public sealed class InitializeZoneRequest : IMessage<InitializeZoneRequest>, IEquatable<InitializeZoneRequest>, IDeepCloneable<InitializeZoneRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class InitializeZoneRequest.
[[["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 documentation page covers the `InitializeZoneRequest` class within the Google Cloud Edge Network v1 API, specifically version 1.2.0."],["The `InitializeZoneRequest` class is a message type used for initializing a specific zone and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (a string) and `ZoneName` (a `ZoneName` type) to specify the zone resource to be initialized."],["The `InitializeZoneRequest` class has two constructors, one default constructor and another that takes a `InitializeZoneRequest` as a parameter."],["This API is available in the `Google.Cloud.EdgeNetwork.V1` namespace, and the latest version is 1.4.0, while previous versions range from 1.0.0 to 1.3.0."]]],[]]