$getBreakoutRoomParticipants_Serializer method

  1. @experimental
DynamiteSerializer<RoomGetBreakoutRoomParticipantsResponseApplicationJson, RoomRoomGetBreakoutRoomParticipantsHeaders> $getBreakoutRoomParticipants_Serializer()

Builds a serializer to parse the response of $getBreakoutRoomParticipants_Request.

Implementation

@_i2.experimental
_i1.DynamiteSerializer<
        RoomGetBreakoutRoomParticipantsResponseApplicationJson, RoomRoomGetBreakoutRoomParticipantsHeaders>
    $getBreakoutRoomParticipants_Serializer() => _i1.DynamiteSerializer(
          bodyType: const FullType(RoomGetBreakoutRoomParticipantsResponseApplicationJson),
          headersType: const FullType(RoomRoomGetBreakoutRoomParticipantsHeaders),
          serializers: _$jsonSerializers,
          validStatuses: const {200},
        );