[[["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-09-04 UTC."],[],[],null,[" public sealed class IntRange : IMessage\u003cIntRange\u003e, IEquatable\u003cIntRange\u003e, IDeepCloneable\u003cIntRange\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Security Compliance v1 API class IntRange.\n\nNumber range for number parameters. \n\nInheritance [object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e IntRange \n\nImplements [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[IntRange](/dotnet/docs/reference/Google.Cloud.CloudSecurityCompliance.V1/latest/Google.Cloud.CloudSecurityCompliance.V1.IntRange), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[IntRange](/dotnet/docs/reference/Google.Cloud.CloudSecurityCompliance.V1/latest/Google.Cloud.CloudSecurityCompliance.V1.IntRange), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[IntRange](/dotnet/docs/reference/Google.Cloud.CloudSecurityCompliance.V1/latest/Google.Cloud.CloudSecurityCompliance.V1.IntRange), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace [Google.Cloud.CloudSecurityCompliance.V1](/dotnet/docs/reference/Google.Cloud.CloudSecurityCompliance.V1/latest/Google.Cloud.CloudSecurityCompliance.V1)\n\nAssembly\n\nGoogle.Cloud.CloudSecurityCompliance.V1.dll\n\nConstructors\n\nIntRange() \n\n public IntRange()\n\nIntRange(IntRange) \n\n public IntRange(IntRange other)\n\n| **Parameter** ||\n|----------|------------------------------------------------------------------------------------------------------------------------------------|\n| **Name** | **Description** |\n| `other` | [IntRange](/dotnet/docs/reference/Google.Cloud.CloudSecurityCompliance.V1/latest/Google.Cloud.CloudSecurityCompliance.V1.IntRange) |\n\nProperties\n\nMax \n\n public long Max { get; set; }\n\nRequired. Maximum allowed value for the numeric parameter (inclusive).\n\n| **Property Value** ||\n|-------------------------------------------------------------|-----------------|\n| **Type** | **Description** |\n| [long](https://learn.microsoft.com/dotnet/api/system.int64) | |\n\nMin \n\n public long Min { get; set; }\n\nRequired. Minimum allowed value for the numeric parameter (inclusive).\n\n| **Property Value** ||\n|-------------------------------------------------------------|-----------------|\n| **Type** | **Description** |\n| [long](https://learn.microsoft.com/dotnet/api/system.int64) | |"]]