$deleteByAppId_Serializer method

  1. @experimental
DynamiteSerializer<WebhooksDeleteByAppIdResponseApplicationJson, void> $deleteByAppId_Serializer()

Builds a serializer to parse the response of $deleteByAppId_Request.

Implementation

@_i2.experimental
_i1.DynamiteSerializer<WebhooksDeleteByAppIdResponseApplicationJson, void> $deleteByAppId_Serializer() =>
    _i1.DynamiteSerializer(
      bodyType: const FullType(WebhooksDeleteByAppIdResponseApplicationJson),
      headersType: null,
      serializers: _$jsonSerializers,
      validStatuses: const {200},
    );