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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `InitializeZoneRequest` class is part of the Google Cloud Edge Network v1 API, with the latest version being 1.4.0."],["This class is a message type used to initialize a specific zone within the Distributed Cloud Edge Network."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InitializeZoneRequest` class has two constructors: one default and one that takes another `InitializeZoneRequest` object as a parameter, used as a copy constructor."],["It includes two properties, `Name` which is a string representing the zone's resource name, and `ZoneName` that is a `ZoneName`-typed view over the resource name."]]],[]]