Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class IntRange.
Number range for number parameters.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.IntRange
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ min
int|string
Required. Minimum allowed value for the numeric parameter (inclusive).
↳ max
int|string
Required. Maximum allowed value for the numeric parameter (inclusive).
getMin
Required. Minimum allowed value for the numeric parameter (inclusive).
int|string
setMin
Required. Minimum allowed value for the numeric parameter (inclusive).
var
int|string
$this
getMax
Required. Maximum allowed value for the numeric parameter (inclusive).
int|string
setMax
Required. Maximum allowed value for the numeric parameter (inclusive).
var
int|string
$this

