GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription class
Provides special notice messages related to a particular value in a field that is part of a PolicySchema.
Constructors
- GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription({bool? acknowledgementRequired, String? field, String? noticeMessage, String? noticeValue})
- GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription.fromJson(Map json_)
Properties
- acknowledgementRequired ↔ bool?
-
Whether the user needs to acknowledge the notice message before the value
can be set.
getter/setter pair
- field ↔ String?
-
The field name associated with the notice.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- noticeMessage ↔ String?
-
The notice message associate with the value of the field.
getter/setter pair
- noticeValue ↔ String?
-
The value of the field that has a notice.
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