Cloud Security Compliance v1 API - Class IntRange (1.0.0-beta01)

public sealed class IntRange : IMessage<IntRange>, IEquatable<IntRange>, IDeepCloneable<IntRange>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Security Compliance v1 API class IntRange.

Number range for number parameters.

Inheritance

object > IntRange

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

IntRange()

public IntRange()

IntRange(IntRange)

public IntRange(IntRange other)
Parameter
Name Description
other IntRange

Properties

Max

public long Max { get; set; }

Required. Maximum allowed value for the numeric parameter (inclusive).

Property Value
Type Description
long

Min

public long Min { get; set; }

Required. Minimum allowed value for the numeric parameter (inclusive).

Property Value
Type Description
long