public sealed class InitializeZoneResponse : IMessage<InitializeZoneResponse>, IEquatable<InitializeZoneResponse>, IDeepCloneable<InitializeZoneResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class InitializeZoneResponse.
[[["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 `InitializeZoneResponse` class is part of the Distributed Cloud Edge Network v1 API, specifically within the `Google.Cloud.EdgeNetwork.V1` namespace."],["This class represents the response data for initializing a zone within the API, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InitializeZoneResponse` class inherits from `object` and offers methods such as `GetHashCode()`, `GetType()`, and `ToString()` from the base object."],["There are two constructors available for creating instances of `InitializeZoneResponse`: a default constructor and one that takes another `InitializeZoneResponse` object as input for creating a copy."],["Documentation is available for multiple versions of the `InitializeZoneResponse` class, ranging from version 1.0.0 up to the latest version 1.4.0, which may contain differences to the version 1.3.0 shown here."]]],[]]