factory UpdateChannelResponse.fromJson(Map<String, dynamic> json) { return UpdateChannelResponse( channelArn: json['ChannelArn'] as String?, ); }