toArgMap method

Map<String, Object?> toArgMap()

Implementation

Map<String, Object?> toArgMap() => {
  'ddos_protection': ddosProtection.terraformValue,
};