[[["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 `FetchStaticIpsResponse` class is a response message for fetching static IP addresses, inheriting from `Object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`."],["This class is found within the `Google.Cloud.Datastream.V1Alpha1` namespace and is part of the `Google.Cloud.Datastream.V1Alpha1.dll` assembly."],["It includes two constructors, one parameterless and one accepting another `FetchStaticIpsResponse` object, allowing the creation of new instances and copies of existing ones."],["Key properties include `NextPageToken`, which is a string used for pagination, and `StaticIps`, which is a repeated field of strings representing the list of static IPs."],["The class also implements methods like GetEnumerator(), and inherited methods like GetHashCode(), GetType(), MemberwiseClone(), and ToString() from the base Object class."]]],[]]