GoogleCloudAssetV1Constraint class

The definition of a constraint.

Constructors

GoogleCloudAssetV1Constraint({GoogleCloudAssetV1BooleanConstraint? booleanConstraint, String? constraintDefault, String? description, String? displayName, GoogleCloudAssetV1ListConstraint? listConstraint, String? name})
GoogleCloudAssetV1Constraint.fromJson(Map json_)

Properties

booleanConstraint GoogleCloudAssetV1BooleanConstraint?
Defines this constraint as being a BooleanConstraint.
getter/setter pair
constraintDefault String?
The evaluation behavior of this constraint in the absence of 'Policy'. Possible string values are:
getter/setter pair
description String?
Detailed description of what this Constraint controls as well as how and where it is enforced.
getter/setter pair
displayName String?
The human readable name of the constraint.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
listConstraint GoogleCloudAssetV1ListConstraint?
Defines this constraint as being a ListConstraint.
getter/setter pair
name String?
The unique name of the constraint.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited