GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameter class
Defines a parameter structure.
Constructors
- GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameter.new({Object? defaultValue, String? item, GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameterMetadata? metadata, String? type, String? validValuesExpr})
- GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameter.fromJson(Map json_)
Properties
- defaultValue ↔ Object?
-
Sets the value of the parameter in an assignment if no value is given.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- item ↔ String?
-
Determines the parameter's value structure.
getter/setter pair
- metadata ↔ GoogleCloudOrgpolicyV2ConstraintCustomConstraintDefinitionParameterMetadata?
-
Defines subproperties primarily used by the UI to display user-friendly
information.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
Type of the parameter.
Possible string values are:
getter/setter pair
- validValuesExpr ↔ String?
-
Provides a CEL expression to specify the acceptable parameter values
during assignment.
getter/setter pair
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