Input$NotificationIntegrationPlatformAPIInput constructor

Input$NotificationIntegrationPlatformAPIInput({
  1. String? link,
  2. Enum$ApiMethods? method,
  3. List<Input$KeyValueInput>? headers,
  4. List<Input$KeyValueInput>? params,
  5. Input$NotificationIntegrationPlatformApiParamsInput? paramsConfig,
})

Implementation

factory Input$NotificationIntegrationPlatformAPIInput({
  String? link,
  Enum$ApiMethods? method,
  List<Input$KeyValueInput>? headers,
  List<Input$KeyValueInput>? params,
  Input$NotificationIntegrationPlatformApiParamsInput? paramsConfig,
}) =>
    Input$NotificationIntegrationPlatformAPIInput._({
      if (link != null) r'link': link,
      if (method != null) r'method': method,
      if (headers != null) r'headers': headers,
      if (params != null) r'params': params,
      if (paramsConfig != null) r'paramsConfig': paramsConfig,
    });