Input$PredefinedActionInput constructor
Implementation
factory Input$PredefinedActionInput({
bool? enable,
String? action,
}) =>
Input$PredefinedActionInput._({
if (enable != null) r'enable': enable,
if (action != null) r'action': action,
});