public sealed class SupportedDatabaseFlag.Types.IntegerRestrictions : IMessage<SupportedDatabaseFlag.Types.IntegerRestrictions>, IEquatable<SupportedDatabaseFlag.Types.IntegerRestrictions>, IDeepCloneable<SupportedDatabaseFlag.Types.IntegerRestrictions>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class SupportedDatabaseFlag.Types.IntegerRestrictions.
[[["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-04-02 UTC."],[[["This document provides reference information for the `SupportedDatabaseFlag.Types.IntegerRestrictions` class within the AlloyDB v1beta API, version 1.0.0-beta08."],["The `IntegerRestrictions` class represents restrictions on INTEGER type values and inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default `IntegerRestrictions()` constructor and another that takes an existing `IntegerRestrictions` object as a parameter, labeled as `IntegerRestrictions(IntegerRestrictions)`."],["The `IntegerRestrictions` class includes two properties, `MaxValue` and `MinValue`, both of type `long?`, which define the boundaries for allowable integer values."]]],[]]