GoogleCloudApigeeV1SecurityFeedback class
Represents a feedback report from an Advanced API Security customer.
Constructors
-
GoogleCloudApigeeV1SecurityFeedback.new({String? comment, String? createTime, String? displayName, List<
GoogleCloudApigeeV1SecurityFeedbackFeedbackContext> ? feedbackContexts, String? feedbackType, String? name, String? reason, String? updateTime}) - GoogleCloudApigeeV1SecurityFeedback.fromJson(Map json_)
Properties
- comment ↔ String?
-
Optional text the user can provide for additional, unstructured context.
getter/setter pair
- createTime ↔ String?
-
The time when this specific feedback id was created.
getter/setter pair
- displayName ↔ String?
-
The display name of the feedback.
getter/setter pair
-
feedbackContexts
↔ List<
GoogleCloudApigeeV1SecurityFeedbackFeedbackContext> ? -
One or more attribute/value pairs for constraining the feedback.
getter/setter pair
- feedbackType ↔ String?
-
The type of feedback being submitted.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- reason ↔ String?
-
The reason for the feedback.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The time when this specific feedback id was updated.
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