GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies class
The field and the value it must have for another field to be allowed to be set.
Constructors
- GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies({String? sourceField, String? sourceFieldValue})
- GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceField ↔ String?
-
The source field which this field depends on.
getter/setter pair
- sourceFieldValue ↔ String?
-
The value which the source field must have for this field to be allowed to
be set.
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