Input$NotificationIntegrationPlatformAPIInput constructor
Input$NotificationIntegrationPlatformAPIInput({
- String? link,
- Enum$ApiMethods? method,
- List<
Input$KeyValueInput> ? headers, - List<
Input$KeyValueInput> ? params, - 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,
});