GoogleCloudApigeeV1SecurityFeedbackFeedbackContext.fromJson constructor
GoogleCloudApigeeV1SecurityFeedbackFeedbackContext.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1SecurityFeedbackFeedbackContext.fromJson(core.Map json_)
: this(
attribute: json_['attribute'] as core.String?,
values:
(json_['values'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);